diff --git a/.tx/config b/.tx/config index 63cc92d924..68db5b450d 100644 --- a/.tx/config +++ b/.tx/config @@ -121,6 +121,12 @@ source_lang = en source_file = mayan/apps/metadata/locale/en/LC_MESSAGES/django.po type = PO +[mayan-edms.mirroring-2-0] +file_filter = mayan/apps/mirroring/locale//LC_MESSAGES/django.po +source_lang = en +source_file = mayan/apps/mirroring/locale/en/LC_MESSAGES/django.po +type = PO + [mayan-edms.navigation-2-0] file_filter = mayan/apps/navigation/locale//LC_MESSAGES/django.po source_lang = en diff --git a/contrib/scripts/process_messages.py b/contrib/scripts/process_messages.py index df5a620666..01fde2e155 100755 --- a/contrib/scripts/process_messages.py +++ b/contrib/scripts/process_messages.py @@ -7,12 +7,12 @@ import sh APP_LIST = ( 'acls', 'appearance', 'authentication', 'checkouts', 'common', - 'converter', 'django_gpg', 'documents', 'document_comments', - 'document_indexing', 'document_signatures', 'document_states', - 'dynamic_search', 'events', 'folders', 'installation', 'linking', - 'lock_manager', 'mailer', 'metadata', 'navigation', 'ocr', 'permissions', - 'rest_api', 'smart_settings', 'sources', 'statistics', 'storage', - 'tags', 'user_management' + 'converter', 'django_gpg', 'document_comments', 'document_indexing', + 'document_signatures', 'document_states', 'documents', 'dynamic_search', + 'events', 'folders', 'installation', 'linking', 'lock_manager', 'mailer', + 'metadata', 'mirroring', 'navigation', 'ocr', 'permissions', 'rest_api', + 'smart_settings', 'sources', 'statistics', 'storage', 'tags', + 'user_management' ) LANGUAGE_LIST = ( 'ar', 'bg', 'bs_BA', 'da', 'de_DE', 'en', 'es', 'fa', 'fr', 'hu', 'id', diff --git a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.mo index ab36adb748..68c0360e00 100644 Binary files a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po index 7f59499969..1f099e5b64 100644 --- a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:14 links.py:30 msgid "ACLs" @@ -29,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -37,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -78,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -116,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -192,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/bg/LC_MESSAGES/django.mo index 3b5b2cd217..9cfe351086 100644 Binary files a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po b/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po index d970025410..fc9e54aadb 100644 --- a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.mo index 9b4d3d92ab..5fb1ab7199 100644 Binary files a/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.po index 8cef282296..fab44894ac 100644 --- a/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\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:14 links.py:30 msgid "ACLs" @@ -29,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -37,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -78,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -116,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -192,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/da/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/da/LC_MESSAGES/django.mo index 6c11c2caca..a89514442a 100644 Binary files a/mayan/apps/acls/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/da/LC_MESSAGES/django.po b/mayan/apps/acls/locale/da/LC_MESSAGES/django.po index da728317d6..8d0482f5c6 100644 --- a/mayan/apps/acls/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/da/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.mo index fa95e6ed94..2a9580ae3f 100644 Binary files a/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.po index 93476320ec..ee54caa7a1 100644 --- a/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.po @@ -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: # Translators: # Berny , 2015 @@ -9,91 +9,98 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:14 links.py:30 msgid "ACLs" -msgstr "" +msgstr "Zugriffsberechtigungen" #: apps.py:20 links.py:38 models.py:36 msgid "Permissions" -msgstr "" +msgstr "Berechtigungen" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" -msgstr "" +msgstr "Rolle" #: links.py:26 msgid "Delete" msgstr "Löschen" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" -msgstr "" +msgstr "Neue Berechtigung" #: managers.py:72 msgid "Insufficient access." -msgstr "" +msgstr "Fehlende Berechtigung" #: models.py:44 msgid "Access entry" -msgstr "" +msgstr "Berechtigungseintrag" #: models.py:45 msgid "Access entries" -msgstr "" +msgstr "Berechtigungseinträge" #: models.py:60 msgid "None" -msgstr "" +msgstr "Keine" #: permissions.py:7 msgid "Access control lists" -msgstr "" +msgstr "Zugriffsberechtigungen" #: permissions.py:10 msgid "Edit ACLs" -msgstr "" +msgstr "Zugriffsberechtigungen bearbeiten" #: permissions.py:13 msgid "View ACLs" -msgstr "" +msgstr "Zugriffsberechtigungen anzeigen" #: views.py:61 #, python-format msgid "Access control lists for: %s" -msgstr "" +msgstr "Zugriffsberechtigungen für %s" #: views.py:107 #, python-format msgid "New access control lists for: %s" +msgstr "Neue Zugriffsberechtigung für %s" + +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" msgstr "" -#: views.py:137 +#: views.py:147 msgid "Available permissions" -msgstr "" +msgstr "Verfügbare Berechtigungen" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" -msgstr "" +msgstr "Erteilte Berechtigungen" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." -msgstr "" +msgstr "Deaktivierte Berechtigungen sind von einem übergeordneten Objekt vererbt." -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" -msgstr "" +msgstr "Berechtigungen von Rolle \"%(role)s\" für \"%(object)s\"" #~ msgid "New holder" #~ msgstr "New holder" @@ -116,9 +123,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -192,10 +196,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/en/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/en/LC_MESSAGES/django.mo index e61257ad67..ae5084d29c 100644 Binary files a/mayan/apps/acls/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/en/LC_MESSAGES/django.po b/mayan/apps/acls/locale/en/LC_MESSAGES/django.po index b7576556fa..f3bc698680 100644 --- a/mayan/apps/acls/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -83,21 +83,27 @@ msgstr "access control lists for: %s" msgid "New access control lists for: %s" msgstr "access control lists for: %s" -#: views.py:137 +#: views.py:132 +#, fuzzy, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "Default ACLs" + +#: views.py:147 #, fuzzy msgid "Available permissions" msgstr "has permission" -#: views.py:138 +#: views.py:148 #, fuzzy msgid "Granted permissions" msgstr "has permission" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -126,9 +132,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #, fuzzy #~ msgid "Classes" #~ msgstr "classes" diff --git a/mayan/apps/acls/locale/es/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/es/LC_MESSAGES/django.mo index 26a88e179b..334bd5ac26 100644 Binary files a/mayan/apps/acls/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/es/LC_MESSAGES/django.po b/mayan/apps/acls/locale/es/LC_MESSAGES/django.po index ba28c0f88b..7f532e6260 100644 --- a/mayan/apps/acls/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/es/LC_MESSAGES/django.po @@ -1,24 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# jmcainzos , 2015 # Roberto Rosario, 2015 # Roberto Rosario, 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 22:41+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:14 links.py:30 @@ -30,6 +30,7 @@ msgid "Permissions" msgstr "Permisos" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "Rol" @@ -38,6 +39,7 @@ msgid "Delete" msgstr "Borrar" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "Nueva LCA" @@ -55,7 +57,7 @@ msgstr "Entradas de acceso" #: models.py:60 msgid "None" -msgstr "" +msgstr "Ninguno" #: permissions.py:7 msgid "Access control lists" @@ -63,11 +65,11 @@ msgstr "Listas de control de acceso" #: permissions.py:10 msgid "Edit ACLs" -msgstr "Editar LCA" +msgstr "Editar LCAs" #: permissions.py:13 msgid "View ACLs" -msgstr "Ver LCA" +msgstr "Ver LCAs" #: views.py:61 #, python-format @@ -79,19 +81,25 @@ msgstr "Listas de control de acceso para: %s" msgid "New access control lists for: %s" msgstr "Nueva lista de control de acceso para: %s" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "Permisos disponibles" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "Permisos otorgados" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." -msgstr "Permisos inactivos fueron heredados de un objeto precedente." +msgstr "Los permisos inactivos se heredan de un objeto precedente." -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "Permisos del rol \"%(role)s\" para \"%(object)s\"" @@ -117,9 +125,6 @@ msgstr "Permisos del rol \"%(role)s\" para \"%(object)s\"" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -193,10 +198,8 @@ msgstr "Permisos del rol \"%(role)s\" para \"%(object)s\"" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.mo index 7afcaf7cc3..499243ffcd 100644 Binary files a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po index 9a389595fb..80f87501fd 100644 --- a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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=1; plural=0;\n" #: apps.py:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.mo index 6fcbe2fd9c..e442b26582 100644 Binary files a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po index 8a34fd467a..af19a9af67 100644 --- a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.mo index 5170204d3b..1c1de336c4 100644 Binary files a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po index f1077e14f7..57c688259e 100644 --- a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/id/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/id/LC_MESSAGES/django.mo index c38b1d6b6f..bf85fa3977 100644 Binary files a/mayan/apps/acls/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/id/LC_MESSAGES/django.po b/mayan/apps/acls/locale/id/LC_MESSAGES/django.po index 8f4bd19239..abf6506498 100644 --- a/mayan/apps/acls/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/id/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/it/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/it/LC_MESSAGES/django.mo index feaff1ab0a..31785e698e 100644 Binary files a/mayan/apps/acls/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/it/LC_MESSAGES/django.po b/mayan/apps/acls/locale/it/LC_MESSAGES/django.po index 31e6465322..e6241d5fc4 100644 --- a/mayan/apps/acls/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/it/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo index 93717f1c5f..e8a418f4f0 100644 Binary files a/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po index 271c359f47..1d1fadc371 100644 --- a/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/pl/LC_MESSAGES/django.mo index 42d99afbea..faf7ea1faf 100644 Binary files a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po b/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po index 661b80f15e..187fd95386 100644 --- a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:14 links.py:30 msgid "ACLs" @@ -29,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -37,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -78,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -116,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -192,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.mo index f38edf059b..04fde0256f 100644 Binary files a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po index cdff2dc641..ef7e881c88 100644 --- a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo index a23b4b2258..633a8739c8 100644 Binary files a/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po index 86e757eb95..e0427b100c 100644 --- a/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.mo index e4cac89e5d..42557efe81 100644 Binary files a/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.po index 61d803cfb6..5451608d2a 100644 --- a/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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:14 links.py:30 msgid "ACLs" @@ -29,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -37,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -78,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -116,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -192,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/ru/LC_MESSAGES/django.mo index 8b82913024..928613165e 100644 Binary files a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po index 1c3c0a4fa7..9804322e1e 100644 --- a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\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:14 links.py:30 msgid "ACLs" @@ -30,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -38,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -79,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -117,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -193,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.mo index 47cc7580db..c552c6ff30 100644 Binary files a/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po index 1bd9fa9cb4..162a223e8c 100644 --- a/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\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:14 links.py:30 msgid "ACLs" @@ -29,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -37,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -78,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -116,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -192,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo index 56807f8d02..2b879fbde7 100644 Binary files a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po index b556d491db..23385b81be 100644 --- a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.mo index 467885969e..b6790fe6f8 100644 Binary files a/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.po index 332d2dd7a3..9be054aa62 100644 --- a/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.po @@ -1,22 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-20 18:49+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:14 links.py:30 @@ -28,6 +27,7 @@ msgid "Permissions" msgstr "" #: apps.py:24 models.py:38 +#| msgid "Roles" msgid "Role" msgstr "" @@ -36,6 +36,7 @@ msgid "Delete" msgstr "" #: links.py:34 +#| msgid "View ACLs" msgid "New ACL" msgstr "" @@ -77,19 +78,25 @@ msgstr "" msgid "New access control lists for: %s" msgstr "" -#: views.py:137 +#: views.py:132 +#, python-format +#| msgid "Default ACLs" +msgid "Delete ACL: %s" +msgstr "" + +#: views.py:147 msgid "Available permissions" msgstr "" -#: views.py:138 +#: views.py:148 msgid "Granted permissions" msgstr "" -#: views.py:177 +#: views.py:187 msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:208 +#: views.py:218 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" @@ -115,9 +122,6 @@ msgstr "" #~ msgid "Revoke" #~ msgstr "revoke" -#~ msgid "Default ACLs" -#~ msgstr "Default ACLs" - #~ msgid "Classes" #~ msgstr "classes" @@ -191,10 +195,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." #~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#~ msgid "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#~ msgstr "" -#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." #~ msgid "Add new holder for: %s" #~ msgstr "add new holder for: %s" diff --git a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.mo index b7c540580c..f6ea7fb479 100644 Binary files a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po index 008365bac6..941e2b79cd 100644 --- a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,25 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" +"ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +45,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +55,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.mo index 457714d7bf..3f0f0f0b16 100644 Binary files a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po index 35ec3629a7..9d6a1abab3 100644 --- a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/bg/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.mo index 845312d583..eaa5abcf59 100644 Binary files a/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po index 0a5c0b1dec..9de140b92a 100644 --- a/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po @@ -1,23 +1,25 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"rosarior/mayan-edms/language/bs_BA/)\n" +"Language: bs_BA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +45,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +55,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/da/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/da/LC_MESSAGES/django.mo index e0e89ac76b..854cc04887 100644 Binary files a/mayan/apps/appearance/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po index 9d21dfbf0b..46b2e8eb01 100644 --- a/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" +"da/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.mo index 646a7ed29d..d16016e6ba 100644 Binary files a/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po index fb43ef6405..13db0abed2 100644 --- a/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # 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 , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" +"edms/language/de_DE/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "Design" @@ -44,70 +45,74 @@ msgstr "Serverfehler" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." -msgstr "Es kam zu einem Fehler. Der Fehler wurde per E-Mail and die Administratoren gemeldet und sollte bald behoben werden. Vielen Dank für Ihre Geduld." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." +msgstr "" +"Es kam zu einem Fehler. Der Fehler wurde per E-Mail and die Administratoren " +"gemeldet und sollte bald behoben werden. Vielen Dank für Ihre Geduld." #: templates/500.html:14 msgid "" "If you need assistance, you may reference this error via the following " "identifier:" -msgstr "Wenn Sie Hilfe brauchen, können Sie den Fehler über folgende Kennung referenzieren: " +msgstr "" +"Wenn Sie Hilfe brauchen, können Sie den Fehler über folgende Kennung " +"referenzieren: " -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "Über" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "Version" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "Build Nummer: %(build_number)s" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "Veröffentlicht unter der Apache 2.0 Lizenz" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "Copyright © 2011-2015 Roberto Rosario." -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "Navigation ein-/ausschalten" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "Anonymer Benutzer" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "Benutzerdetails" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "Erfolg" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "Information" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "Warnung" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "Fehler" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "Aktionen" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "Ausklappmenü ein-/ausschalten" @@ -175,7 +180,9 @@ msgstr "Abbrechen" msgid "" "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "%(total_pages)s)" -msgstr "Gesamt (%(start)s - %(end)s von %(total)s) (Seite %(page_number)s von %(total_pages)s)" +msgstr "" +"Gesamt (%(start)s - %(end)s von %(total)s) (Seite %(page_number)s von " +"%(total_pages)s)" #: templates/appearance/generic_list_subtemplate.html:14 #: templates/appearance/generic_list_subtemplate.html:17 @@ -227,7 +234,9 @@ msgstr "Erstanmeldung" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "Herzlichen Glückwunsch! Sie haben die Installation von Mayan EDMS erfolgreich abgeschlossen. " +msgstr "" +"Herzlichen Glückwunsch! Sie haben die Installation von Mayan EDMS erfolgreich abgeschlossen. " #: templates/appearance/login.html:24 msgid "Login using the following credentials:" @@ -252,7 +261,9 @@ msgstr "Passwort: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "Bitte ändern Sie das Passwort, um die Sicherheit zu erhöhen und diese Nachricht zu deaktivieren." +msgstr "" +"Bitte ändern Sie das Passwort, um die Sicherheit zu erhöhen und diese " +"Nachricht zu deaktivieren." #: templates/appearance/login.html:37 templates/appearance/login.html.py:46 msgid "Sign in" diff --git a/mayan/apps/appearance/locale/en/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.mo index bdd1247bd2..f83155d989 100644 Binary files a/mayan/apps/appearance/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po index 3727fc4918..ef658f84bb 100644 --- a/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -53,60 +53,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/es/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/es/LC_MESSAGES/django.mo index 6ff83a7626..3765258d9a 100644 Binary files a/mayan/apps/appearance/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/es/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/es/LC_MESSAGES/django.po index f9118dbf79..93d1082b15 100644 --- a/mayan/apps/appearance/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/es/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario, 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" +"language/es/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "Apariencia" @@ -44,8 +45,8 @@ msgstr "Error de servidor" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -54,60 +55,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "Sobre" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "Versión" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "Número de compilación: %(build_number)s" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "Liberado bajo la licencia Apache 2.0 License" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "Todos los derechos reservados © 2011-2015 Roberto Rosario." -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "Activar/Desactivar navegación" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "Anónimo" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "Detalles del usuario" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "Exitoso" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "Información" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "Advertencia" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "Error" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "Acciones" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" @@ -175,7 +176,9 @@ msgstr "Cancelar" msgid "" "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "%(total_pages)s)" -msgstr "Total (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)" +msgstr "" +"Total (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de " +"%(total_pages)s)" #: templates/appearance/generic_list_subtemplate.html:14 #: templates/appearance/generic_list_subtemplate.html:17 @@ -227,7 +230,8 @@ msgstr "Primer inicio de sesión" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "!Felicitaciones! Acaba de terminar de instalar Mayan EDMS" +msgstr "" +"!Felicitaciones! Acaba de terminar de instalar Mayan EDMS" #: templates/appearance/login.html:24 msgid "Login using the following credentials:" @@ -252,7 +256,9 @@ msgstr "Contraseña: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "Asegúrese de cambiar su contraseña para aumentar la seguridad y para desactivar este mensaje" +msgstr "" +"Asegúrese de cambiar su contraseña para aumentar la seguridad y para " +"desactivar este mensaje" #: templates/appearance/login.html:37 templates/appearance/login.html.py:46 msgid "Sign in" diff --git a/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.mo index 2bdd0c41b9..074c937ae1 100644 Binary files a/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po index f2489a1542..2fc6674b96 100644 --- a/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" +"language/fa/)\n" +"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=1; plural=0;\n" -#: apps.py:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.mo index bfb0246f0f..9e26dc3be6 100644 Binary files a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po index 9e306f6a1b..bd2dc24717 100644 --- a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" +"fr/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.mo index a185b29396..99ca9dd474 100644 Binary files a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po index e7b2822c41..14b63428f2 100644 --- a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/hu/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.mo index 2d40ff5a4c..3ae05bb250 100644 Binary files a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po index 6a2e1fd2e4..d7a57b94c4 100644 --- a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" +"language/id/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.mo index 62ea92489a..67b3bc9145 100644 Binary files a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po index c1f8975b66..3e5ee3863e 100644 --- a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" +"language/it/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.mo index 7c2515908c..e28e67ae5e 100644 Binary files a/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po index 1d941a3d2e..841bbdfec0 100644 --- a/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" +"edms/language/nl_NL/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.mo index 517bc23149..aea31d6b84 100644 Binary files a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po index 6adc190c8a..a5142817fa 100644 --- a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,25 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" +"pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" -#: apps.py:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +45,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +55,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.mo index 542b68e7f5..d6f8423b0c 100644 Binary files a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po index c72b329621..6845cb858b 100644 --- a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" +"language/pt/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.mo index 99e5e59e7d..51829782a5 100644 Binary files a/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po index e03263a18e..147c543c6e 100644 --- a/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" +"edms/language/pt_BR/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.mo index 19ee21cc7c..5c67965a73 100644 Binary files a/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po index 68757d83fb..d9f258fb61 100644 --- a/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po @@ -1,23 +1,25 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" +"edms/language/ro_RO/)\n" +"Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" -#: apps.py:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +45,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +55,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.mo index e6948cf5c2..53a2228743 100644 Binary files a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po index be55010888..e09c5f6ccc 100644 --- a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po @@ -1,23 +1,26 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +46,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +56,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.mo index 2122b15775..ac7f970a36 100644 Binary files a/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po index ec5afd8206..69a9ff2238 100644 --- a/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po @@ -1,23 +1,25 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" +"edms/language/sl_SI/)\n" +"Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" -#: apps.py:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +45,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +55,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.mo index 1727217dfe..ef717ea199 100644 Binary files a/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po index 88313f1b68..71d67dd4cd 100644 --- a/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" +"mayan-edms/language/vi_VN/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.mo index 99a90cd349..56047a8e18 100644 Binary files a/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po index 0d25554e90..24db2351b9 100644 --- a/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # 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: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" +"language/zh_CN/)\n" +"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:9 +#: apps.py:12 msgid "Appearance" msgstr "" @@ -43,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via " -"e-mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -53,60 +54,60 @@ msgid "" "identifier:" msgstr "" -#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" msgstr "" -#: templates/appearance/about.html:63 +#: templates/appearance/about.html:62 msgid "Version" msgstr "" -#: templates/appearance/about.html:65 +#: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" msgstr "" -#: templates/appearance/about.html:89 +#: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" msgstr "" -#: templates/appearance/about.html:101 +#: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." msgstr "" -#: templates/appearance/base.html:38 +#: templates/appearance/base.html:42 msgid "Toggle navigation" msgstr "" -#: templates/appearance/base.html:67 +#: templates/appearance/base.html:71 msgid "Anonymous" msgstr "" -#: templates/appearance/base.html:69 +#: templates/appearance/base.html:73 msgid "User details" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Success" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Information" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Warning" msgstr "" -#: templates/appearance/base.html:82 +#: templates/appearance/base.html:86 msgid "Error" msgstr "" -#: templates/appearance/base.html:111 +#: templates/appearance/base.html:115 msgid "Actions" msgstr "" -#: templates/appearance/base.html:112 +#: templates/appearance/base.html:116 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.mo index c353f2f9ca..840afc8901 100644 Binary files a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po index fdc1d8d777..cf60ccc59a 100644 --- a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.mo index 263b43c075..e6eb799775 100644 Binary files a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po index a7f1c3e993..30d3b3ec92 100644 --- a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.mo index 07b172350b..0cb8d2cf86 100644 Binary files a/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po index 9aab5f8926..bf57775c30 100644 --- a/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" diff --git a/mayan/apps/authentication/locale/da/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/da/LC_MESSAGES/django.mo index 01ca4e9678..0bd58ea76f 100644 Binary files a/mayan/apps/authentication/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po index 54af600a19..da122160a1 100644 --- a/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.mo index 5799967610..0b799f0674 100644 Binary files a/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.po index f0fdbf1420..fcb72c2423 100644 --- a/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 22:41+0000\n" "Last-Translator: Berny \n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/authentication/locale/en/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/en/LC_MESSAGES/django.mo index bdd1247bd2..f83155d989 100644 Binary files a/mayan/apps/authentication/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po index a36af2c38a..d02c09d626 100644 --- a/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/mayan/apps/authentication/locale/es/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.mo index 68b94a25fe..0403542d48 100644 Binary files a/mayan/apps/authentication/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po index e57258f6ee..257c299f57 100644 --- a/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 22:36+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.mo index 5436e930b2..1e44a4f590 100644 Binary files a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po index ce2b567a88..84474deeb9 100644 --- a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.mo index 10823134c2..0ee8f2e8d0 100644 Binary files a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po index 35546a3474..47b51da306 100644 --- a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.mo index ba2fb2c049..fb66774db0 100644 Binary files a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po index dce669ca6a..f386977eb2 100644 --- a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.mo index 23d12c4af9..88c2432b46 100644 Binary files a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po index e3597c311a..a69506ee9b 100644 --- a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.mo index c227e4b9ab..02889b3a67 100644 Binary files a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po index 321ffe0b6a..8234dcd216 100644 --- a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.mo index 1c921abcbd..76c0914aae 100644 Binary files a/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po index eb7ed06db3..17c89909d0 100644 --- a/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.mo index fa7f457239..b0e972ffde 100644 Binary files a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po index 87dafd7500..1c1affb442 100644 --- a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.mo index fab64cb6ca..cf3aadb8e7 100644 Binary files a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po index 51c1ce4f52..7994c6874b 100644 --- a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.mo index dc830de22f..a563fa9761 100644 Binary files a/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po index b28dd7220a..e7001e3adf 100644 --- a/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.mo index 0bc03d40a0..a99b785bc1 100644 Binary files a/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po index 029247d46c..4465f5c59d 100644 --- a/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.mo index 238f31fc2a..e827a4a492 100644 Binary files a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po index 50595d3617..17893052a1 100644 --- a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.mo index c248324dc6..749ec9cacb 100644 Binary files a/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po index b8fa6aa9cb..523875dab8 100644 --- a/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.mo index c6663b6ec7..64c41e222a 100644 Binary files a/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po index b6c3731253..6af3685bfe 100644 --- a/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" diff --git a/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.mo index d96036fa68..883e6296d0 100644 Binary files a/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.po index c4ff03e276..bf40e84a6c 100644 --- a/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.mo index 138027db6b..bb22807951 100644 Binary files a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po index a978e89a7f..8d0f0d63b0 100644 --- a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -85,7 +85,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -136,15 +136,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -168,46 +168,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.mo index 408c59b4a1..dff05e5ca5 100644 Binary files a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po index 0f0833832c..b40fcaeacd 100644 --- a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.mo index e3dd747795..c6380ef656 100644 Binary files a/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po index 6813142fbc..83c536b83a 100644 --- a/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" @@ -85,7 +85,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -136,15 +136,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -168,46 +168,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.mo index ec2e4ca49b..a9cfd66caa 100644 Binary files a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po index 7c0cbe0230..ec6bbab97b 100644 --- a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo index af8404cfa2..110c99101b 100644 Binary files a/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po index 9be0a02e51..4d84788504 100644 --- a/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 11:02+0000\n" "Last-Translator: Berny \n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" @@ -85,7 +85,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -136,15 +136,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -168,46 +168,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.mo index d133f706cd..74a5e2a6bd 100644 Binary files a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po index cdb3db9f5b..3b45165836 100644 --- a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -92,7 +92,7 @@ msgstr "Amount of time to hold the document checked out in minutes." msgid "Check out expiration date and time" msgstr "Check out expiration date and time" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 #, fuzzy #| msgid "User: %s" msgid "User" @@ -149,17 +149,17 @@ msgstr "Document \"%s\" checked out successfully." msgid "Check out document: %s" msgstr "Check out document: %s" -#: views.py:84 +#: views.py:81 #, fuzzy msgid "Documents checked out" msgstr "Document checked out" -#: views.py:94 +#: views.py:91 #, fuzzy msgid "Checkout time and date" msgstr "checkout time and date" -#: views.py:100 +#: views.py:97 #, fuzzy msgid "Checkout expiration" msgstr "checkout expiration" @@ -184,26 +184,26 @@ msgstr "Check out time: %s" msgid "Check out expiration: %s" msgstr "Check out expiration: %s" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "New versions allowed: %s" -#: views.py:145 +#: views.py:147 #, fuzzy msgid "Yes" msgstr "yes" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "Check out details for document: %s" -#: views.py:171 +#: views.py:170 #, fuzzy, python-format #| msgid "" #| "You didn't originally checked out this document. Are you sure you wish " @@ -215,22 +215,22 @@ msgstr "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" -#: views.py:175 +#: views.py:174 #, fuzzy, python-format #| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "Check out document: %s" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "Document has not been checked out." -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "Error trying to check in document; %s" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Document \"%s\" checked in successfully." diff --git a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo index f7cac5b142..68d03193f9 100644 Binary files a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po index 5edf22e466..b37616ab33 100644 --- a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-20 22:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" @@ -85,7 +85,7 @@ msgstr "Cantidad de tiempo para mantener el documento reservado, en minutos." msgid "Check out expiration date and time" msgstr "Fecha y hora de la expiración de la reserva." -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "Usuario" @@ -136,15 +136,15 @@ msgstr "Document \"%s\" reservado con éxito." msgid "Check out document: %s" msgstr "Reservar el documento: %s" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "Documentos reservados" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "Fecha y hora de reservación" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "Expiración de la reservación" @@ -168,46 +168,46 @@ msgstr "Tiempo de la reserva: %s" msgid "Check out expiration: %s" msgstr "Expiración de la reserva: %s" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "Nuevas versiones permitidas: %s" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "Si" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "No" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "Detalles de la reserva para el documento: %s" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "¿Devolver el documento: %s?" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "El documento no ha sido reservado." -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "Error tratando de devolver documento: %s" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Documento \"%s\" devuelto con éxito." diff --git a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.mo index ee2c821f26..3c415ba7cb 100644 Binary files a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po index f15986b488..2d46f45a1f 100644 --- a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.mo index 91822a0ea6..e967e77728 100644 Binary files a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po index 3ed6ad060b..6650622224 100644 --- a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.mo index 5cb0b2473c..d81317ed60 100644 Binary files a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po index a27badd286..225092f0f9 100644 --- a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.mo index 81b08738f9..73e1fe4444 100644 Binary files a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po index 1050f766da..52810c9955 100644 --- a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.mo index 600bc921cb..200fe3f22a 100644 Binary files a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po index caf9af4fe6..f105f60c03 100644 --- a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo index bb18dc80ee..8e4a499b09 100644 Binary files a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po index 018d288ad8..2ca11252b3 100644 --- a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo index 0904751668..8610dd313d 100644 Binary files a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po index e8acdf5e30..035acde643 100644 --- a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -85,7 +85,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -136,15 +136,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -168,46 +168,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.mo index 14e9dfbd07..0f7bec8932 100644 Binary files a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po index cecfd6bf5c..0a0f204e4e 100644 --- a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo index dd0e0350b7..530e195045 100644 Binary files a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po index 172729003b..4633f77fad 100644 --- a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.mo index 456e0f9e62..bc1d8f314a 100644 Binary files a/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po index 640f1db5b2..b07cff7fdc 100644 --- a/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" @@ -85,7 +85,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -136,15 +136,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -168,46 +168,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.mo index 9f086b7010..d6c5f3c274 100644 Binary files a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po index d90d884a3f..a368900738 100644 --- a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" @@ -86,7 +86,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -137,15 +137,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -169,46 +169,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.mo index 51f5b64c38..66d479d0be 100644 Binary files a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po index a215e72a21..ff0d9ff1e8 100644 --- a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" @@ -85,7 +85,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -136,15 +136,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -168,46 +168,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo index 34a220e074..4684451144 100644 Binary files a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po index 355d299774..c723493bec 100644 --- a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.mo index 0be779b9c8..8817fb368f 100644 Binary files a/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.po index 7981968a6f..c13ba6bdc0 100644 --- a/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2015-08-19 06:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" @@ -84,7 +84,7 @@ msgstr "" msgid "Check out expiration date and time" msgstr "" -#: models.py:39 views.py:88 +#: models.py:39 views.py:85 msgid "User" msgstr "" @@ -135,15 +135,15 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:84 +#: views.py:81 msgid "Documents checked out" msgstr "" -#: views.py:94 +#: views.py:91 msgid "Checkout time and date" msgstr "" -#: views.py:100 +#: views.py:97 msgid "Checkout expiration" msgstr "" @@ -167,46 +167,46 @@ msgstr "" msgid "Check out expiration: %s" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "New versions allowed: %s" msgstr "" -#: views.py:145 +#: views.py:147 msgid "Yes" msgstr "" -#: views.py:145 +#: views.py:147 msgid "No" msgstr "" -#: views.py:152 +#: views.py:154 #, python-format msgid "Check out details for document: %s" msgstr "" -#: views.py:171 +#: views.py:170 #, python-format msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" msgstr "" -#: views.py:175 +#: views.py:174 #, python-format msgid "Check in the document: %s?" msgstr "" -#: views.py:204 +#: views.py:210 msgid "Document has not been checked out." msgstr "" -#: views.py:207 +#: views.py:213 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:211 +#: views.py:217 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" diff --git a/mayan/apps/common/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/common/locale/ar/LC_MESSAGES/django.mo index c96c948962..39c0f956fc 100644 Binary files a/mayan/apps/common/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/ar/LC_MESSAGES/django.po b/mayan/apps/common/locale/ar/LC_MESSAGES/django.po index 75b19c0541..57d67ba513 100644 --- a/mayan/apps/common/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/ar/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "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:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -48,57 +48,57 @@ msgstr "إضافة" msgid "Remove" msgstr "إزالة" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -130,23 +130,27 @@ msgstr "" msgid "License" msgstr "License" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -205,6 +209,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -236,15 +249,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "لم يتم اختيار اجراء." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "يجب اختيار غرض واحد عالأقل." diff --git a/mayan/apps/common/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/common/locale/bg/LC_MESSAGES/django.mo index 7dcddf4361..c1c265b68e 100644 Binary files a/mayan/apps/common/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/bg/LC_MESSAGES/django.po b/mayan/apps/common/locale/bg/LC_MESSAGES/django.po index 78c2e6768f..9dbac779a9 100644 --- a/mayan/apps/common/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/bg/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -48,57 +48,57 @@ msgstr "Добави" msgid "Remove" msgstr "Премахнете" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -130,23 +130,27 @@ msgstr "" msgid "License" msgstr "Лиценз" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -205,6 +209,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -236,15 +249,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "" -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "" diff --git a/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.mo index edc8ea1676..0e515741c3 100644 Binary files a/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po index 786b2b3d12..255580b05b 100644 --- a/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -19,7 +19,7 @@ msgstr "" "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:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -48,57 +48,57 @@ msgstr "Dodati" msgid "Remove" msgstr "Ukloniti" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -130,23 +130,27 @@ msgstr "" msgid "License" msgstr "Licence" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -205,6 +209,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -236,15 +249,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Nijedna akcija nije odabrana." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Mora biti izabrana barem jedna stanka." diff --git a/mayan/apps/common/locale/da/LC_MESSAGES/django.mo b/mayan/apps/common/locale/da/LC_MESSAGES/django.mo index e0e89ac76b..a89514442a 100644 Binary files a/mayan/apps/common/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/da/LC_MESSAGES/django.po b/mayan/apps/common/locale/da/LC_MESSAGES/django.po index bac8cc05bf..b3e36e7c67 100644 --- a/mayan/apps/common/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/da/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ msgstr "" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -47,57 +47,57 @@ msgstr "" msgid "Remove" msgstr "" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -129,23 +129,27 @@ msgstr "" msgid "License" msgstr "" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -204,6 +208,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -235,15 +248,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "" -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "" diff --git a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.mo index 1eb19ab56e..407f164184 100644 Binary files a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po index a202fbf4d8..44d7d660d4 100644 --- a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -22,9 +22,9 @@ msgstr "" "Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" -msgstr "" +msgstr "Allgemein" #: classes.py:53 msgid "Available attributes: " @@ -36,12 +36,12 @@ msgstr "Auswahl" #: forms.py:106 msgid "Filter" -msgstr "" +msgstr "Filter" #: generics.py:123 #, python-format msgid "Unable to transfer selection: %s." -msgstr "" +msgstr "Auswahl %s kann nicht übertragen werden" #: generics.py:147 msgid "Add" @@ -51,57 +51,57 @@ msgstr "Hinzufügen" msgid "Remove" msgstr "Entfernen" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "Fehler bei der Erstellung von neuem %s" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "Fehler bei der Erstellung des Objekts" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "%s erfolgreich erstellt" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "Neues Objekt erfolgreich erstellt" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "Fehler beim Löschen von %s" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "Fehler beim Löschen des Objekts" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "%s erfolgreich gelöscht" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "Objekt erfolgreich gelöscht" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "Fehler bei der Speicherung von %s Details" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "Fehler bei der Speicherung von Details" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "%s Details erfolgreich gespeichert" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "Details erfolgreich gespeichert" @@ -127,29 +127,33 @@ msgstr "Lokalisierungsprofil bearbeiten" #: links.py:27 msgid "Data filters" -msgstr "" +msgstr "Datenfilter" #: links.py:31 views.py:150 msgid "License" msgstr "Lizenz" -#: links.py:34 -msgid "Setup" +#: links.py:34 views.py:164 +msgid "Other packages licenses" msgstr "" -#: links.py:37 views.py:178 +#: links.py:38 +msgid "Setup" +msgstr "Einrichtung" + +#: links.py:41 views.py:191 msgid "Tools" msgstr "Werkzeuge" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "Tage" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "Stunden" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "Minuten" @@ -206,6 +210,15 @@ msgstr "Datenbackend, das alle Worker benutzen können, um Dateien zu teilen" #: settings.py:28 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." + +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" msgstr "" #: views.py:36 @@ -227,27 +240,27 @@ msgstr "Aktuelle Benutzerlokalisierungsdetails bearbeiten" #: views.py:113 #| msgid "Selection" msgid "Filter selection" -msgstr "" +msgstr "Filterauswahl" #: views.py:129 #, python-format msgid "Results for filter: %s" -msgstr "" +msgstr "Ergebnis für Filter %s" #: views.py:136 #| msgid "Page not found" msgid "Filter not found" -msgstr "" +msgstr "Filter nicht gefunden" -#: views.py:164 +#: views.py:177 msgid "Setup items" -msgstr "" +msgstr "Einrichtungsdetails" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Keine Aktion ausgewählt." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Es muss mindestens ein Element ausgewählt werden." diff --git a/mayan/apps/common/locale/en/LC_MESSAGES/django.mo b/mayan/apps/common/locale/en/LC_MESSAGES/django.mo index 69e859e9ef..002d30145b 100644 Binary files a/mayan/apps/common/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/en/LC_MESSAGES/django.po b/mayan/apps/common/locale/en/LC_MESSAGES/django.po index 93940a9cf8..573fc82f55 100644 --- a/mayan/apps/common/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -47,57 +47,57 @@ msgstr "Add" msgid "Remove" msgstr "Remove" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -132,23 +132,27 @@ msgstr "" msgid "License" msgstr "License" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -210,6 +214,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 #, fuzzy msgid "Current user details" @@ -247,15 +260,15 @@ msgstr "" msgid "Filter not found" msgstr "Page not found" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "No action selected." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Must select at least one item." diff --git a/mayan/apps/common/locale/es/LC_MESSAGES/django.mo b/mayan/apps/common/locale/es/LC_MESSAGES/django.mo index c59a9d1135..30ffd34aff 100644 Binary files a/mayan/apps/common/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/es/LC_MESSAGES/django.po b/mayan/apps/common/locale/es/LC_MESSAGES/django.po index 15837c9656..4910c044f5 100644 --- a/mayan/apps/common/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/es/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -49,57 +49,57 @@ msgstr "Agregar" msgid "Remove" msgstr "Eliminar" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "Error al crear nuevo %s." -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "Error al crear objeto." -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "%s creado con éxito." -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "Nuevo objeto creado con éxito." -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "Error al borrar %s." -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "Error al borrar objeto." -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "%s borrado con éxito." -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "Objeto borrado con éxito." -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "Error al salvar los detalles %s." -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "Error al salvar los detalles." -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "Los detalles %s se han guardado con éxito." -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "Detalles guardados con éxito." @@ -131,23 +131,27 @@ msgstr "" msgid "License" msgstr "Licencia" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -206,6 +210,15 @@ msgstr "Un soporte de almacenamiento que todos los trabajadores puedan utilizar msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "detalles del usuario corriente" @@ -237,15 +250,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Ninguna acción seleccionada." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Debe seleccionar al menos un artículo." diff --git a/mayan/apps/common/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/common/locale/fa/LC_MESSAGES/django.mo index 195b4084e1..4172807ad1 100644 Binary files a/mayan/apps/common/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/fa/LC_MESSAGES/django.po b/mayan/apps/common/locale/fa/LC_MESSAGES/django.po index 81831a1db0..cbd10d2f67 100644 --- a/mayan/apps/common/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/fa/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -48,57 +48,57 @@ msgstr "افزودن" msgid "Remove" msgstr "حذف" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "خطا در زمان ایجاد %s." -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "خطا در زمان ایجاد شی" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "%s با موفقیت ایجاد شد." -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "شی جدید با موفقیت ساخته شد." -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "خطا در زمان حذف %s." -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "خطا در حذف شی." -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "%s با موفقیت حذف شد." -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "شی با موفقیت حذف شد." -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "خطا در ثبت چزئیات %s." -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "خطا در ثبت چزئیات ." -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "جزئیات %s با موفقیت ثبت شد." -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "جزییات با موفقیت ثبت شد." @@ -130,23 +130,27 @@ msgstr "" msgid "License" msgstr "لیسانس" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -205,6 +209,15 @@ msgstr "محلی که کلیه کاربران جهت به اشتراک گذار msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "جزئیاتا کاربر فعلی" @@ -236,15 +249,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "هیچ عملیاتی action انتخاب نشده است." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "حداقل یک مورد انتخاب شود." diff --git a/mayan/apps/common/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/common/locale/fr/LC_MESSAGES/django.mo index 1a104b3de4..5299ecbcae 100644 Binary files a/mayan/apps/common/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po b/mayan/apps/common/locale/fr/LC_MESSAGES/django.po index 5b4cfcb527..f0ee6c0272 100644 --- a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/fr/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -21,7 +21,7 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -50,57 +50,57 @@ msgstr "Ajouter" msgid "Remove" msgstr "Supprimer" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "Erreur nouvelle création %s. " -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "Erreur de création de l'objet." -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "%s créé avec succès" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "Le nouvel objet a été créé avec succès" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "Erreur de suppression %s." -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "Erreur de suppression de l'objet" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "%s supprimé avec succès." -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "Objet supprimé avec succès" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "Erreur de sauvegarde %s pour voir les détails." -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "Erreur de sauvegarde détaillée." -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "Sauvegarde de %s détaillé avec succès." -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "Détails sauvegardé avec succès." @@ -132,23 +132,27 @@ msgstr "" msgid "License" msgstr "Licence" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -207,6 +211,15 @@ msgstr "Un espace de stockage que tous les agents pourront utiliser pour partage msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "Détails de l'utilisateur courant" @@ -238,15 +251,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Aucune action sélectionnée." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Vous devez sélectionner au moins un élément." diff --git a/mayan/apps/common/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/common/locale/hu/LC_MESSAGES/django.mo index a185b29396..1c1de336c4 100644 Binary files a/mayan/apps/common/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/hu/LC_MESSAGES/django.po b/mayan/apps/common/locale/hu/LC_MESSAGES/django.po index 02f60f57fb..190eb196c3 100644 --- a/mayan/apps/common/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/hu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -47,57 +47,57 @@ msgstr "" msgid "Remove" msgstr "" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -129,23 +129,27 @@ msgstr "" msgid "License" msgstr "" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -204,6 +208,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -235,15 +248,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "" -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "" diff --git a/mayan/apps/common/locale/id/LC_MESSAGES/django.mo b/mayan/apps/common/locale/id/LC_MESSAGES/django.mo index 2d40ff5a4c..bf85fa3977 100644 Binary files a/mayan/apps/common/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/id/LC_MESSAGES/django.po b/mayan/apps/common/locale/id/LC_MESSAGES/django.po index 89ab256e6d..8d636bba88 100644 --- a/mayan/apps/common/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/id/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,7 +18,7 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -47,57 +47,57 @@ msgstr "" msgid "Remove" msgstr "" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -129,23 +129,27 @@ msgstr "" msgid "License" msgstr "" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -204,6 +208,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -235,15 +248,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "" -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "" diff --git a/mayan/apps/common/locale/it/LC_MESSAGES/django.mo b/mayan/apps/common/locale/it/LC_MESSAGES/django.mo index 055ae05b35..a5d43fbccf 100644 Binary files a/mayan/apps/common/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/it/LC_MESSAGES/django.po b/mayan/apps/common/locale/it/LC_MESSAGES/django.po index 91657f7a55..da58e10550 100644 --- a/mayan/apps/common/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/it/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -22,7 +22,7 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -51,57 +51,57 @@ msgstr "Aggiungi" msgid "Remove" msgstr "Rimuovi" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "Errore nella creazione del nuovo %s." -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "Errore nella creazione dell'oggetto" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "%s creato con successo" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "Nuovo oggetto creato con successo." -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "Errore nel cancellare %s." -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "Errore nel cancellare l'oggetto." -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "%s cancellato con successo" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "Oggetto cancellato con successo" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "Errore nel salvataggio %s dei dettagli" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "Dettagli errore di salvataggio." -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "%s dettagli salvati con successo" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "Dettagli salvati correttamente." @@ -133,23 +133,27 @@ msgstr "" msgid "License" msgstr "Licenza" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -208,6 +212,15 @@ msgstr "Un backend di memorizzazione che tutti i lavoratori possono utilizzare p msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "Dettagli dell'attuale utente" @@ -239,15 +252,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Nessuna azione selezionata" -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Devi selezionare un elemento" diff --git a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.mo index 2175b9b880..4e110754ad 100644 Binary files a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po index 117ba94be4..b0bcf9a8fe 100644 --- a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -19,7 +19,7 @@ msgstr "" "Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -48,57 +48,57 @@ msgstr "Voeg toe" msgid "Remove" msgstr "Verwijder" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "Error bij maken nieuwe %s." -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "Error bij het maken van object." -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "%s succesvol aangemaakt." -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "Nieuw object succesvol aangemaakt." -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "Error bij verwijderen %s." -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "Error bij het verwijderen van object." -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "%s succesvol verwijderd." -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "Object succesvol verwijderd." -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "Error bij opslaan van %s gegevens." -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "Error bij opslaan gegevens." -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "%s gegevens succesvol opgeslagen." -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "Gegevens succesvol opgeslagen." @@ -130,23 +130,27 @@ msgstr "" msgid "License" msgstr "Licentie" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -205,6 +209,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -236,15 +249,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Geen acties geselecteerd." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Selecteer minimaal een item." diff --git a/mayan/apps/common/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/common/locale/pl/LC_MESSAGES/django.mo index 64f2091fc2..5952d261ad 100644 Binary files a/mayan/apps/common/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/pl/LC_MESSAGES/django.po b/mayan/apps/common/locale/pl/LC_MESSAGES/django.po index 8278662682..12ecd23204 100644 --- a/mayan/apps/common/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/pl/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -22,7 +22,7 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -51,57 +51,57 @@ msgstr "Dodaj" msgid "Remove" msgstr "Usuń" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "Błąd podczas tworzenia nowego : %s." -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "Błąd poczas tworzenia obiektu." -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "%s utworzono pomyślnie." -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "Pomyślnie utworzono nowy obiekt." -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "Błąd podczas usuwania %s." -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "Błąd podczas usuwania obiektu." -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "%s usunięto pomyślnie." -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "Pomyślnie usunuęto obiekt." -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "Błąd podczas zapisu %s." -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "Błąd zapisu detali." -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "%s detale zapiane pomyślnie." -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "Detale zapsane pomyślnie." @@ -133,23 +133,27 @@ msgstr "" msgid "License" msgstr "Licencja" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -208,6 +212,15 @@ msgstr "Backend przechowywania umożliwiający wszystkim użytkownikom udostępn msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "Aktualne dane użytkownika" @@ -239,15 +252,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Nie wybrano żadnego działania" -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Musisz wybrać co najmniej jeden element." diff --git a/mayan/apps/common/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/common/locale/pt/LC_MESSAGES/django.mo index 4e6c017fc8..bc252ac44c 100644 Binary files a/mayan/apps/common/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/pt/LC_MESSAGES/django.po b/mayan/apps/common/locale/pt/LC_MESSAGES/django.po index b76afd7c44..09d012ada9 100644 --- a/mayan/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/pt/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -50,57 +50,57 @@ msgstr "Adicionar" msgid "Remove" msgstr "Remover" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -132,23 +132,27 @@ msgstr "" msgid "License" msgstr "Licença" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -207,6 +211,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -238,15 +251,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Nenhuma ação selecionada." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Deve selecionar pelo menos um item." diff --git a/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.mo index 239c7f0645..9a96fb2a71 100644 Binary files a/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po index 66873c7ebe..70df56464a 100644 --- a/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -50,57 +50,57 @@ msgstr "Adicionar" msgid "Remove" msgstr "Remover" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "Erro ao criar nova :%s. " -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "Erro ao criar objeto." -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "%s criado com sucesso." -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "Novo objeto criado com sucesso." -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "Erro ao excluir:%s." -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "Erro ao excluir objeto." -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "%s excluído com sucesso" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "Objeto excluído com sucesso." -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "Erro ao salvar %s detalhes." -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "Salvar detalhes de erro." -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "%s Detalhes salvos com sucesso." -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "Detalhes salvos com sucesso." @@ -132,23 +132,27 @@ msgstr "" msgid "License" msgstr "Licença" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -207,6 +211,15 @@ msgstr "Um backend de armazenamento que todos os trabalhadores podem usar para c msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "Detalhes do usuário" @@ -238,15 +251,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Nenhuma ação selecionada." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Deve selecionar pelo menos um item." diff --git a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.mo index d682deddd2..3a7d5fc569 100644 Binary files a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po index 5367700ed5..20dfb7c6d9 100644 --- a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -19,7 +19,7 @@ msgstr "" "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:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -48,57 +48,57 @@ msgstr "Adaugă" msgid "Remove" msgstr "Şterge" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -130,23 +130,27 @@ msgstr "" msgid "License" msgstr "Licenţă" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -205,6 +209,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -236,15 +249,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Nu a fost selectată nici o acţiune." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Trebuie sa selectaţi cel puţin un rând" diff --git a/mayan/apps/common/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/common/locale/ru/LC_MESSAGES/django.mo index 992c8b1ede..943116ad36 100644 Binary files a/mayan/apps/common/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/ru/LC_MESSAGES/django.po b/mayan/apps/common/locale/ru/LC_MESSAGES/django.po index ba2221b949..d63421f99d 100644 --- a/mayan/apps/common/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/ru/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,7 +18,7 @@ msgstr "" "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:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -47,57 +47,57 @@ msgstr "Добавить" msgid "Remove" msgstr "Удалить" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -129,23 +129,27 @@ msgstr "" msgid "License" msgstr "Лицензия" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -204,6 +208,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -235,15 +248,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Никаких действий не выбрано." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Необходимо выбрать хотя бы один элемент." diff --git a/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.mo index 2122b15775..c552c6ff30 100644 Binary files a/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po index b7269d79d9..8f14d9f27c 100644 --- a/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,7 +18,7 @@ msgstr "" "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:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -47,57 +47,57 @@ msgstr "" msgid "Remove" msgstr "" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -129,23 +129,27 @@ msgstr "" msgid "License" msgstr "" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -204,6 +208,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -235,15 +248,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "" -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "" diff --git a/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.mo index c3beb73710..0407d35b17 100644 Binary files a/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po index 76c98a4a98..3e90b9ef7f 100644 --- a/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -48,57 +48,57 @@ msgstr "Thêm" msgid "Remove" msgstr "Xóa" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "" @@ -130,23 +130,27 @@ msgstr "" msgid "License" msgstr "Bản quyền" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -205,6 +209,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -236,15 +249,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "Không thao tác nào được chọn." -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "Cần chọn ít nhất một phần tử." diff --git a/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.mo index b0c1bf69eb..0cf3b6c81e 100644 Binary files a/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po index 7c4174f9d5..7925194aba 100644 --- a/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:06-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:56 settings.py:9 +#: apps.py:66 settings.py:9 msgid "Common" msgstr "" @@ -48,57 +48,57 @@ msgstr "新增" msgid "Remove" msgstr "移除" -#: generics.py:261 +#: generics.py:265 #, python-format msgid "Error creating new %s." msgstr "创建新 %s的时候出错。" -#: generics.py:264 +#: generics.py:268 msgid "Error creating object." msgstr "创建对象的时候出错" -#: generics.py:288 +#: generics.py:292 #, python-format msgid "%s created successfully." msgstr "创建%s成功" -#: generics.py:293 +#: generics.py:297 msgid "New object created successfully." msgstr "新对象创建成功" -#: generics.py:314 +#: generics.py:318 #, python-format msgid "Error deleting %s." msgstr "删除%s时候出错。" -#: generics.py:318 +#: generics.py:322 msgid "Error deleting object." msgstr "删除对象时候出错。" -#: generics.py:327 +#: generics.py:331 #, python-format msgid "%s deleted successfully." msgstr "删除%s成功。" -#: generics.py:332 +#: generics.py:336 msgid "Object deleted successfully." msgstr "对象删除成功" -#: generics.py:359 +#: generics.py:363 #, python-format msgid "Error saving %s details." msgstr "保存 %s 详细信息出错。" -#: generics.py:364 +#: generics.py:368 msgid "Error saving details." msgstr "保存详细信息出错" -#: generics.py:389 +#: generics.py:393 #, python-format msgid "%s details saved successfully." msgstr "%s的详单成功保存" -#: generics.py:394 +#: generics.py:398 msgid "Details saved successfully." msgstr "详单保存成功" @@ -130,23 +130,27 @@ msgstr "" msgid "License" msgstr "许可证" -#: links.py:34 +#: links.py:34 views.py:164 +msgid "Other packages licenses" +msgstr "" + +#: links.py:38 msgid "Setup" msgstr "" -#: links.py:37 views.py:178 +#: links.py:41 views.py:191 msgid "Tools" msgstr "" -#: literals.py:6 +#: literals.py:8 msgid "Days" msgstr "" -#: literals.py:7 +#: literals.py:9 msgid "Hours" msgstr "" -#: literals.py:8 +#: literals.py:10 msgid "Minutes" msgstr "" @@ -205,6 +209,15 @@ msgstr "" msgid "An integer specifying how many objects should be displayed per page." msgstr "" +#: settings.py:35 +msgid "Automatically enable logging to all apps." +msgstr "" + +#: settings.py:42 +msgid "" +"Time to delay background task that depend on a database commit to propagate" +msgstr "" + #: views.py:36 msgid "Current user details" msgstr "" @@ -236,15 +249,15 @@ msgstr "" msgid "Filter not found" msgstr "" -#: views.py:164 +#: views.py:177 msgid "Setup items" msgstr "" -#: views.py:203 +#: views.py:218 msgid "No action selected." msgstr "请选择一个操作" -#: views.py:211 +#: views.py:226 msgid "Must select at least one item." msgstr "至少需要选择一项" diff --git a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.mo index c598650cf2..efefd7a120 100644 Binary files a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po index d53b9899c2..5437270238 100644 --- a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -21,19 +21,19 @@ msgstr "" "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:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "تغيير حجم" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "تدوير" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "التكبير" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.mo index 5728b376fb..e177cf497c 100644 Binary files a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po index 8656f2b5e1..58e73de672 100644 --- a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -20,19 +20,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -50,19 +50,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Преоразмеряване" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Завъртете" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Увеличаване" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.mo index 7686e400fe..4a009db8c7 100644 Binary files a/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po index 9fd2bf71b3..3905ff194a 100644 --- a/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" @@ -21,19 +21,19 @@ msgstr "" "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:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Promjeni veličinu" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Rotiraj" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Uvećaj" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/da/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/da/LC_MESSAGES/django.mo index 330fe15861..1c53fbc35e 100644 Binary files a/mayan/apps/converter/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/da/LC_MESSAGES/django.po b/mayan/apps/converter/locale/da/LC_MESSAGES/django.po index d902f4a7b6..869cd6d08e 100644 --- a/mayan/apps/converter/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "suported file formats" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.mo index bb6c75fb17..f66a11fb28 100644 Binary files a/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po index 2d07821e78..df0c407711 100644 --- a/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" @@ -21,19 +21,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Größe ändern" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Drehen" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Zoom" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/en/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/en/LC_MESSAGES/django.mo index 2db044a084..c7225a48af 100644 Binary files a/mayan/apps/converter/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/en/LC_MESSAGES/django.po b/mayan/apps/converter/locale/en/LC_MESSAGES/django.po index 3ad2ca98d1..b6201c343a 100644 --- a/mayan/apps/converter/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -50,19 +50,19 @@ msgstr "" msgid "Not an office file format." msgstr "suported file formats" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Resize" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Rotate" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Zoom" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/es/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/es/LC_MESSAGES/django.mo index 56cf0545e4..8b0dc6b0cd 100644 Binary files a/mayan/apps/converter/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/es/LC_MESSAGES/django.po b/mayan/apps/converter/locale/es/LC_MESSAGES/django.po index f8ff01e424..86c59a270b 100644 --- a/mayan/apps/converter/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:39+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" @@ -21,19 +21,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "Convertidor" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "Orden" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "Transformación" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "Argumentos" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Cambiar el tamaño" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Girar" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Ampliar" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.mo index 456f409995..739490f65f 100644 Binary files a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po index 1b58cb4658..f86314611f 100644 --- a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -49,19 +49,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "تغییر اندازه" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "چرخاندن" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "بزرگ/کوچک نمایی" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.mo index e8285c73df..1d196e94f9 100644 Binary files a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po index ae8caa2d42..46bebbb175 100644 --- a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -20,19 +20,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -50,19 +50,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Redimensionner" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Rotation" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Zoom" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.mo index 62b1d39fc4..f12d083a31 100644 Binary files a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po index 1337452ba5..8b075fa10e 100644 --- a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "suported file formats" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/id/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/id/LC_MESSAGES/django.mo index 1fee76875d..215b7891ea 100644 Binary files a/mayan/apps/converter/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/id/LC_MESSAGES/django.po b/mayan/apps/converter/locale/id/LC_MESSAGES/django.po index 0ef6024dca..a9c353f5ea 100644 --- a/mayan/apps/converter/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "suported file formats" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/it/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/it/LC_MESSAGES/django.mo index 2904c514f1..93a2f3b510 100644 Binary files a/mayan/apps/converter/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/it/LC_MESSAGES/django.po b/mayan/apps/converter/locale/it/LC_MESSAGES/django.po index e44b634f94..2058d4a7ff 100644 --- a/mayan/apps/converter/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" @@ -20,19 +20,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -50,19 +50,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Ridimensiona" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Ruotare" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Zoom" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo index ff59bcd1e2..16e2b8913d 100644 Binary files a/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po index 0f8c9edb60..011a9eb20b 100644 --- a/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" @@ -21,19 +21,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Afmeting wijzigen" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Roteren" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Inzoomen" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.mo index ea7a3832c6..05cc3361f2 100644 Binary files a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po index a9df061221..5487d8f11b 100644 --- a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -21,19 +21,19 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Zmiana rozmiaru" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Obracać" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Powiększ" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.mo index bafb8d4178..c20f5c815d 100644 Binary files a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po index 4475fc0168..742785f496 100644 --- a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" @@ -22,19 +22,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -52,19 +52,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Redimensionar" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Rodar" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Zoom" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo index 02a978796c..931f543746 100644 Binary files a/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po index b99c5a930f..26a791775f 100644 --- a/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:20-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" @@ -21,19 +21,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Redimensionar" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Rodar" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Zoom" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.mo index f588ee2cf9..a3fa98e271 100644 Binary files a/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po index 63f55e6256..b93a9488e2 100644 --- a/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" @@ -21,19 +21,19 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Redimensionarea" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Roti" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Zoom" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.mo index 6631144c21..69bf45167b 100644 Binary files a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po index bbcdb5499d..b077b0f603 100644 --- a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" @@ -21,19 +21,19 @@ msgstr "" "%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:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "Изменение размера" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "Вращать" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "Увеличить" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.mo index 5a62ada74e..bd244c82de 100644 Binary files a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po index 40d9860c1b..e051d8a806 100644 --- a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" @@ -20,19 +20,19 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -52,19 +52,19 @@ msgstr "" msgid "Not an office file format." msgstr "suported file formats" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo index 2894aa7b4d..7015fcae8d 100644 Binary files a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po index ddd7bf8562..f21a488746 100644 --- a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -51,19 +51,19 @@ msgstr "" msgid "Not an office file format." msgstr "suported file formats" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.mo index 7f441f03f3..ee84de2319 100644 Binary files a/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.po index 0db7214c81..6715c05cfa 100644 --- a/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" @@ -20,19 +20,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:17 permissions.py:7 settings.py:7 +#: apps.py:19 permissions.py:7 settings.py:7 msgid "Converter" msgstr "" -#: apps.py:22 models.py:33 +#: apps.py:37 models.py:33 msgid "Order" msgstr "" -#: apps.py:24 models.py:62 +#: apps.py:39 models.py:62 msgid "Transformation" msgstr "" -#: apps.py:28 models.py:42 +#: apps.py:43 models.py:42 msgid "Arguments" msgstr "" @@ -50,19 +50,19 @@ msgstr "" msgid "Not an office file format." msgstr "" -#: classes.py:243 +#: classes.py:252 msgid "Resize" msgstr "调整大小" -#: classes.py:284 +#: classes.py:293 msgid "Rotate" msgstr "旋转" -#: classes.py:296 +#: classes.py:305 msgid "Zoom" msgstr "缩放" -#: classes.py:313 +#: classes.py:322 msgid "Crop" msgstr "" diff --git a/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo index 9cd1e1b43d..851fcef663 100644 Binary files a/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po index e72ab2519a..58779e0af5 100644 --- a/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -25,39 +25,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Owner" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -75,7 +75,7 @@ msgstr "Name, e-mail, key ID or key fingerprint to look for." msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo index a798e0bbb0..d8ec669e38 100644 Binary files a/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po index 4b25c57712..1139b0e502 100644 --- a/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -24,39 +24,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Собственик" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -74,7 +74,7 @@ msgstr "Име, е-мейл, ключ ID или отпечатък от ключ msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.mo index 6f2748ad0b..111fad19d2 100644 Binary files a/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.po index f6f9134495..dcf334b7fd 100644 --- a/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" @@ -25,39 +25,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Vlasnik" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -75,7 +75,7 @@ msgstr "Ime, e-mail, ID ključ ili otisak ključa potražiti." msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.mo index 082cceb3ca..1c53fbc35e 100644 Binary files a/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po index aec1773a0d..03927de891 100644 --- a/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -23,39 +23,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 msgid "Identities" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo index 97961986f5..54b6dd9a51 100644 Binary files a/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po index d65dfec939..9a8e1306f1 100644 --- a/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-02-06 23:55+0000\n" "Last-Translator: Mathias Behrle \n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" @@ -28,41 +28,41 @@ msgstr "" msgid "Unknown" msgstr "Unbekannt" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Eigentümer" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "Typ" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "Erstellungsdatum" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "Ablaufdatum" -#: apps.py:44 +#: apps.py:73 #, fuzzy #| msgid "Expiration date" msgid "No expiration" msgstr "Ablaufdatum" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "Länge" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -82,7 +82,7 @@ msgstr "" msgid "Private keys" msgstr "Private Schlüssel" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "Öffentliche Schlüssel" diff --git a/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.mo index 2507e37f39..0b7229238f 100644 Binary files a/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.po index 564dd4f26f..59c2dc3ee5 100644 --- a/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -23,43 +23,43 @@ msgstr "" msgid "Unknown" msgstr "unknown" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Owner" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 #, fuzzy msgid "Creation date" msgstr "creation date" -#: apps.py:43 +#: apps.py:72 #, fuzzy msgid "Expiration date" msgstr "expiration date" -#: apps.py:44 +#: apps.py:73 #, fuzzy msgid "No expiration" msgstr "expiration date" -#: apps.py:46 +#: apps.py:75 #, fuzzy msgid "Length" msgstr "length" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -78,7 +78,7 @@ msgstr "Name, e-mail, key ID or key fingerprint to look for." msgid "Private keys" msgstr "private keys" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 #, fuzzy msgid "Public keys" msgstr "public keys" diff --git a/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.mo index b68c3dac94..049ff259a3 100644 Binary files a/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po index 1cd07a6a89..853e41d5e9 100644 --- a/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-02-07 05:27+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" @@ -26,41 +26,41 @@ msgstr "" msgid "Unknown" msgstr "Desconocido" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Propietario" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "Tipo" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "Fecha de creación" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "Fecha de expiración" -#: apps.py:44 +#: apps.py:73 #, fuzzy #| msgid "Expiration date" msgid "No expiration" msgstr "Fecha de expiración" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "Largo" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -80,7 +80,7 @@ msgstr "" msgid "Private keys" msgstr "Claves privadas" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "Claves públicas" diff --git a/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.mo index 4d17897fdc..6a534b2b64 100644 Binary files a/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po index 1c7e25c600..02c257c9e5 100644 --- a/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-03-03 10:56+0000\n" "Last-Translator: Mehdi Amani \n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" @@ -24,41 +24,41 @@ msgstr "" msgid "Unknown" msgstr "ناشناخته" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "شناسه" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "صاحب" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "نوع" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "تاریخ ایجاد" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "تاریخ انقضا" -#: apps.py:44 +#: apps.py:73 #, fuzzy #| msgid "Expiration date" msgid "No expiration" msgstr "تاریخ انقضا" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "طول" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -76,7 +76,7 @@ msgstr "نام، ایمیل، شناسه کلید ویا اثرانگشت کلی msgid "Private keys" msgstr "کلید شخصی" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "کلید عمومی" diff --git a/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo index ddd2f5868d..eda1eda844 100644 Binary files a/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po index c0ad019261..8d2c688ef4 100644 --- a/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-29 07:41+0000\n" "Last-Translator: Christophe kryskool \n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -25,41 +25,41 @@ msgstr "" msgid "Unknown" msgstr "Inconnu" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Propriétaire" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "Type" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "Date de création" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "Date d'expiration" -#: apps.py:44 +#: apps.py:73 #, fuzzy #| msgid "Expiration date" msgid "No expiration" msgstr "Date d'expiration" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "Durée" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -77,7 +77,7 @@ msgstr "Nom, e-mail, ID de clé ou empreinte à rechercher." msgid "Private keys" msgstr "Clés privées" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "Clés publiques" diff --git a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.mo index 4a0aab095b..f12d083a31 100644 Binary files a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po index d1a18dd906..b3204180d5 100644 --- a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -23,39 +23,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 msgid "Identities" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.mo index 02cc143feb..215b7891ea 100644 Binary files a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po index 5fc61e2322..52375328d1 100644 --- a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" @@ -23,39 +23,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 msgid "Identities" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.mo index bced7835f5..cf83f618cb 100644 Binary files a/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po index f00b5a1c7c..b0363cdf78 100644 --- a/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-29 09:01+0000\n" "Last-Translator: Pierpaolo Baldan \n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" @@ -25,41 +25,41 @@ msgstr "" msgid "Unknown" msgstr "Sconosciuto" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Proprietario" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "Tipo" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "Data di creazione" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "Data scadenza" -#: apps.py:44 +#: apps.py:73 #, fuzzy #| msgid "Expiration date" msgid "No expiration" msgstr "Data scadenza" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "Lunghezza" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -77,7 +77,7 @@ msgstr "Nome, e-mail,key ID , impronte digitali da ricercare" msgid "Private keys" msgstr "Chiavi private" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "Chiavi pubbliche" diff --git a/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo index 7016358de7..b2bbf58478 100644 Binary files a/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po index 037c3d635e..f21e6b9f66 100644 --- a/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" @@ -23,39 +23,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 msgid "Identities" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo index dd0e961ec2..180ace47b7 100644 Binary files a/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po index b24ffb5a59..4038bc0d80 100644 --- a/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-05-27 07:30+0000\n" "Last-Translator: mic \n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -27,41 +27,41 @@ msgstr "" msgid "Unknown" msgstr "Nieznany" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Właściciel" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "Typ" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "Data utworzenia" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "Data wygaśnięcia" -#: apps.py:44 +#: apps.py:73 #, fuzzy #| msgid "Expiration date" msgid "No expiration" msgstr "Data wygaśnięcia" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "Długość" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -79,7 +79,7 @@ msgstr "Imię i nazwisko, e-mail, key ID lub key fingerprint kluc szukać." msgid "Private keys" msgstr "Klucze prywatne" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "Klucze publiczne" diff --git a/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo index 24d11cbadc..d435271c9e 100644 Binary files a/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po index 424ddd62aa..c85f5c0819 100644 --- a/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" @@ -25,39 +25,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Proprietário" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -75,7 +75,7 @@ msgstr "Nome, e-mail, ID da chave ou impressão digital da chave a procurar." msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo index 8dc5d5ac77..3a807110a8 100644 Binary files a/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po index dba7dbb518..fad993123f 100644 --- a/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-05-11 20:22+0000\n" "Last-Translator: Rogerio Falcone \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" @@ -25,41 +25,41 @@ msgstr "" msgid "Unknown" msgstr "desconhecido" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Proprietário" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "Tipo" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "data de criação" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "data de validade" -#: apps.py:44 +#: apps.py:73 #, fuzzy #| msgid "Expiration date" msgid "No expiration" msgstr "data de validade" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "comprimento" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -77,7 +77,7 @@ msgstr "" msgid "Private keys" msgstr "chaves privadas" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "chaves públicas" diff --git a/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.mo index bf677bc78b..41502c9ffd 100644 Binary files a/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.po index 1fbae5c981..e11b89cca3 100644 --- a/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" @@ -25,39 +25,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID-ul" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Proprietar" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -75,7 +75,7 @@ msgstr "Nume, e-mail, ID-ul de cheie sau amprenta cheii pentru a căuta." msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo index 5654eb1212..63054863c7 100644 Binary files a/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po index 51035fbdd5..160cac4996 100644 --- a/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" @@ -26,39 +26,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Владелец" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -76,7 +76,7 @@ msgstr "Имя, e-mail, ID ключа или отпечаток для поис msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.mo index 5a62ada74e..bd244c82de 100644 Binary files a/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.po index 7c2e5d80ae..2152376a27 100644 --- a/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" @@ -24,39 +24,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 msgid "Identities" msgstr "" @@ -72,7 +72,7 @@ msgstr "" msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo index 1247e1e228..98ef7648c7 100644 Binary files a/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po index 13faf8bcf4..9ae976c8c7 100644 --- a/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" @@ -24,39 +24,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "Nhười sở hữu" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -74,7 +74,7 @@ msgstr "Name, e-mail, key ID or key fingerprint to look for." msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.mo index c32cf79067..5bb3526073 100644 Binary files a/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.po index 52c2f2150f..3928283b63 100644 --- a/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" @@ -24,39 +24,39 @@ msgstr "" msgid "Unknown" msgstr "" -#: apps.py:20 +#: apps.py:21 msgid "Django GPG" msgstr "" -#: apps.py:25 apps.py:32 +#: apps.py:54 apps.py:61 msgid "ID" msgstr "ID" -#: apps.py:27 +#: apps.py:56 msgid "Owner" msgstr "持有者" -#: apps.py:35 +#: apps.py:64 msgid "Type" msgstr "" -#: apps.py:37 +#: apps.py:66 msgid "Creation date" msgstr "" -#: apps.py:43 +#: apps.py:72 msgid "Expiration date" msgstr "" -#: apps.py:44 +#: apps.py:73 msgid "No expiration" msgstr "" -#: apps.py:46 +#: apps.py:75 msgid "Length" msgstr "" -#: apps.py:48 +#: apps.py:77 #, fuzzy #| msgid "Identifies" msgid "Identities" @@ -74,7 +74,7 @@ msgstr "要查找的名称,邮件,密钥ID或者密钥指纹" msgid "Private keys" msgstr "" -#: links.py:17 views.py:76 +#: links.py:18 views.py:76 msgid "Public keys" msgstr "" diff --git a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.mo index 36519373d1..058ba0a517 100644 Binary files a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po index e1ef740189..8592590555 100644 --- a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.mo index d79d780adc..8f44e975da 100644 Binary files a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po index a65dfe8f81..b2b90798a9 100644 --- a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.mo index 44cf452452..dc34a468c3 100644 Binary files a/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.po index da06a28d4c..48b10186cd 100644 --- a/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" diff --git a/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.mo index d374919d1f..617cbe1bc9 100644 Binary files a/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po index 184d16b32d..b599d14da0 100644 --- a/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo index 537698b4a9..543e459459 100644 Binary files a/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po index 41c7f2aafd..fc28f5f544 100644 --- a/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.mo index 191f2ad417..76315c8135 100644 Binary files a/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.po index 92c2765e94..5f991f80a4 100644 --- a/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.mo index 4cf2c2f2ee..325ab68595 100644 Binary files a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po index 4f4efd67ad..6b4cdb8cc3 100644 --- a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 22:28+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.mo index 960b5aa8bf..16fe6cb82b 100644 Binary files a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po index b8ba016b77..c92b8ccfbb 100644 --- a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.mo index 6029c50f5d..14a640ba97 100644 Binary files a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po index bc24bd1539..2c148b1209 100644 --- a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.mo index f76760e051..02ef2abe37 100644 Binary files a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po index dadb7609e6..6696f9203a 100644 --- a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.mo index 1d52b494bb..e0638848be 100644 Binary files a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po index 0047b13e01..bad5b62380 100644 --- a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.mo index 1a5fb6052f..2c14041791 100644 Binary files a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po index a911d0ff2e..f69e801b52 100644 --- a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo index 0b2ae99dea..93d3bb1c74 100644 Binary files a/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po index d160443a97..a5929593d1 100644 --- a/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.mo index c737544b0d..0044b27ad0 100644 Binary files a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po index c23353156c..b496aa12fc 100644 --- a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.mo index bcd5ce8fc4..26604a8db0 100644 Binary files a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po index 5616d20428..d53bb3f820 100644 --- a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo index 08e173ecce..2efb966a49 100644 Binary files a/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po index c146146782..8183240534 100644 --- a/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.mo index 2b96fd39da..2cf0dbc139 100644 Binary files a/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.po index bb24b2bff4..489998968e 100644 --- a/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.mo index 9aa2101384..fcba589999 100644 Binary files a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po index da71a32dda..54f84ecf4c 100644 --- a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.mo index 4dfe293d20..9da7b958e9 100644 Binary files a/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po index ce8fe827dd..2d78952e6a 100644 --- a/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo index 2473c91981..23fd318039 100644 Binary files a/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po index bf982c51dc..d9125a62f1 100644 --- a/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" diff --git a/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.mo index 93c566615e..5973556cbb 100644 Binary files a/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.po index 03414081bf..1553e3ff3d 100644 --- a/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo index c512b0fce1..b7f75afb0c 100644 Binary files a/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.po index 2a859468f3..cce01e20d5 100644 --- a/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.po @@ -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: # Translators: # Mohammed ALDOUB , 2013 @@ -9,59 +9,60 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" +"ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Indexes" @@ -69,7 +70,7 @@ msgstr "Indexes" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -105,14 +106,13 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" "Causes this index to be visible and updated when document data changes." -msgstr "Causes this index to be visible and updated when document data changes." #: models.py:80 models.py:107 msgid "Index" @@ -142,9 +142,11 @@ msgstr "Causes this node to be visible and updated when document data changes." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." #: models.py:132 msgid "Link documents" @@ -219,77 +221,76 @@ msgstr "View document indexes" msgid "Rebuild document indexes" msgstr "Rebuild document indexes" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Index template node created successfully." -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Index template node edited successfully" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "On large databases this operation may take some time to execute." -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -345,9 +346,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -384,11 +387,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo index 085980e41d..4f0595fcb4 100644 Binary files a/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.po index 66f26dd6ed..4d8053f873 100644 --- a/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.po @@ -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: # Translators: # Pavlin Koldamov , 2012 @@ -9,59 +9,59 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/bg/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Индекси" @@ -69,7 +69,7 @@ msgstr "Индекси" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -105,14 +105,14 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Предизвиква този индекс да бъдат видим и актуализиран, когато данните в документа се променят." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Предизвиква този индекс да бъдат видим и актуализиран, когато данните в " +"документа се променят." #: models.py:80 models.py:107 msgid "Index" @@ -142,8 +142,8 @@ msgstr "" #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" #: models.py:132 @@ -219,77 +219,76 @@ msgstr "" msgid "Rebuild document indexes" msgstr "" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "" -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -345,9 +344,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -384,11 +385,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.mo index a88bd81c10..e53b43fee6 100644 Binary files a/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.po index ac2c4f9a03..1a960169b9 100644 --- a/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.po @@ -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: # Translators: # www.ping.ba , 2013 @@ -9,59 +9,60 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"rosarior/mayan-edms/language/bs_BA/)\n" +"Language: bs_BA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Indeksi" @@ -69,7 +70,7 @@ msgstr "Indeksi" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -105,14 +106,14 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Uzrokuje da će ovaj indeks biti vidljiv i update-ovan kad se promjene podaci dokumenta." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Uzrokuje da će ovaj indeks biti vidljiv i update-ovan kad se promjene podaci " +"dokumenta." #: models.py:80 models.py:107 msgid "Index" @@ -138,13 +139,17 @@ msgstr "" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Uzrokuje da će ovaj nod biti vidljiv i update-ovan kad se promjene podaci dokumenta." +msgstr "" +"Uzrokuje da će ovaj nod biti vidljiv i update-ovan kad se promjene podaci " +"dokumenta." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Označite ovu opciju da ovaj nod služi kao kontejner za dokumente a ne kao parent za buduće nodove." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Označite ovu opciju da ovaj nod služi kao kontejner za dokumente a ne kao " +"parent za buduće nodove." #: models.py:132 msgid "Link documents" @@ -219,77 +224,76 @@ msgstr "Pregledaj indekse dokumenata" msgid "Rebuild document indexes" msgstr " Obnovi indekse dokumenata" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Nod predložaka indeksa uspješno kreiran." -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Nod predložaka indeksa uspješno izmjenjen." -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "Na velikim bazama podataka ove operacije mogu potrajati neko vrijeme." -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -345,9 +349,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -384,11 +390,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.mo index 5876706847..d46f1fa919 100644 Binary files a/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po index 7c04a6fc02..5266b81c0f 100644 --- a/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po @@ -1,66 +1,66 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" +"da/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "" @@ -68,7 +68,7 @@ msgstr "" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -104,13 +104,11 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" #: models.py:80 models.py:107 @@ -141,8 +139,8 @@ msgstr "" #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" #: models.py:132 @@ -218,77 +216,76 @@ msgstr "" msgid "Rebuild document indexes" msgstr "" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "" -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -344,9 +341,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -383,11 +382,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo index d9acd78c8b..632fcd32e1 100644 Binary files a/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po index 65b91483e3..120a783703 100644 --- a/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po @@ -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: # Translators: # Berny , 2015 @@ -13,59 +13,59 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" +"edms/language/de_DE/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "Keine" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "Dokumententypen" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "Dokumentenindices" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "Aktiviert" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "Elemente" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "Stufe" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "Dokument verknüpft" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "Knotenpunkt" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Indices" @@ -73,7 +73,7 @@ msgstr "Indices" msgid "Index list" msgstr "Indices" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "Index erstellen" @@ -106,17 +106,19 @@ msgstr "Neuer Unterknoten" msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" -msgstr "Fehler bei der Indexierung von Dokument %(document)s; Ausdruck: %(expression)s; %(exception)s" +msgstr "" +"Fehler bei der Indexierung von Dokument %(document)s; Ausdruck: " +"%(expression)s; %(exception)s" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "Interner Name um diesen Index zu identifizieren" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geändert werden." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geändert " +"werden." #: models.py:80 models.py:107 msgid "Index" @@ -134,7 +136,10 @@ msgstr "Index-Instanzen" msgid "" "Enter a template to render. Use Django's default templating language " "(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" -msgstr "Vorlage/Template zur Generierung eingeben. Django's Standard-Vorlagen-Sprache benutzen (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" +"Vorlage/Template zur Generierung eingeben. Django's Standard-Vorlagen-" +"Sprache benutzen (https://docs.djangoproject.com/en/1.7/ref/templates/" +"builtins/)" #: models.py:116 msgid "Indexing expression" @@ -142,13 +147,18 @@ msgstr "Indexierungsausdruck" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geändert werden." +msgstr "" +"Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geändert " +"werden." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Wählen Sie diese Option, wenn Dokumente in diesem Knoten dargestellt werden sollen (und dieser Knoten nicht als Eltern-Knoten für weitere Kind-Knotenpunkte fungieren soll)." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Wählen Sie diese Option, wenn Dokumente in diesem Knoten dargestellt werden " +"sollen (und dieser Knoten nicht als Eltern-Knoten für weitere Kind-" +"Knotenpunkte fungieren soll)." #: models.py:132 msgid "Link documents" @@ -223,79 +233,79 @@ msgstr "Dokumentenindices anzeigen" msgid "Rebuild document indexes" msgstr "Dokumentenindices neu aufbauen" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "Index %s bearbeiten" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "Index %s löschen?" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "Baumvorlagen für Index %s" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "Verfügbare Dokumententypen" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "Verknüpfte Dokumententypen" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "Mit Index %s verknüpfte Dokumententypen" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Knotenpunkt erfolgreich angelegt" -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "Unterknotenpunkt erstellen" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Knotenpunkt erfolgreich bearbeitet" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "Knotenpunkt %s bearbeiten" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "Indexvorlagen-Knotenpunkt %s löschen?" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "Inhalt von Index %s" -#: views.py:305 -msgid "Rebuild all indexes?" -msgstr "Alle Indices neu aufbauen?" - -#: views.py:306 -msgid "On large databases this operation may take some time to execute." -msgstr "Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen." - -#: views.py:310 -msgid "Index rebuild queued successfully." -msgstr "Indexwiederaufbau erfolgreich eingereiht" - -#: views.py:344 +#: views.py:326 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Knotenpunkte der Indices, die Dokumente enthalten: %s" +#: views.py:336 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen." + +#: views.py:337 +msgid "Rebuild all indexes?" +msgstr "Alle Indices neu aufbauen?" + +#: views.py:346 +msgid "Index rebuild queued successfully." +msgstr "Indexwiederaufbau erfolgreich eingereiht" + #: widgets.py:95 msgid "Root" msgstr "Wurzel" @@ -349,9 +359,11 @@ msgstr "Wurzel" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -388,11 +400,11 @@ msgstr "Wurzel" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.mo index 4a91291494..e13c4243b0 100644 Binary files a/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.po index bbbf92ecd0..bc6da25d81 100644 --- a/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -18,55 +18,55 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 #, fuzzy msgid "Document types" msgstr "document types" -#: apps.py:43 +#: apps.py:44 #, fuzzy #| msgid "document indexes" msgid "Document indexing" msgstr "document indexes" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 #, fuzzy msgid "Enabled" msgstr "enabled" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 #, fuzzy msgid "Items" msgstr "items" -#: apps.py:69 +#: apps.py:110 #, fuzzy msgid "Level" msgstr "level" -#: apps.py:77 +#: apps.py:118 #, fuzzy msgid "Has document links?" msgstr "has document links?" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Indexes" @@ -75,7 +75,7 @@ msgstr "Indexes" msgid "Index list" msgstr "index list" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 #, fuzzy msgid "Create index" msgstr "create index" @@ -248,84 +248,84 @@ msgstr "View document indexes" msgid "Rebuild document indexes" msgstr "Rebuild document indexes" -#: views.py:67 +#: views.py:66 #, fuzzy, python-format msgid "Edit index: %s" msgstr "edit index: %s" -#: views.py:79 +#: views.py:78 #, fuzzy, python-format #| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "Delete document indexes" -#: views.py:97 +#: views.py:98 #, fuzzy, python-format msgid "Tree template nodes for index: %s" msgstr "tree template nodes for index: %s" -#: views.py:104 +#: views.py:105 #, fuzzy msgid "Available document types" msgstr "document types" -#: views.py:105 +#: views.py:106 #, fuzzy msgid "Document types linked" msgstr "document types" -#: views.py:131 +#: views.py:133 #, fuzzy, python-format msgid "Document types linked to index: %s" msgstr "document types for index: %s" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Index template node created successfully." -#: views.py:167 +#: views.py:170 #, fuzzy msgid "Create child node" msgstr "create child node" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Index template node edited successfully" -#: views.py:201 +#: views.py:204 #, fuzzy, python-format msgid "Edit index template node: %s" msgstr "edit index template node: %s" -#: views.py:215 +#: views.py:218 #, fuzzy, python-format msgid "Delete the index template node: %s?" msgstr "edit index template node: %s" -#: views.py:279 +#: views.py:285 #, fuzzy, python-format msgid "Contents for index: %s" msgstr "contents for index: %s" -#: views.py:305 +#: views.py:326 +#, fuzzy, python-format +msgid "Indexes nodes containing document: %s" +msgstr "indexes containing: %s" + +#: views.py:336 +msgid "On large databases this operation may take some time to execute." +msgstr "On large databases this operation may take some time to execute." + +#: views.py:337 #, fuzzy msgid "Rebuild all indexes?" msgstr "rebuild indexes" -#: views.py:306 -msgid "On large databases this operation may take some time to execute." -msgstr "On large databases this operation may take some time to execute." - -#: views.py:310 +#: views.py:346 #, fuzzy msgid "Index rebuild queued successfully." msgstr "Index rebuild completed successfully." -#: views.py:344 -#, fuzzy, python-format -msgid "Indexes nodes containing document: %s" -msgstr "indexes containing: %s" - #: widgets.py:95 msgid "Root" msgstr "" diff --git a/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.mo index 7cae0f7b14..c4e2f6cd6a 100644 Binary files a/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po index 688161ab0a..2f19b01515 100644 --- a/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po @@ -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: # Translators: # jmcainzos , 2014 @@ -10,59 +10,59 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" +"language/es/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "Ninguno" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "Tipos de documento" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "Habilitado" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "Elementos" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "Nível" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "El documento tiene enlaces?" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "Nodo" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Índices" @@ -70,7 +70,7 @@ msgstr "Índices" msgid "Index list" msgstr "lista de indices" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "Crear índice" @@ -103,17 +103,19 @@ msgstr "nuevo nodo secundario" msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" -msgstr "Error indexando documento: %(document)s; expresión: %(expression)s; %(exception)s" +msgstr "" +"Error indexando documento: %(document)s; expresión: %(expression)s; " +"%(exception)s" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Hace que este índice sea visible y actualizado cuando los datos de documentos cambien." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Hace que este índice sea visible y actualizado cuando los datos de " +"documentos cambien." #: models.py:80 models.py:107 msgid "Index" @@ -139,13 +141,17 @@ msgstr "expresión de indexación" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Hace que este nodo sea visible y actualizado cuando los datos de los documentos son cambiados." +msgstr "" +"Hace que este nodo sea visible y actualizado cuando los datos de los " +"documentos son cambiados." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Marque esta opción para que el nodo actúe como un contenedor de documentos y no como un padre para otros nodos secundarios." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Marque esta opción para que el nodo actúe como un contenedor de documentos y " +"no como un padre para otros nodos secundarios." #: models.py:132 msgid "Link documents" @@ -220,79 +226,80 @@ msgstr "Ver los índices de documentos" msgid "Rebuild document indexes" msgstr "Generar índices de documentos" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "Editar índice: %s" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "nodos de la plantilla del árbol del índice: %s" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Nodo de plantilla de índice creado con éxito." -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "crear nodo hijo" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Nodo de la plantilla de índice editado con éxito" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "editar nodo de la plantilla de índice: %s" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "contenido del indice: %s" -#: views.py:305 -msgid "Rebuild all indexes?" -msgstr "" - -#: views.py:306 -msgid "On large databases this operation may take some time to execute." -msgstr "En bases de datos de gran tamaño esta operación puede tardar algún tiempo en ejecutarse." - -#: views.py:310 -msgid "Index rebuild queued successfully." -msgstr "Reconstrucción de Índices en espera de forma exitosa." - -#: views.py:344 +#: views.py:326 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" +#: views.py:336 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en " +"ejecutarse." + +#: views.py:337 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:346 +msgid "Index rebuild queued successfully." +msgstr "Reconstrucción de Índices en espera de forma exitosa." + #: widgets.py:95 msgid "Root" msgstr "raíz" @@ -346,9 +353,11 @@ msgstr "raíz" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -385,11 +394,11 @@ msgstr "raíz" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.mo index 760e5fc74e..3baeab1a75 100644 Binary files a/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po index e3055c46bd..7ab25a054e 100644 --- a/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po @@ -1,66 +1,66 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" +"language/fa/)\n" +"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=1; plural=0;\n" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "ناموجود" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "انواع سند" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "فعال شده" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "اقلام" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "سطح" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "آیا سند دارای پیوند است؟" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "گره" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "اندیس ها" @@ -68,7 +68,7 @@ msgstr "اندیس ها" msgid "Index list" msgstr "لیست اندیس" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "ایجاد اندیس" @@ -101,17 +101,18 @@ msgstr "گره فرزند جدید" msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" -msgstr "خطای ساختن ایندکس سند: %(document)s; , عبارت : %(expression)s; %(exception)s" +msgstr "" +"خطای ساختن ایندکس سند: %(document)s; , عبارت : %(expression)s; %(exception)s" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی شود." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی " +"شود." #: models.py:80 models.py:107 msgid "Index" @@ -137,12 +138,14 @@ msgstr "عبارت اندیس گذاری" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی شود." +msgstr "" +"باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی " +"شود." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "بررسی شود که اینکه این گره ظرفی برای اسناد است و نه پدر گره های دیگر." #: models.py:132 @@ -218,79 +221,78 @@ msgstr "دیدن ایندکسهای سند" msgid "Rebuild document indexes" msgstr "بازسازی ایندکسهای سند" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "ویرایش اندیس %s" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "گره الگوی درخت اندیس %s" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "ایجاد موفق گره الگوی ایندکس" -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "ایجاد گره فرزند" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "ویرایش موفق گره الگوی ایندکس." -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "ویرایش الگوی گره اندیس: %s" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "محتوا برای اندیس : %s" -#: views.py:305 -msgid "Rebuild all indexes?" -msgstr "" - -#: views.py:306 -msgid "On large databases this operation may take some time to execute." -msgstr "در پایگاه داده بزرگ این عملیات مدت زیادی بطول خواهد انجامید." - -#: views.py:310 -msgid "Index rebuild queued successfully." -msgstr "ساخت مجدد اندیسها در صف قرار گرفت." - -#: views.py:344 +#: views.py:326 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" +#: views.py:336 +msgid "On large databases this operation may take some time to execute." +msgstr "در پایگاه داده بزرگ این عملیات مدت زیادی بطول خواهد انجامید." + +#: views.py:337 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:346 +msgid "Index rebuild queued successfully." +msgstr "ساخت مجدد اندیسها در صف قرار گرفت." + #: widgets.py:95 msgid "Root" msgstr "ریشه" @@ -344,9 +346,11 @@ msgstr "ریشه" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -383,11 +387,11 @@ msgstr "ریشه" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo index 592063e938..91181bada8 100644 Binary files a/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.po index f3e752997f..ce3c44d581 100644 --- a/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.po @@ -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: # Translators: # Pierre Lhoste , 2012 @@ -10,59 +10,59 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" +"fr/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "Aucun" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "Types de document" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "Activé" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "Éléments" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "Niveau" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "Est lié à d'autres documents ?" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "Noeud" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Indexes" @@ -70,7 +70,7 @@ msgstr "Indexes" msgid "Index list" msgstr "Liste des index" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "Créer un index" @@ -88,7 +88,8 @@ msgstr "Modèle d'arborescence" #: links.py:63 msgid "Deletes and creates from scratch all the document indexes." -msgstr "Supprimer et reconstruire les indexes des documents en partant de zéro." +msgstr "" +"Supprimer et reconstruire les indexes des documents en partant de zéro." #: links.py:66 msgid "Rebuild indexes" @@ -103,17 +104,19 @@ msgstr "Nouveau noeud enfant" msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" -msgstr "Erreur lors de l'indexation du document: %(document)s; expression: %(expression)s; %(exception)s" +msgstr "" +"Erreur lors de l'indexation du document: %(document)s; expression: " +"%(expression)s; %(exception)s" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Permet à cet index d'être à la fois visible et mis à jour quand le contenu d'un document est modifié." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Permet à cet index d'être à la fois visible et mis à jour quand le contenu " +"d'un document est modifié." #: models.py:80 models.py:107 msgid "Index" @@ -139,13 +142,17 @@ msgstr "Expression d'indexation" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Permet à ce noeud d'être visible et mis à jour quand le contenu d'un document est modifié." +msgstr "" +"Permet à ce noeud d'être visible et mis à jour quand le contenu d'un " +"document est modifié." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Cochez cette option pour permettre à ce noeud d'être un conteneur de documents et pas seulement un noeud parent d'autres noeuds enfants." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Cochez cette option pour permettre à ce noeud d'être un conteneur de " +"documents et pas seulement un noeud parent d'autres noeuds enfants." #: models.py:132 msgid "Link documents" @@ -220,79 +227,80 @@ msgstr "Afficher les indexes des documents" msgid "Rebuild document indexes" msgstr "Reconstruire les indexes des documents" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "Modifier l'index: %s" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "Noeuds de modèles arborescentes pour l'index: %s" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Noeud de modèle d'index créé avec succès." -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "Créer un noeud enfant" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Noeud de modèle d'index modifié avec succès." -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "Modifier le noeud de modèle d'index: %s" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "Contenu de l'index:%s" -#: views.py:305 -msgid "Rebuild all indexes?" -msgstr "" - -#: views.py:306 -msgid "On large databases this operation may take some time to execute." -msgstr "Sur de grosses bases de données, cette opération peut prendre un certain temps." - -#: views.py:310 -msgid "Index rebuild queued successfully." -msgstr "La ré-indexation en attente a été faite avec succès." - -#: views.py:344 +#: views.py:326 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" +#: views.py:336 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"Sur de grosses bases de données, cette opération peut prendre un certain " +"temps." + +#: views.py:337 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:346 +msgid "Index rebuild queued successfully." +msgstr "La ré-indexation en attente a été faite avec succès." + #: widgets.py:95 msgid "Root" msgstr "Racine" @@ -346,9 +354,11 @@ msgstr "Racine" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -385,11 +395,11 @@ msgstr "Racine" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.mo index 0a50974c02..e7435c357a 100644 Binary files a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po index 4aea151685..73e334f4cc 100644 --- a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po @@ -1,66 +1,66 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/hu/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "" @@ -68,7 +68,7 @@ msgstr "" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -104,13 +104,11 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" #: models.py:80 models.py:107 @@ -141,8 +139,8 @@ msgstr "" #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" #: models.py:132 @@ -218,77 +216,76 @@ msgstr "" msgid "Rebuild document indexes" msgstr "" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "" -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -344,9 +341,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -383,11 +382,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.mo index 26ff3eca26..d79bd50368 100644 Binary files a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po index 1361894434..264e54758b 100644 --- a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po @@ -1,66 +1,66 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" +"language/id/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "" @@ -68,7 +68,7 @@ msgstr "" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -104,13 +104,11 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" #: models.py:80 models.py:107 @@ -141,8 +139,8 @@ msgstr "" #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" #: models.py:132 @@ -218,77 +216,76 @@ msgstr "" msgid "Rebuild document indexes" msgstr "" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "" -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -344,9 +341,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -383,11 +382,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.mo index e8a88859db..1c6f86e942 100644 Binary files a/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.po index 0655f32286..54320665b3 100644 --- a/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.po @@ -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: # Translators: # Carlo Zanatto <>, 2012 @@ -11,59 +11,59 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" +"language/it/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "Tipi di documento" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "Abilitato" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "Articoli" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "Livello" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "Il documento ha un collegamento?" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "Nodo" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Indici" @@ -71,7 +71,7 @@ msgstr "Indici" msgid "Index list" msgstr "Lista Indici" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "Crea indice" @@ -104,17 +104,19 @@ msgstr "Novo nodo figlio" msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" -msgstr "Errore nell'ndicizzazione del documento: %(document)s; espressione: %(expression)s; %(exception)s" +msgstr "" +"Errore nell'ndicizzazione del documento: %(document)s; espressione: " +"%(expression)s; %(exception)s" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Fa sì che questo indice possa essere visibile e aggiornato quando i dati del documento cambiano." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Fa sì che questo indice possa essere visibile e aggiornato quando i dati del " +"documento cambiano." #: models.py:80 models.py:107 msgid "Index" @@ -140,13 +142,17 @@ msgstr "Espressione di indicizzazione" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del documento cambiano." +msgstr "" +"Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del " +"documento cambiano." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Selezionare questa opzione per questo specifico nodo quale contenitore per i documenti e non come un genitore per ulteriori nodi." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Selezionare questa opzione per questo specifico nodo quale contenitore per i " +"documenti e non come un genitore per ulteriori nodi." #: models.py:132 msgid "Link documents" @@ -221,79 +227,80 @@ msgstr "Visualizza indici documento" msgid "Rebuild document indexes" msgstr "Ricostruisci indici documento" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "Modifica indice: %s" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "Template principale per i nodi dell'indice: %s" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Modello nodo indice creato con successo." -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "Crea un nodo figlio" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Template nodo Indice modificato con successo" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "Modfica il template dell nodo per l'indice: %s" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "Contenuti per l'indice: %s" -#: views.py:305 -msgid "Rebuild all indexes?" -msgstr "" - -#: views.py:306 -msgid "On large databases this operation may take some time to execute." -msgstr "Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di tempo." - -#: views.py:310 -msgid "Index rebuild queued successfully." -msgstr "Ricostruzione dell'indice messo in coda." - -#: views.py:344 +#: views.py:326 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" +#: views.py:336 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di " +"tempo." + +#: views.py:337 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:346 +msgid "Index rebuild queued successfully." +msgstr "Ricostruzione dell'indice messo in coda." + #: widgets.py:95 msgid "Root" msgstr "Principale" @@ -347,9 +354,11 @@ msgstr "Principale" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -386,11 +395,11 @@ msgstr "Principale" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo index c921dc7fd2..ffe0c81f7a 100644 Binary files a/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po index f1e7695129..e0bde08198 100644 --- a/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po @@ -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: # Translators: # Lucas Weel , 2013 @@ -9,59 +9,59 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" +"edms/language/nl_NL/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Indexeringen" @@ -69,7 +69,7 @@ msgstr "Indexeringen" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -105,14 +105,13 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Maakt deze index zichtbaar en 'up-to-date' wanneer document gegevens wijzigd." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Maakt deze index zichtbaar en 'up-to-date' wanneer document gegevens wijzigd." #: models.py:80 models.py:107 msgid "Index" @@ -138,13 +137,15 @@ msgstr "" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Maakt deze node zichtbaar en 'up-to-date' wanneer document gegevens wijzigen" +msgstr "" +"Maakt deze node zichtbaar en 'up-to-date' wanneer document gegevens wijzigen" #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Selecteer deze optie, wanneer deze node alleen documenten dient te bevatten. " +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Selecteer deze optie, wanneer deze node alleen documenten dient te bevatten. " #: models.py:132 msgid "Link documents" @@ -219,77 +220,76 @@ msgstr "Bekijk document-indexeringen" msgid "Rebuild document indexes" msgstr "documenten opnieuw indexeren" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "sjabloon node index succesvol aangemaakt." -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Sjabloon node index succesvol bewerkt" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "Voor een grote database kan deze operatie lang duren." -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -345,9 +345,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -384,11 +386,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo index bec666773c..a1749020b7 100644 Binary files a/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po index 77e9559295..584b86f705 100644 --- a/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po @@ -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: # Translators: # mic , 2012,2015 @@ -9,59 +9,60 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" +"pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "Włączony" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Indeksy" @@ -69,7 +70,7 @@ msgstr "Indeksy" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "Tworzenie indeksu" @@ -105,14 +106,14 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany danych dokumentów." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany " +"danych dokumentów." #: models.py:80 models.py:107 msgid "Index" @@ -142,9 +143,11 @@ msgstr "Causes this node to be visible and updated when document data changes." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." #: models.py:132 msgid "Link documents" @@ -219,77 +222,76 @@ msgstr "Zobacz indeksy dokumentów" msgid "Rebuild document indexes" msgstr "Odbuduj indeksy dokumentów" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Index template node created successfully." -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Index template node edited successfully" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "Na dużych bazach danych operacja może chwilę potrwać." -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -345,9 +347,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -384,11 +388,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo index df8a4c65c0..a8e4446441 100644 Binary files a/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.po index 78aff2cdfa..70bf5f157a 100644 --- a/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.po @@ -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: # Translators: # Renata Oliveira , 2011 @@ -10,59 +10,59 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" +"language/pt/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Índices" @@ -70,7 +70,7 @@ msgstr "Índices" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -106,14 +106,14 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Faz com que este índice seja visível e atualizado quando os dados do documento forem alterados." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Faz com que este índice seja visível e atualizado quando os dados do " +"documento forem alterados." #: models.py:80 models.py:107 msgid "Index" @@ -139,13 +139,17 @@ msgstr "" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Faz com que este nó seja visível e atualizado quando os dados do documento forem alterados." +msgstr "" +"Faz com que este nó seja visível e atualizado quando os dados do documento " +"forem alterados." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Escolha esta opção para que este nó atue como contentor para documentos e não como pai de outros nós." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Escolha esta opção para que este nó atue como contentor para documentos e " +"não como pai de outros nós." #: models.py:132 msgid "Link documents" @@ -220,77 +224,76 @@ msgstr "Ver índices de documento" msgid "Rebuild document indexes" msgstr "Reconstruir índices de documento" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Nó de modelo de índice criado com sucesso." -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "nó de modelo de índice editado com sucesso" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "Esta operação pode levar algum tempo em bases de dados grandes." -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -346,9 +349,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -385,11 +390,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo index 167e06fa72..1f243dde08 100644 Binary files a/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po index 77fc147d4d..e573f3311f 100644 --- a/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po @@ -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: # Translators: # Renata Oliveira , 2011 @@ -10,59 +10,59 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" +"edms/language/pt_BR/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "Tipos de Documentos" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "habilitado" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "itens" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "Nível" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "Tem links de documentos?" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "Nó" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Indices" @@ -70,7 +70,7 @@ msgstr "Indices" msgid "Index list" msgstr "Lista Index" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "Criar Index" @@ -103,17 +103,19 @@ msgstr "Novo node filho" msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" -msgstr "Error indexing document: %(document)s; expression: %(expression)s; %(exception)s" +msgstr "" +"Error indexing document: %(document)s; expression: %(expression)s; " +"%(exception)s" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Faz com que este índice seja visível, e atualizado quando alterações de dados de documentos." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Faz com que este índice seja visível, e atualizado quando alterações de " +"dados de documentos." #: models.py:80 models.py:107 msgid "Index" @@ -139,13 +141,17 @@ msgstr "Indexando expressão" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Faz com que este nó para ser quando alterações de dados do documento visível e atualizado." +msgstr "" +"Faz com que este nó para ser quando alterações de dados do documento visível " +"e atualizado." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Marque esta opção para que este nó ato como um contêiner para documentos e não como um pai para mais nós." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Marque esta opção para que este nó ato como um contêiner para documentos e " +"não como um pai para mais nós." #: models.py:132 msgid "Link documents" @@ -220,79 +226,79 @@ msgstr "Ver índices de documento" msgid "Rebuild document indexes" msgstr "Reconstruir índices de documento" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "Editar Indice: %s" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "Árvore nó modelo para o índice: %s" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Modelo de nó de indice criado com sucesso." -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "Criar nó filho" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Modelo de nó de indice criado com sucesso." -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "Editar template de nó indice: %s" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "Conteúdo para Indice? %s" -#: views.py:305 -msgid "Rebuild all indexes?" -msgstr "" - -#: views.py:306 -msgid "On large databases this operation may take some time to execute." -msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." - -#: views.py:310 -msgid "Index rebuild queued successfully." -msgstr "Sucesso do Rebuild da fila de indice." - -#: views.py:344 +#: views.py:326 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" +#: views.py:336 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"Em grandes bases de dados esta operação pode levar algum tempo para executar." + +#: views.py:337 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:346 +msgid "Index rebuild queued successfully." +msgstr "Sucesso do Rebuild da fila de indice." + #: widgets.py:95 msgid "Root" msgstr "Raiz" @@ -346,9 +352,11 @@ msgstr "Raiz" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -385,11 +393,11 @@ msgstr "Raiz" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.mo index 432a7795d8..fb32e10334 100644 Binary files a/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.po index 9fbb605ae7..1f567872e4 100644 --- a/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.po @@ -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: # Translators: # Badea Gabriel , 2013 @@ -9,59 +9,60 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" +"edms/language/ro_RO/)\n" +"Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Indexuri" @@ -69,7 +70,7 @@ msgstr "Indexuri" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -105,14 +106,14 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Cauză pentru acest index să fie vizibil și actualizat când documentul suferă schimbări." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Cauză pentru acest index să fie vizibil și actualizat când documentul suferă " +"schimbări." #: models.py:80 models.py:107 msgid "Index" @@ -138,13 +139,17 @@ msgstr "" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Cauză pentru ca acest nod să fie vizibil și actualizat atunci când datele documentului se modifică." +msgstr "" +"Cauză pentru ca acest nod să fie vizibil și actualizat atunci când datele " +"documentului se modifică." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Bifați această opțiune pentru a avea acest nod ca un container pentru documente și nu ca un părinte pentru nodurile suplimentare." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Bifați această opțiune pentru a avea acest nod ca un container pentru " +"documente și nu ca un părinte pentru nodurile suplimentare." #: models.py:132 msgid "Link documents" @@ -219,79 +224,79 @@ msgstr "Vezi indexul de documente" msgid "Rebuild document indexes" msgstr "Reconstruire index documente" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "Nodul șablon index creat cu succes." -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "Nod șablon index a fost editat cu succes" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" +msgstr "" + +#: views.py:336 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"Pe baze de date mari, această operație poate dura ceva timp pentru a executa." + +#: views.py:337 msgid "Rebuild all indexes?" msgstr "" -#: views.py:306 -msgid "On large databases this operation may take some time to execute." -msgstr "Pe baze de date mari, această operație poate dura ceva timp pentru a executa." - -#: views.py:310 +#: views.py:346 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" -msgstr "" - #: widgets.py:95 msgid "Root" msgstr "" @@ -345,9 +350,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -384,11 +391,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo index ae66c9fa04..52ea4fd57b 100644 Binary files a/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.po index 62a9078bbd..85b01ea737 100644 --- a/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.po @@ -1,66 +1,68 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "Индексы" @@ -68,7 +70,7 @@ msgstr "Индексы" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -104,14 +106,13 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Этот индекс должен быть видимым и обновляться при изменении данных документа." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Этот индекс должен быть видимым и обновляться при изменении данных документа." #: models.py:80 models.py:107 msgid "Index" @@ -137,13 +138,15 @@ msgstr "" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Этот узел должен быть видимым и обновляются при изменении данных документа." +msgstr "" +"Этот узел должен быть видимым и обновляются при изменении данных документа." #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Этот узел будет контейнером для документов и не будет иметь дочерних узлов." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Этот узел будет контейнером для документов и не будет иметь дочерних узлов." #: models.py:132 msgid "Link documents" @@ -218,79 +221,80 @@ msgstr "Просмотр индексов документа" msgid "Rebuild document indexes" msgstr "Восстановление индексов документа" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "узел шаблона индексирования создан" -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "узел шаблона индексирования изменён" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" +msgstr "" + +#: views.py:336 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"В больших базах данных эта операция может занять некоторое время для " +"выполнения." + +#: views.py:337 msgid "Rebuild all indexes?" msgstr "" -#: views.py:306 -msgid "On large databases this operation may take some time to execute." -msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." - -#: views.py:310 +#: views.py:346 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" -msgstr "" - #: widgets.py:95 msgid "Root" msgstr "" @@ -344,9 +348,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -383,11 +389,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.mo index 34936f2fe5..3a45292c01 100644 Binary files a/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.po index 996f209c3d..d2e632c28a 100644 --- a/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.po @@ -1,66 +1,67 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" +"edms/language/sl_SI/)\n" +"Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "" @@ -68,7 +69,7 @@ msgstr "" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -104,13 +105,11 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" #: models.py:80 models.py:107 @@ -141,8 +140,8 @@ msgstr "" #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" #: models.py:132 @@ -218,77 +217,76 @@ msgstr "" msgid "Rebuild document indexes" msgstr "" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "" -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -344,9 +342,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -383,11 +383,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo index 6945c62e93..b360605b77 100644 Binary files a/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po index e88f3c99ec..023a695594 100644 --- a/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po @@ -1,66 +1,66 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" +"mayan-edms/language/vi_VN/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "" @@ -68,7 +68,7 @@ msgstr "" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -104,13 +104,11 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" #: models.py:80 models.py:107 @@ -141,8 +139,8 @@ msgstr "" #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" #: models.py:132 @@ -218,77 +216,76 @@ msgstr "" msgid "Rebuild document indexes" msgstr "" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "" -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -344,9 +341,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -383,11 +382,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.mo index cdbffb705c..086700c0f7 100644 Binary files a/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.po index c95e6454bb..c5e2df5375 100644 --- a/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.po @@ -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: # Translators: # Ford Guo , 2014 @@ -9,59 +9,59 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" +"language/zh_CN/)\n" +"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" -#: admin.py:21 +#: admin.py:24 msgid "None" msgstr "" -#: admin.py:23 apps.py:64 links.py:57 models.py:39 +#: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" -#: apps.py:43 -#| msgid "document indexes" +#: apps.py:44 msgid "Document indexing" msgstr "" -#: apps.py:50 models.py:23 +#: apps.py:91 models.py:23 msgid "Label" msgstr "" -#: apps.py:51 models.py:28 +#: apps.py:92 models.py:28 msgid "Slug" msgstr "" -#: apps.py:53 apps.py:73 models.py:36 models.py:124 +#: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" -#: apps.py:58 apps.py:88 apps.py:101 +#: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" -#: apps.py:69 +#: apps.py:110 msgid "Level" msgstr "" -#: apps.py:77 +#: apps.py:118 msgid "Has document links?" msgstr "" -#: apps.py:84 apps.py:95 +#: apps.py:125 apps.py:136 msgid "Node" msgstr "" -#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:54 -#: views.py:232 +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 +#: views.py:235 msgid "Indexes" msgstr "索引" @@ -69,7 +69,7 @@ msgstr "索引" msgid "Index list" msgstr "" -#: links.py:40 views.py:40 +#: links.py:40 views.py:39 msgid "Create index" msgstr "" @@ -105,13 +105,11 @@ msgid "" msgstr "" #: models.py:27 -#| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "当文档数据变化时,将导致索引被更新和可见。" #: models.py:80 models.py:107 @@ -142,8 +140,8 @@ msgstr "当文档数据变化时,导致节点被更新和可见。" #: models.py:129 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "检查当前节点是否为文档容器,而不是作为别处节点的父节点。" #: models.py:132 @@ -219,77 +217,76 @@ msgstr "查看文档索引" msgid "Rebuild document indexes" msgstr "重建文档索引" -#: views.py:67 +#: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:79 +#: views.py:78 #, python-format -#| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" -#: views.py:97 +#: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:104 +#: views.py:105 msgid "Available document types" msgstr "" -#: views.py:105 +#: views.py:106 msgid "Document types linked" msgstr "" -#: views.py:131 +#: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:153 +#: views.py:156 msgid "Index template node created successfully." msgstr "索引模版节点创建成功" -#: views.py:167 +#: views.py:170 msgid "Create child node" msgstr "" -#: views.py:188 +#: views.py:191 msgid "Index template node edited successfully" msgstr "索引模版节点编辑成功" -#: views.py:201 +#: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:215 +#: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:279 +#: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:305 -msgid "Rebuild all indexes?" +#: views.py:326 +#, python-format +msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:306 +#: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "在大数据库中,此操作将比较耗时。" -#: views.py:310 -msgid "Index rebuild queued successfully." +#: views.py:337 +msgid "Rebuild all indexes?" msgstr "" -#: views.py:344 -#, python-format -msgid "Indexes nodes containing document: %s" +#: views.py:346 +msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 @@ -345,9 +342,11 @@ msgstr "" #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgstr "" -#~ "Error in document indexing update expression: %(expression)s; %(exception)s" +#~ "Error in document indexing update expression: %(expression)s; " +#~ "%(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" @@ -384,11 +383,11 @@ msgstr "" #~ msgstr "documents rename count" #~ msgid "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgstr "" -#~ "A dictionary that maps the index name and where on the filesystem that index" -#~ " will be mirrored." +#~ "A dictionary that maps the index name and where on the filesystem that " +#~ "index will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" diff --git a/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo index e019c30a45..9c9532523c 100644 Binary files a/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po index efad4362a7..780a6dd073 100644 --- a/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -77,72 +77,72 @@ msgstr "Download detached signatures" msgid "Upload detached signatures" msgstr "Upload detached signatures" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "Signature ID: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Signature type: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo index a4457e2aa1..90771b6e81 100644 Binary files a/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po index 5d53970e9d..96e22c04ab 100644 --- a/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -76,72 +76,72 @@ msgstr "Свалете несвързаните сигнатури" msgid "Upload detached signatures" msgstr "Качете несвързаните сигнатури" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "Номер на сигнатура: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Вид сигнатура: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "Номер на ключ: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Време: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Подписал: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Несвързаните сигнатури са качени успешно." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.mo index 4b2e01ad00..3220e80b30 100644 Binary files a/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.po index cd978d6710..ebcab958c0 100644 --- a/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" @@ -77,72 +77,72 @@ msgstr "Download odvojene potpise" msgid "Upload detached signatures" msgstr "Upload zakačene potpise" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "ID oznaka potpisa: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Tip potpisa: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "ID oznaka ključa: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Vremenski žig: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Potpisnik: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Odvojeni potpis je uspješno upload-ovan." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.mo index 082cceb3ca..d33cca022f 100644 Binary files a/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po index 506817f68c..a22a52a78e 100644 --- a/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -75,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo index 346b00804b..b281794e64 100644 Binary files a/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po index 0dc57d8043..23fe49fc25 100644 --- a/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" @@ -79,72 +79,72 @@ msgstr "Separate Unterschriften herunterladen" msgid "Upload detached signatures" msgstr "Separate Unterschriften hochladen" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "Unterschriftenstatus: %s" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "Eingebettet" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "Separat" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "Nichts" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "Unterschrifts-ID: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Unterschriftstyp: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "Schlüssel-ID: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Zeitstempel: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Unterschreibender: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "Unterschrifteneigenschaften für Dokument %s" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Separate Unterschrift erfolgreich hochgeladen" -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "Separate Unterschrift für Dokument %s hochladen" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "Separate Unterschrift erfolgreich gelöscht" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Fehler beim Löschen der separaten Unterschrift; %s" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.mo index 2281cf1af1..abace428b3 100644 Binary files a/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.po index 4205c609f4..7f9afc2530 100644 --- a/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -83,75 +83,75 @@ msgstr "Download detached signatures" msgid "Upload detached signatures" msgstr "Upload detached signatures" -#: views.py:52 +#: views.py:58 #, fuzzy, python-format msgid "Signature status: %s" msgstr "Signature type: %s" -#: views.py:56 +#: views.py:62 #, fuzzy msgid "Embedded" msgstr "embedded" -#: views.py:58 +#: views.py:64 #, fuzzy msgid "Detached" msgstr "detached" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "Signature ID: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Signature type: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:77 +#: views.py:85 #, fuzzy, python-format msgid "Signature properties for document: %s" msgstr "signature properties for: %s" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:113 +#: views.py:129 #, fuzzy, python-format msgid "Upload detached signature for document: %s" msgstr "Upload detached signature for: %s" -#: views.py:158 +#: views.py:187 #, fuzzy msgid "Detached signature deleted successfully." msgstr "Detached signature uploaded successfully." -#: views.py:161 +#: views.py:193 #, fuzzy, python-format msgid "Error while deleting the detached signature; %s" msgstr "Download detached signatures" -#: views.py:165 +#: views.py:204 #, fuzzy, python-format msgid "Delete the detached signature from document: %s?" msgstr "Upload detached signature for: %s" diff --git a/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.mo index 4137ff4770..3bfc2965d5 100644 Binary files a/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po index 660544bc9d..e99722afa7 100644 --- a/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" @@ -78,72 +78,72 @@ msgstr "Descargar firmas separadas" msgid "Upload detached signatures" msgstr "Subir firmas separadas" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "Estado de firma: %s" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "Integrado" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "Aparte" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "Ninguno" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "ID de la firma: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Tipo de firma: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "ID de la clave: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Marca de tiempo: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Firmante: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "Propiedades de la firma del documento: %s" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Firma separada subida con éxito." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "Subir una firma aparte para el documento: %s" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "Firma separada borrada con éxito." -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Error al borrar la firma separada: %s" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.mo index db3d2343d6..3103dd2f3f 100644 Binary files a/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po index d6fdce35f9..5fa92c58aa 100644 --- a/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-03-03 11:11+0000\n" "Last-Translator: Mehdi Amani \n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" @@ -76,72 +76,72 @@ msgstr "دانلود امضاهای جداشده" msgid "Upload detached signatures" msgstr "آپلود امضاهای جدا شده" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "وضعیت امضا : %s" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "داخلی و یا جا سازی شده" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "جدا شده" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "هیچ" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "شناسه امضا: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "نوع امضا : %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "شناسه کلید: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "برچسب زمان: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "امضا کننده: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "خصوصیات امضا برای سند :%s" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "امضای جدا شده با موفقیت آپلود شد." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "بارگیری (upload) امضای جدا شده از سند : %s" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "امضای جدا شده با موفقیت حذف شد." -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "خطا %s در حذف امضای جدا شده" -#: views.py:165 +#: views.py:204 #, fuzzy, python-format #| msgid "Upload detached signature for document: %s" msgid "Delete the detached signature from document: %s?" diff --git a/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo index 83b6bc27fb..5f87b1f9ad 100644 Binary files a/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po index 64c99a17da..14cb9bba42 100644 --- a/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-05 10:22+0000\n" "Last-Translator: Christophe kryskool \n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -77,72 +77,72 @@ msgstr "Télécharger des signatures externes" msgid "Upload detached signatures" msgstr "Importer des signatures externes" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "État de la signature: %s" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "Intégré" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "Externe" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "Aucune" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "ID de signature: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Type de signature: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "ID de clé: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Horodatage: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Signataire: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "Propriétés de signature pour le document: %s" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Signature externe importée avec succès" -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "Importer la signature externe pour le document: %s" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "La signature détachée a été supprimé avec succès." -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Erreur lors de la suppression de la signature détachée; %s" -#: views.py:165 +#: views.py:204 #, fuzzy, python-format #| msgid "Upload detached signature for document: %s" msgid "Delete the detached signature from document: %s?" diff --git a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.mo index 4a0aab095b..f5a854abff 100644 Binary files a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po index 3180c1d0b7..23c5b9b2b6 100644 --- a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -75,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.mo index 02cc143feb..38bb151745 100644 Binary files a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po index b8f1e8906c..2e3fc9961a 100644 --- a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" @@ -75,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.mo index 38904c1022..bddc68c0eb 100644 Binary files a/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po index 42862ed4ba..6b0024f707 100644 --- a/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-29 09:11+0000\n" "Last-Translator: Pierpaolo Baldan \n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" @@ -77,72 +77,72 @@ msgstr "Scarica firme separatamente" msgid "Upload detached signatures" msgstr "Carica firme separatamente" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "Stato della firma: %s" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "Incorporata" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "Distaccato" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "Nessuno" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "ID Firma: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Tipo di firma: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "Chiave ID: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Firmatario: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "Proprietà della firma per il documento: %s" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Firma scaduta aggiornata con successo." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "Carica la firma allegata per il documento: %s" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "Scarica la firma allegata al documento: %s" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Errore nel cancellare la firma allegata; %s" -#: views.py:165 +#: views.py:204 #, fuzzy, python-format #| msgid "Upload detached signature for document: %s" msgid "Delete the detached signature from document: %s?" diff --git a/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo index 7016358de7..584d4a696c 100644 Binary files a/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po index ad76490732..e3306dbc42 100644 --- a/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" @@ -75,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo index 4526241e6b..c5aae05dbf 100644 Binary files a/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po index 53073d83ed..c47d9ae5cb 100644 --- a/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -77,72 +77,72 @@ msgstr "Download detached signatures" msgid "Upload detached signatures" msgstr "Upload detached signatures" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "Signature ID: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Signature type: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo index 1ef78d0502..22737c427e 100644 Binary files a/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po index d80aae731b..7d452390cc 100644 --- a/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" @@ -76,72 +76,72 @@ msgstr "Descarregar assinaturas avulsas" msgid "Upload detached signatures" msgstr "Enviar assinaturas avulsas" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "ID da assinatura: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Tipo de assinatura: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "ID da chave: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Data/hora: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Assinado por: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Assinatura avulsa enviada com sucesso." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo index 016d925251..de46e02efd 100644 Binary files a/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po index 653734731c..8fa9d17cf7 100644 --- a/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-05-13 16:20+0000\n" "Last-Translator: Rogerio Falcone \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" @@ -76,72 +76,72 @@ msgstr "Download assinaturas destacadas" msgid "Upload detached signatures" msgstr "Upload de assinaturas destacadas" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "Assinatura status: %s" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "embutido" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "destacado" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "Nenhum" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "ID assinatura: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Tipo de assinatura: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "ID da chave: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "Propriedades da assinatura do documento: %s" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Assinatura separado enviado com sucesso." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "Carregar assinatura separada para documento: %s" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "Assinatura separada excluído com sucesso." -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Erro ao excluir a assinatura individual; %s " -#: views.py:165 +#: views.py:204 #, fuzzy, python-format #| msgid "Upload detached signature for document: %s" msgid "Delete the detached signature from document: %s?" diff --git a/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.mo index 4107b28e17..f46041d9ac 100644 Binary files a/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.po index bcfca534e0..1dccb597ef 100644 --- a/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" @@ -77,72 +77,72 @@ msgstr "Descarca semnături detașate" msgid "Upload detached signatures" msgstr "Încărcați semnături detașate" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "ID Semnătura:% s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Tipul semnătura:% s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "ID cheie:% s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Timestamp:% s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Semnat :% s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Semnătura detaşata încărcată cu succes." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo index d21de450dd..926b249e1a 100644 Binary files a/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po index 8fe769a184..265fc9ade4 100644 --- a/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" @@ -78,72 +78,72 @@ msgstr "Скачать отделенные подписи" msgid "Upload detached signatures" msgstr "Выложить отделённые подписи" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "Подпись ID: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Тип подписи: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "ID ключа: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Отметка времени: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Подписано: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Отделённая подпись выложена." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.mo index 5a62ada74e..aa4360962b 100644 Binary files a/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.po index 357a9ef90f..52971d5021 100644 --- a/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" @@ -76,72 +76,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo index 03adbd804a..b12722fb9f 100644 Binary files a/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po index 4ddd0663af..d626f2f5a7 100644 --- a/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" @@ -76,72 +76,72 @@ msgstr "ống chữ kí đã tách ra" msgid "Upload detached signatures" msgstr "Tải lên chữ kí đã tách ra" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "ID chữ kí: %s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "Kiểu chũ kí: %s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "Thời gian: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "Người kí: %s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.mo index 9f1e2bc998..2bbce38c0d 100644 Binary files a/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.po index ee8755df8b..4a5cd0f274 100644 --- a/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" @@ -76,72 +76,72 @@ msgstr "下载分离的签名" msgid "Upload detached signatures" msgstr "上传分离的签名" -#: views.py:52 +#: views.py:58 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:56 +#: views.py:62 msgid "Embedded" msgstr "" -#: views.py:58 +#: views.py:64 msgid "Detached" msgstr "" -#: views.py:60 +#: views.py:66 msgid "None" msgstr "无" -#: views.py:65 +#: views.py:71 #, python-format msgid "Signature ID: %s" msgstr "签名 ID:%s" -#: views.py:66 +#: views.py:72 #, python-format msgid "Signature type: %s" msgstr "签名类型:%s" -#: views.py:67 +#: views.py:73 #, python-format msgid "Key ID: %s" msgstr "键 ID: %s" -#: views.py:68 +#: views.py:74 #, python-format msgid "Timestamp: %s" msgstr "时间戳: %s" -#: views.py:69 +#: views.py:77 #, python-format msgid "Signee: %s" msgstr "签名者:%s" -#: views.py:77 +#: views.py:85 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:100 +#: views.py:115 msgid "Detached signature uploaded successfully." msgstr "分离的签名上传成功" -#: views.py:113 +#: views.py:129 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:158 +#: views.py:187 msgid "Detached signature deleted successfully." msgstr "分离的签名删除成功" -#: views.py:161 +#: views.py:193 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "删除分离的签名:%s 出错" -#: views.py:165 +#: views.py:204 #, python-format msgid "Delete the detached signature from document: %s?" msgstr "" diff --git a/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.mo index 2ddf83ceb9..056b67a018 100644 Binary files a/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po index 9960802a4f..8d0063951f 100644 --- a/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:34 msgid "Document states" @@ -51,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -71,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -195,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -245,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.mo index 2538361208..02ea13c722 100644 Binary files a/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po index 169fd36fe2..c98eefdf13 100644 --- a/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:34 @@ -50,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -70,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -194,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -244,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.mo index deb5a246f1..bbf5ff366f 100644 Binary files a/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.po index 267415ccb3..4278b46fb3 100644 --- a/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\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:34 msgid "Document states" @@ -51,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -71,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -195,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -245,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/da/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/da/LC_MESSAGES/django.mo index 082cceb3ca..d68ed8f8df 100644 Binary files a/mayan/apps/document_states/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/da/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/da/LC_MESSAGES/django.po index 40d1e0ecd3..cb5003c7b4 100644 --- a/mayan/apps/document_states/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/da/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:34 @@ -50,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -70,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -194,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -244,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.mo index 91115df43f..461ea52a28 100644 Binary files a/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.po index 75d6bf337a..cda70ac814 100644 --- a/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.po @@ -1,26 +1,25 @@ # 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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-20 22:10+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:34 msgid "Document states" -msgstr "" +msgstr "Status" #: apps.py:40 msgid "Initial state" @@ -48,9 +47,9 @@ msgstr "Datum und Zeit" #: apps.py:65 apps.py:92 models.py:79 msgid "Completion" -msgstr "" +msgstr "Fertigstellung" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "Übergang" @@ -70,43 +69,43 @@ msgstr "Herkunftsstatus" msgid "Destination state" msgstr "Zielstatus" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "Workflows" -#: links.py:12 +#: links.py:18 msgid "Create workflow" -msgstr "" +msgstr "Workflow erstellen" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "Löschen" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "Dokumententypen" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "Bearbeiten" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "Status erstellen" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "Status" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "Übergang erstellen" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "Übergänge" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "Detail" @@ -122,9 +121,7 @@ msgstr "Workflow" msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" -"Diesen Status markieren, wenn der Workflow damit starten soll. Nur ein " -"Status kann initial sein." +msgstr "Diesen Status markieren, wenn der Workflow damit starten soll. Nur ein Status kann initial sein." #: models.py:73 msgid "Initial" @@ -134,7 +131,7 @@ msgstr "Initial" msgid "" "Enter the percent of completion that this state represents in relation to " "the workflow. Use numbers without the percent sign." -msgstr "" +msgstr "Ermöglicht den Eintrag einer Zahl (ohne Prozentzeichen), die den Stand der Fertigstellung in Bezug auf den Workflow angibt." #: models.py:92 msgid "Workflow state" @@ -178,7 +175,7 @@ msgstr "Workflow Logeinträge" #: permissions.py:7 msgid "Document workflows" -msgstr "" +msgstr "Dokumentenworkflows" #: permissions.py:10 msgid "Create workflows" @@ -196,13 +193,9 @@ msgstr "Workflows bearbeiten" msgid "View workflows" msgstr "Workflows betrachten" -#: permissions.py:22 -msgid "View document workflows" -msgstr "Dokumentenworkflows betrachten" - -#: permissions.py:26 -msgid "Transition document workflows" -msgstr "Übergänge Dokumentenworkflows" +#: permissions.py:23 +msgid "Transition workflows" +msgstr "" #: views.py:57 #, python-format @@ -212,7 +205,7 @@ msgstr "Workflows für Dokument: %s" #: views.py:91 #, python-format msgid "Documents with the workflow: %s" -msgstr "" +msgstr "Dokumente mit Workflow %s" #: views.py:116 #, python-format @@ -230,11 +223,11 @@ msgstr "Übergang für Workflow %s durchführen" #: views.py:215 msgid "Available document types" -msgstr "" +msgstr "Verfügbare Dokumententypen" #: views.py:216 msgid "Document types assigned this workflow" -msgstr "" +msgstr "Dokumententypen zugeordnet zu diesem Workflow" #: views.py:226 #, python-format @@ -246,21 +239,21 @@ msgstr "Dokumententypen zugeordnet zu Workflow %s" msgid "States of workflow: %s" msgstr "Status für Workflow %s" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "Status für Workflow %s erstellen" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "Übergänge für Workflow %s" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "Übergänge für Workflow %s erstellen" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "Integritätsfehler beim Speichern des Übergangs" diff --git a/mayan/apps/document_states/locale/en/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/en/LC_MESSAGES/django.mo index 00df65d9f8..21cc542599 100644 Binary files a/mayan/apps/document_states/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/en/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/en/LC_MESSAGES/django.po index edc7e941e7..4a1fdf9d53 100644 --- a/mayan/apps/document_states/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -49,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -69,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -193,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -243,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/es/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.mo index aa2e649560..d882f13e95 100644 Binary files a/mayan/apps/document_states/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po index dc11b5c16d..07f1e46ba9 100644 --- a/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po @@ -1,22 +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: # Roberto Rosario, 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-20 22:10+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:34 @@ -51,7 +50,7 @@ msgstr "Fecha y hora" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "Transición" @@ -71,43 +70,43 @@ msgstr "Estado origen" msgid "Destination state" msgstr "Estado destino" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "Flujos de trabajo" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "Borrar" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "Tipos de documentos" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "Editar" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "Crear estado" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "Estados" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "Crear transición" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "Transiciones" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "Detalle" @@ -123,9 +122,7 @@ msgstr "Flujo de trabajo" msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" -"Seleccione si este va a ser el estado con el que desea que el flujo de " -"trabajo comience. Sólo un estado puede ser el estado inicial." +msgstr "Seleccione si este va a ser el estado con el que desea que el flujo de trabajo comience. Sólo un estado puede ser el estado inicial." #: models.py:73 msgid "Initial" @@ -197,13 +194,9 @@ msgstr "Editar flujos de trabajo" msgid "View workflows" msgstr "Ver flujos de trabajo" -#: permissions.py:22 -msgid "View document workflows" -msgstr "Ver flujos de trabajo de documentos" - -#: permissions.py:26 -msgid "Transition document workflows" -msgstr "Transicionar flujos de trabajo de documentos" +#: permissions.py:23 +msgid "Transition workflows" +msgstr "" #: views.py:57 #, python-format @@ -247,21 +240,21 @@ msgstr "Tipos de documentos asignados al flujo de trabajo: %s" msgid "States of workflow: %s" msgstr "Estados del flujo de trabajo: %s" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "Crear estados para el flujo de trabajo: %s" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "Transiciones de flujo de trabajo: %s" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "Crear transiciones para el flujo de trabajo: %s" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "No se puede guardar la transición; error de integridad." diff --git a/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.mo index 2269c5d194..c3cd0acae4 100644 Binary files a/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po index 2bbd1a8868..0156c03dc3 100644 --- a/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po @@ -1,22 +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: # Mehdi Amani , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-20 22:10+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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=1; plural=0;\n" #: apps.py:34 @@ -51,7 +50,7 @@ msgstr "تاریخ و زمان" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "تغییر وضعیت" @@ -71,43 +70,43 @@ msgstr "وضعیت شروع" msgid "Destination state" msgstr "وضعیت نهایی" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "گردشکار" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "حذف" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "انواع سند" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "ویرایش" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "وضغیت ایجاد" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "وضعیت ها" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "تغییر وضعیت به ایجاد" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "تغییر وضعیت ها" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "شرح" @@ -123,9 +122,7 @@ msgstr "گردشکار" msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" -"در صورتیکه این وضعیت شروع گردشکار باشد این وضعیت را انتخاب کنید. وضعیت فقط " -"میتواند وضعیت اولیه باشد." +msgstr "در صورتیکه این وضعیت شروع گردشکار باشد این وضعیت را انتخاب کنید. وضعیت فقط میتواند وضعیت اولیه باشد." #: models.py:73 msgid "Initial" @@ -197,13 +194,9 @@ msgstr "ویرایش گردشکار" msgid "View workflows" msgstr "مشاهده گردشکار" -#: permissions.py:22 -msgid "View document workflows" -msgstr "مشاهده سند گردشکار" - -#: permissions.py:26 -msgid "Transition document workflows" -msgstr "تغییر وضعیت سند در گردشکار" +#: permissions.py:23 +msgid "Transition workflows" +msgstr "" #: views.py:57 #, python-format @@ -247,21 +240,21 @@ msgstr "نوع سند مرتبط با گردش کاری: %s" msgid "States of workflow: %s" msgstr "وضعیتهای گردشکار : %s" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "وضعیت ایجاد برای گردشکار : %s" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "تغییر وضعیتهای گردشکار : %s" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "ایجاد تغییر وضعیت برای گردشکار : %s" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "قادر به ذخیره انتقال نیست:خطای تجمع" diff --git a/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.mo index 485ef2d0df..27a3b8eb14 100644 Binary files a/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po index faf649c993..539e4b19c3 100644 --- a/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po @@ -1,22 +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: # Christophe kryskool , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-20 22:10+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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:34 @@ -51,7 +50,7 @@ msgstr "Date et heure" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "Transition" @@ -71,43 +70,43 @@ msgstr "État d'origine" msgid "Destination state" msgstr "État de destination" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "Flux de travail" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "Supprimer" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "Types de document" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "Modifier" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "Créer un état" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "États" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "Créer une transition" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "Transitions" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "Détail" @@ -123,9 +122,7 @@ msgstr "Flux de travail" msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" -"Sélectionnez si ceci sera l'état avec lequel vous voulez que le flux de " -"travail pour démarrer. Un seul état peut être à l'état initial." +msgstr "Sélectionnez si ceci sera l'état avec lequel vous voulez que le flux de travail pour démarrer. Un seul état peut être à l'état initial." #: models.py:73 msgid "Initial" @@ -197,13 +194,9 @@ msgstr "Modifier des flux de travail" msgid "View workflows" msgstr "Voir les flux de travail" -#: permissions.py:22 -msgid "View document workflows" -msgstr "Voir le flux de travail du document" - -#: permissions.py:26 -msgid "Transition document workflows" -msgstr "transition des flux de travail du document" +#: permissions.py:23 +msgid "Transition workflows" +msgstr "" #: views.py:57 #, python-format @@ -247,21 +240,21 @@ msgstr "Types de document assignés au flux de travail: %s" msgid "States of workflow: %s" msgstr "États du flux de travail: %s" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "Créer des états pour le flux de travail: %s" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "Transitions du flux de travail: %s " -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "Créer des transitions du flux de travail: %s" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "Impossible de sauvegarder la transition; erreur d'intégrité." diff --git a/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.mo index 4a0aab095b..23d70814db 100644 Binary files a/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po index 9b90ee3769..7bbc039377 100644 --- a/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:34 @@ -50,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -70,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -194,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -244,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/id/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/id/LC_MESSAGES/django.mo index 02cc143feb..3b395f7692 100644 Binary files a/mayan/apps/document_states/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po index 4e154c7b4a..1da5f0d098 100644 --- a/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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:34 @@ -50,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -70,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -194,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -244,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/it/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/it/LC_MESSAGES/django.mo index 88cda3921a..0188eb3205 100644 Binary files a/mayan/apps/document_states/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po index 3e14884938..0022d9246c 100644 --- a/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\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:34 @@ -50,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -70,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -194,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -244,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.mo index 7016358de7..2d144f57e3 100644 Binary files a/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.po index 6753bcf4dc..9d46639b05 100644 --- a/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\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:34 @@ -50,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -70,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -194,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -244,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.mo index fad12293ea..d864837b87 100644 Binary files a/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po index 51e2573205..accdd039fd 100644 --- a/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # 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 , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-20 22:10+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:34 msgid "Document states" @@ -52,7 +50,7 @@ msgstr "Data i godzina" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -72,43 +70,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "Usuń" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "Typy dokumentu" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "Edytuj" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "Utwórz stan" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "Stany" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "Szczegół" @@ -196,12 +194,8 @@ msgstr "Edytuj obieg" msgid "View workflows" msgstr "Pokaż obieg" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -246,21 +240,21 @@ msgstr "Typy dokumentów przypisane do obiegu dokumentów: %s" msgid "States of workflow: %s" msgstr "Stany obiegu dokumentów: %s" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "Utwórz stany obiegu dokumentów: %s" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "Zmiany obiegu dokumentów: %s" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "Utwórz zmiany w obiegu dokumentów: %s" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "Nie można zapisać zmiany; błąd integralności." diff --git a/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.mo index c9bce64507..29b751e6c7 100644 Binary files a/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po index c37b78d210..a54cfd4bb0 100644 --- a/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:34 @@ -50,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -70,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -194,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -244,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.mo index 1a4ead438a..64a41c4472 100644 Binary files a/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.po index b7a6b51fc4..b3c19d8c53 100644 --- a/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +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: # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-20 22:10+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:34 @@ -51,7 +50,7 @@ msgstr "data e hora" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "Transações" @@ -71,43 +70,43 @@ msgstr "Estado Original" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "Workflows" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "Excluir" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "Tipos de Documentos" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "Editar" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "Criar estado" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "estado" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "Criar Transições" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "Transações" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "Detalhes" @@ -123,9 +122,7 @@ msgstr "Workflow" msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" -"Selecione se este será o estado com o qual você deseja que o fluxo de " -"trabalho para começar em. Apenas um Estado pode ser o estado inicial." +msgstr "Selecione se este será o estado com o qual você deseja que o fluxo de trabalho para começar em. Apenas um Estado pode ser o estado inicial." #: models.py:73 msgid "Initial" @@ -197,13 +194,9 @@ msgstr "Editar Workflows" msgid "View workflows" msgstr "Ver workflows" -#: permissions.py:22 -msgid "View document workflows" -msgstr "Ver documento de workflows" - -#: permissions.py:26 -msgid "Transition document workflows" -msgstr "Transição de documento de Workflows" +#: permissions.py:23 +msgid "Transition workflows" +msgstr "" #: views.py:57 #, python-format @@ -247,21 +240,21 @@ msgstr "Os tipos de documento atribuído ao workflow: %s" msgid "States of workflow: %s" msgstr "Estado do workflow: %s" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "Criar estados para Workflow: %s" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "Transição do Workflow: %s" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "Criar Transição para Workflow: %s" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "Não foi possível salvar transição; erro de integridade." diff --git a/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.mo index 0613579925..efdd81d259 100644 Binary files a/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.po index a18a3aba52..ac93e1771e 100644 --- a/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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:34 msgid "Document states" @@ -51,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -71,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -195,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -245,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.mo index 6bf38eabc7..fba1b422c4 100644 Binary files a/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po index ddaf83d6e4..d38387c5eb 100644 --- a/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po @@ -1,24 +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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\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:34 msgid "Document states" @@ -52,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -72,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -196,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -246,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.mo index 5a62ada74e..eeb8360766 100644 Binary files a/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.po index 76e6016f40..b0af487ca6 100644 --- a/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\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:34 msgid "Document states" @@ -51,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -71,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -195,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -245,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.mo index 2894aa7b4d..5ccd4016c2 100644 Binary files a/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.po index d193532114..0a0234c550 100644 --- a/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:34 @@ -50,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -70,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -194,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -244,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.mo index d81c84c443..51cfc34bfa 100644 Binary files a/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.po index 6ef7237429..139cf24577 100644 --- a/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.po @@ -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: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-01-27 20:01+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:34 @@ -50,7 +49,7 @@ msgstr "" msgid "Completion" msgstr "" -#: apps.py:79 forms.py:39 links.py:67 models.py:187 +#: apps.py:79 forms.py:39 links.py:77 models.py:187 msgid "Transition" msgstr "" @@ -70,43 +69,43 @@ msgstr "" msgid "Destination state" msgstr "" -#: links.py:8 links.py:27 models.py:59 views.py:185 +#: links.py:14 links.py:36 models.py:59 views.py:185 msgid "Workflows" msgstr "" -#: links.py:12 +#: links.py:18 msgid "Create workflow" msgstr "" -#: links.py:15 links.py:35 links.py:51 +#: links.py:23 links.py:44 links.py:61 msgid "Delete" msgstr "" -#: links.py:19 models.py:25 +#: links.py:27 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 links.py:39 links.py:55 +#: links.py:31 links.py:48 links.py:65 msgid "Edit" msgstr "" -#: links.py:31 +#: links.py:39 msgid "Create state" msgstr "" -#: links.py:43 +#: links.py:52 msgid "States" msgstr "" -#: links.py:47 +#: links.py:56 msgid "Create transition" msgstr "" -#: links.py:59 +#: links.py:69 msgid "Transitions" msgstr "" -#: links.py:63 +#: links.py:73 msgid "Detail" msgstr "" @@ -194,12 +193,8 @@ msgstr "" msgid "View workflows" msgstr "" -#: permissions.py:22 -msgid "View document workflows" -msgstr "" - -#: permissions.py:26 -msgid "Transition document workflows" +#: permissions.py:23 +msgid "Transition workflows" msgstr "" #: views.py:57 @@ -244,21 +239,21 @@ msgstr "" msgid "States of workflow: %s" msgstr "" -#: views.py:300 +#: views.py:287 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:388 +#: views.py:363 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:414 +#: views.py:376 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:444 +#: views.py:406 msgid "Unable to save transition; integrity error." msgstr "" diff --git a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.mo index 4f40b6b7c5..e675c8db32 100644 Binary files a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po index 8a66fc641e..b7055665c3 100644 --- a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" @@ -18,67 +18,86 @@ msgstr "" "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:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,256 +518,209 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" @@ -758,27 +730,27 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" @@ -788,21 +760,21 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" @@ -812,59 +784,59 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -877,6 +849,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1199,9 +1204,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.mo index 27e15a4469..867bb381cf 100644 Binary files a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po index 4560568870..beada1a03d 100644 --- a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" @@ -18,67 +18,86 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,356 +518,313 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -861,6 +837,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1179,9 +1188,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.mo index 84e0d486bc..f1bf77fd4e 100644 Binary files a/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.po index d830f91d06..74a24dbc1e 100644 --- a/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,67 +18,86 @@ msgstr "" "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:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,360 +518,316 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -865,6 +840,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1184,9 +1192,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/da/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/da/LC_MESSAGES/django.mo index 78f632866f..b2fcb90a13 100644 Binary files a/mayan/apps/documents/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/da/LC_MESSAGES/django.po b/mayan/apps/documents/locale/da/LC_MESSAGES/django.po index 2ee7ddfc4e..a553fbdd4b 100644 --- a/mayan/apps/documents/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/da/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" @@ -18,67 +18,86 @@ msgstr "" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,356 +518,313 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -861,6 +837,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1179,9 +1188,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.mo index fcb252157c..cd84bbb97c 100644 Binary files a/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.po index fa3a2c9871..923e80f651 100644 --- a/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -20,68 +20,87 @@ msgstr "" "Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "Dokumente" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "Dokumententyp erstellen" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "Jedes hochgeladene Dokument muss einen Dokumententyp zugewiesen bekommen da Mayan EDMS Dokumente auf der Grundlage von Dokumententypen kategorisiert. " -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "Bezeichner" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "Der MIME-Typ einer der Versionen des Dokuments" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "MIME Typ" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "Miniaturbild" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "Typ" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "Aktiviert" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "Zeitpunkt der Löschung" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "Zeit und Datum" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "Kodierung" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "Kommentar" -#: apps.py:345 -msgid "Document tendencies" -msgstr "Dokumentenstatistik" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" +msgstr "" -#: apps.py:349 -msgid "Document usage" -msgstr "Dokumentennutzung" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" +msgstr "" #: events.py:8 msgid "Document created" @@ -143,7 +162,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "Name der komprimierten Datei, die die Dokumente zum Download beeinhaltet, wenn die vorherige Option gewählt wurde." -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "Seitenbereich" @@ -163,7 +182,7 @@ msgstr "Eigenschaften" msgid "Versions" msgstr "Versionen" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "Seiten" @@ -187,7 +206,7 @@ msgstr "Eigenschaften bearbeiten" msgid "Change type" msgstr "Typ ändern" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "Herunterladen" @@ -203,11 +222,11 @@ msgstr "Seitenzählung korrigieren" msgid "Restore" msgstr "Wiederherstellen" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "Alle Dokumente" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "Letzte Dokumente" @@ -224,7 +243,7 @@ msgstr "Grafiken löschen, die benutzt werden um die Dokumentendarstellung und i #: links.py:151 #| msgid "Clear the document image cache" msgid "Clear document cache" -msgstr "Dokumenten-Cache löschen" +msgstr "Dokumentencache löschen" #: links.py:155 permissions.py:48 msgid "Empty trash" @@ -246,7 +265,7 @@ msgstr "Vorherige Seite" msgid "Next page" msgstr "Nächste Seite" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "Dokument" @@ -274,7 +293,7 @@ msgstr "Ansicht verkleinern" msgid "Revert" msgstr "Wiederherstellen" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "Dokumententypen erstellen" @@ -284,19 +303,19 @@ msgstr "Bearbeiten" #: links.py:243 msgid "Add quick label to document type" -msgstr "" +msgstr "Schnellbezeichner zu Dokumententyp hinzufügen" #: links.py:256 msgid "Quick labels" -msgstr "" +msgstr "Schnellbezeichner" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "Dokumententypen" -#: literals.py:19 +#: literals.py:21 msgid "All pages" -msgstr "" +msgstr "Alle Seiten" #: models.py:68 msgid "" @@ -328,11 +347,11 @@ msgstr "Endgültig löschen nach" msgid "Delete time unit" msgstr "Einheit (Löschen)" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "Dokumententyp" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "Dokumententypen" @@ -371,62 +390,62 @@ msgstr "Ein Fragment ist ein Dokument mit einem Eintrag in der Datenbank, für d msgid "Is stub?" msgstr "Inkomplett" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "Fragment, ID: %d" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "Zeitstempel" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "Datei" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "Prüfsumme" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "Dokumentenversion" #: models.py:613 msgid "Quick rename template" -msgstr "" +msgstr "Dokument schnell umbenennen" #: models.py:614 msgid "Quick rename templates" -msgstr "" +msgstr "Dokumente schnell umbenennen" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "Seitennummer" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "Dokumentenseite" + +#: models.py:637 +msgid "Document pages" +msgstr "Dokumentenseiten" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Seite %(page_num)d von %(total_pages)d des Dokuments %(document)s" -#: models.py:642 -msgid "Document page" -msgstr "Dokumentenseite" - -#: models.py:643 -msgid "Document pages" -msgstr "Dokumentenseiten" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "Benutzer" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "Letzter Zugriff" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "Letztes Dokument" @@ -443,7 +462,7 @@ msgstr "Dokumente löschen" msgid "Trash documents" msgstr "Dokumente in den Papierkorb verschieben" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "Dokumente herunterladen" @@ -501,356 +520,313 @@ msgstr "Dokumententypen bearbeiten" msgid "View document types" msgstr "Dokumententypen anzeigen" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "Maximale Anzahl der letzten Dokumente (erstellt, bearbeitet, angezeigt) pro Benutzer." -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "Betrag in Prozent für Ansicht vergrößern/verkleinern pro Benutzer Aktion." -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "Maximaler erlaubter Zoom in %, den Benutzer interaktiv wählen können." -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "Minimaler erlaubter Zoom in %, den Benutzer interaktiv wählen können." -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Gradzahl, die ein Dokument pro Benutzer Aktion gedreht wird." -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "Standarddokumentensprache (im ISO639-2 Format)" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "Liste der unterstützen Dokumentensprachen" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "Dokumententypen: %d" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "Kleinste Seitenanzahl pro Dokument: %d" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "Größte Seitenanzahl pro Dokument: %d" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "Durchschnittliche Seitenanzahl pro Dokument: %f" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "Dokumente in der Datenbank: %d" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "Dokumente im Dateispeicher: %d" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "Belgter Speicherplatz im Dateispeicher: %s" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "Dokumentenseiten in der Datenbank: %d" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "Dokumente im Papierkorb" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "Das ausgwählte Dokument löschen?" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "Dokument %(document)s gelöscht." -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "Die ausgwählten Dokumente löschen?" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "Eigenschaften von Dokument \"%s\" bearbeiten" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "Das ausgwählte Dokument wiederherstellen?" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "Dokument %(document)s wiederhergestellt." -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "Die ausgwählten Dokumente löschen?" - #: views.py:212 msgid "Restore the selected documents?" msgstr "Die ausgwählten Dokumente wiederherstellen?" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "Seiten des Dokuments: %s" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" -msgstr "" +msgstr "Seitenbild für %s" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "Vorschau von Dokument %s" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "Dokumente des Typs: %s" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "Alle Dokumente dieses Typs werden auch gelöscht." -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "Dokumententyp %s löschen?" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "Dokumententyp %s bearbeiten" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" -msgstr "" +msgstr "Schnellbezeichner für Dokumententyp %s" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" +msgstr "Schnellbezeichner \"%(filename)s\" von Dokumententyp \"%(document_type)s\" bearbeiten" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" -msgstr "" +msgstr "Schnellbezeichner %(label)s von Dokumententyp \"%(document_type)s\" löschen?" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "Versionen von Dokument %s" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "Eigenschaften von Dokument %s" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "Hinzugefügt am" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "UUID" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "Datei MIME Type" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "Keine" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "Dateikodierung" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "Dateigröße" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "Im Dateispeicher" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "Pfad im Dateispeicher" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "Papierkorb leeren" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "Papierkorb erfolgreich gelöscht." -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "Es muss mindestens ein Dokument angegeben werden." -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "Dokument erfolgreich in den Papierkorb verschoben." - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "Dokument: %(document)s Fehler beim verschieben in den Papierkorb: %(error)s" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "Die ausgwählten Dokumente in den Papierkorb verschieben?" -msgstr[1] "Das ausgwählte Dokument in den Papierkorb verschieben?" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "Dokumententyp erfolgreich geändert." -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "Ändern" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "Den Typ des ausgewählten Dokuments ändern." msgstr[1] "Den Typ der ausgewählten Dokumente ändern." -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr " Herunterzuladende Dokumente" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "Datum und Zeit" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "Es muss mindestens ein Dokument ausgewählt werden." -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "Dokument eingereiht für Neuberechnungder Seitenzahl" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "Dokumente eingereiht für Neuberechnungder Seitenzahlen." -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Seitenzahl des ausgewählten Dokuments neu berechnen?" +msgstr[1] "Seitenzahl der ausgewählten Dokumente neu berechnen?" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "Fehler beim Löschen der Seitentransformation von %(document)s; %(error)s" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "Alle Seitentransformationen für Dokument %s wurden erfolgreich gelöscht." -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "Sind Sie sicher, dass Sie die Transformationen des ausgewählten Dokuments zurücksetzen wollen?" msgstr[1] "Sind Sie sicher, dass Sie die Transformationen der ausgewählten Dokumente zurücksetzen wollen?" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "Keine weiteren Seiten in diesem Dokument" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "Sie sind bereits auf der ersten Seite dieses Dokuments" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "%s drucken" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" -msgstr "" +msgstr "Schnellbezeichner für Dokumententyp erfolgreich angelegt" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" -msgstr "" +msgstr "Fehler beim Erstellen des Schnellbezeichners: %(error)s" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" -msgstr "" +msgstr "Schnellbezeichner erstellen für Dokumentenyp %s" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "Löschung des Dokumentenbildcaches erfolgreich eingereiht." -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" -msgstr "Dokumenten-Cache löschen?" +msgstr "Dokumentencache löschen?" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "Dokument wurde erfolgreich wiederhergestellt" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "Fehler beim Wiederherstellen der Dokumentenversion %s" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "Diese Dokumentenversion wiederherstellen?" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "Alle späteren Versionen dieses Dokuments werden ebenfalls gelöscht." @@ -863,6 +839,39 @@ msgstr "Seite %(page_number)d von %(total_pages)d" msgid "Document page image" msgstr "Dokumentenseitenbild" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1181,9 +1190,6 @@ msgstr "Dokumentenseitenbild" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/en/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/en/LC_MESSAGES/django.mo index 36e8a00f0e..ef14ac3050 100644 Binary files a/mayan/apps/documents/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/en/LC_MESSAGES/django.po b/mayan/apps/documents/locale/en/LC_MESSAGES/django.po index e0d168e1ce..ce65cc0c49 100644 --- a/mayan/apps/documents/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" "PO-Revision-Date: 2013-11-20 11:36+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -18,76 +18,96 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "Documents" -#: apps.py:86 +#: apps.py:93 #, fuzzy msgid "Create a document type" msgstr "Create document types" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "MIME type" -#: apps.py:127 +#: apps.py:134 #, fuzzy msgid "Thumbnail" msgstr "thumbnail" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 #, fuzzy msgid "Enabled" msgstr "enabled" -#: apps.py:153 +#: apps.py:160 #, fuzzy msgid "Date time trashed" msgstr "Date added" -#: apps.py:158 +#: apps.py:165 #, fuzzy msgid "Time and date" msgstr "time and date" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 #, fuzzy msgid "Encoding" msgstr "encoding" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "Comment" -#: apps.py:345 +#: apps.py:359 #, fuzzy -msgid "Document tendencies" -msgstr "Document edited" +#| msgid "New document filename" +msgid "New documents per month" +msgstr "New document filename" -#: apps.py:349 +#: apps.py:366 #, fuzzy -msgid "Document usage" -msgstr "document page" +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "Document version reverted successfully" + +#: apps.py:373 +#, fuzzy +#| msgid "View document types" +msgid "New document pages per month" +msgstr "View document types" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" +msgstr "" #: events.py:8 #, fuzzy @@ -161,7 +181,7 @@ msgstr "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "Page range" @@ -184,7 +204,7 @@ msgstr "properties" msgid "Versions" msgstr "versions" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "Pages" @@ -212,7 +232,7 @@ msgstr "Edit document properties" msgid "Change type" msgstr "page text" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "Download" @@ -229,12 +249,12 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 #, fuzzy msgid "All documents" msgstr "all documents" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 #, fuzzy msgid "Recent documents" msgstr "recent documents" @@ -281,7 +301,7 @@ msgstr "previous page" msgid "Next page" msgstr "next page" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 #, fuzzy msgid "Document" msgstr "Documents" @@ -316,7 +336,7 @@ msgstr "zoom out" msgid "Revert" msgstr "revert" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 #, fuzzy msgid "Create document type" msgstr "Create document types" @@ -334,12 +354,12 @@ msgstr "add filename to document type" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 #, fuzzy msgid "Document types" msgstr "Document type" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -376,11 +396,11 @@ msgstr "Delete document types" msgid "Delete time unit" msgstr "Delete documents" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "Document type" -#: models.py:121 +#: models.py:92 #, fuzzy msgid "Documents types" msgstr "documents types" @@ -423,27 +443,27 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, fuzzy, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "Document types: %d" -#: models.py:336 +#: models.py:338 #, fuzzy msgid "Timestamp" msgstr "timestamp" -#: models.py:345 +#: models.py:347 #, fuzzy msgid "File" msgstr "Filename" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "Checksum" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 #, fuzzy msgid "Document version" msgstr "document version" @@ -456,36 +476,36 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 #, fuzzy msgid "Page number" msgstr "page number" -#: models.py:633 -#, python-format -msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" -msgstr "Page %(page_num)d out of %(total_pages)d of %(document)s" - -#: models.py:642 +#: models.py:636 #, fuzzy msgid "Document page" msgstr "document page" -#: models.py:643 +#: models.py:637 #, fuzzy msgid "Document pages" msgstr "document pages" -#: models.py:770 +#: models.py:641 +#, python-format +msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" +msgstr "Page %(page_num)d out of %(total_pages)d of %(document)s" + +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 #, fuzzy msgid "Accessed" msgstr "accessed" -#: models.py:786 +#: models.py:787 #, fuzzy msgid "Recent document" msgstr "recent document" @@ -504,7 +524,7 @@ msgstr "Delete documents" msgid "Trash documents" msgstr "Transform documents" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "Download documents" @@ -564,7 +584,7 @@ msgstr "Edit document types" msgid "View document types" msgstr "View document types" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per " "user." @@ -572,11 +592,11 @@ msgstr "" "Maximum number of recent (created, edited, viewed) documents to remember per " "user." -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "Amount in percent zoom in or out a document page per user interaction." -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." @@ -584,7 +604,7 @@ msgstr "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." @@ -592,273 +612,230 @@ msgstr "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Amount in degrees to rotate a document page per user interaction." -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "Document types: %d" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "Minimum amount of pages per document: %d" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "Maximum amount of pages per document: %d" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "Average amount of pages per document: %f" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "Documents in database: %d" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "Documents in storage: %d" - -#: statistics.py:91 -#, fuzzy, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "Documents in storage: %d" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "Document pages in database: %d" - -#: views.py:90 +#: views.py:88 #, fuzzy #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "Documents in storage: %d" -#: views.py:112 +#: views.py:110 #, fuzzy msgid "Delete the selected document?" msgstr "Create documents" -#: views.py:130 +#: views.py:133 #, fuzzy, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "Document \"%(document)s\" deleted by %(fullname)s." -#: views.py:156 +#: views.py:141 +#, fuzzy +msgid "Delete the selected documents?" +msgstr "Create documents" + +#: views.py:163 #, fuzzy, python-format msgid "Edit properties of document: %s" msgstr "document properties for: %s" -#: views.py:172 +#: views.py:179 #, fuzzy msgid "Restore the selected document?" msgstr "Create documents" -#: views.py:191 +#: views.py:204 #, fuzzy, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "Document: %(document)s delete error: %(error)s" -#: views.py:205 -#, fuzzy -msgid "Delete the selected documents?" -msgstr "Create documents" - #: views.py:212 #, fuzzy msgid "Restore the selected documents?" msgstr "Create documents" -#: views.py:242 +#: views.py:244 #, fuzzy, python-format msgid "Pages for document: %s" msgstr "versions for document: %s" -#: views.py:270 +#: views.py:272 #, fuzzy, python-format msgid "Image of: %s" msgstr "duplicates of: %s" -#: views.py:308 +#: views.py:310 #, fuzzy, python-format msgid "Preview of document: %s" msgstr "versions for document: %s" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, fuzzy, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "Document deleted successfully." + +#: views.py:358 +#, fuzzy +msgid "Move the selected documents to the trash?" +msgstr "Create documents" + +#: views.py:373 #, fuzzy, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "documents of type \"%s\"" -#: views.py:345 +#: views.py:395 #, fuzzy msgid "All documents of this type will be deleted too." msgstr "All later version after this one will be deleted too." -#: views.py:347 +#: views.py:397 #, fuzzy, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "Delete document types" -#: views.py:363 +#: views.py:413 #, fuzzy, python-format msgid "Edit document type: %s" msgstr "edit document type: %s" -#: views.py:395 +#: views.py:445 #, fuzzy, python-format msgid "Quick labels for document type: %s" msgstr "filenames for document type: %s" -#: views.py:422 +#: views.py:466 #, fuzzy, python-format msgid "" "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -#: views.py:441 +#: views.py:491 #, fuzzy, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -#: views.py:479 +#: views.py:529 #, fuzzy, python-format msgid "Versions of document: %s" msgstr "versions for document: %s" -#: views.py:500 +#: views.py:550 #, fuzzy, python-format msgid "Properties for document: %s" msgstr "versions for document: %s" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "Date added" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "UUID" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "File mimetype" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "None" -#: views.py:522 +#: views.py:572 #, fuzzy msgid "File encoding" msgstr "File mime encoding" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "File size" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "Exists in storage" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "File path in storage" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #, fuzzy #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "Document deleted successfully." -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "Must provide at least one document." -#: views.py:607 -#, fuzzy -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "Document deleted successfully." - -#: views.py:609 -#, fuzzy, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "Document: %(document)s delete error: %(error)s" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" - -#: views.py:672 +#: views.py:656 #, fuzzy msgid "Document type changed successfully." msgstr "Document type created successfully" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 #, fuzzy msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "Create documents" msgstr[1] "Create documents" -#: views.py:753 +#: views.py:737 #, fuzzy msgid "Documents to be downloaded" msgstr "documents to be downloaded" -#: views.py:762 +#: views.py:746 #, fuzzy msgid "Date and time" msgstr "Date added" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 #, fuzzy msgid "Document queued for page count recalculation." msgstr "document page transformation" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 #, fuzzy msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" @@ -867,7 +844,7 @@ msgstr[0] "" msgstr[1] "" "Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " @@ -876,7 +853,7 @@ msgstr "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " @@ -885,7 +862,7 @@ msgstr "" "All the page transformations for document: %s, have been deleted " "successfully." -#: views.py:930 +#: views.py:914 #, fuzzy msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" @@ -894,63 +871,63 @@ msgstr[0] "" msgstr[1] "" "Are you sure you wish to clear all the page transformations for document: %s?" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "There are no more pages in this document" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "You are already at the first page of this document" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, fuzzy, python-format msgid "Print: %s" msgstr "print: %s" -#: views.py:1138 +#: views.py:1122 #, fuzzy #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "Document type filename created successfully" -#: views.py:1141 +#: views.py:1125 #, fuzzy, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "Error creating document type filename; %(error)s" -#: views.py:1150 +#: views.py:1134 #, fuzzy, python-format msgid "Create quick label for document type: %s" msgstr "create filename for document type: %s" -#: views.py:1161 +#: views.py:1145 #, fuzzy msgid "Document cache clearing queued successfully." msgstr "Document image cache cleared successfully" -#: views.py:1167 +#: views.py:1151 #, fuzzy #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "Clear the document image cache" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "Document version reverted successfully" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "Error reverting document version; %s" -#: views.py:1193 +#: views.py:1177 #, fuzzy #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "Revert documents to a previous version" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "All later version after this one will be deleted too." @@ -964,6 +941,45 @@ msgstr "Page %(page_num)d out of %(total_pages)d of %(document)s" msgid "Document page image" msgstr "document page image" +#, fuzzy +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#, fuzzy +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#, fuzzy +#~| msgid "Documents in storage: %d" +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#, fuzzy +#~| msgid "Document: %(document)s delete error: %(error)s" +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1338,9 +1354,6 @@ msgstr "document page image" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #, fuzzy #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/es/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/es/LC_MESSAGES/django.mo index 860e0fea6c..23c43af351 100644 Binary files a/mayan/apps/documents/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/es/LC_MESSAGES/django.po b/mayan/apps/documents/locale/es/LC_MESSAGES/django.po index a71834df59..40f98a70c3 100644 --- a/mayan/apps/documents/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/es/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" @@ -19,67 +19,86 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "Documentos" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "Crear tipo un tipo de documento" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "Etiqueta" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "Tipo MIME" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "Foto miniatura" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "Tipo" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "Activado" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "Hora y fecha" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "Codificación" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "Comentario" -#: apps.py:345 -msgid "Document tendencies" -msgstr "Tendencias de documentos" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" +msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -142,7 +161,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "Rango de páginas" @@ -162,7 +181,7 @@ msgstr "Propiedades" msgid "Versions" msgstr "Versiones" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "Páginas" @@ -186,7 +205,7 @@ msgstr "Editar propiedades" msgid "Change type" msgstr "Cambiar tipo" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "Descargar" @@ -202,11 +221,11 @@ msgstr "Recalcular el conteo de páginas" msgid "Restore" msgstr "Resturar" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "Todos los documentos" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "Documentos recientes" @@ -245,7 +264,7 @@ msgstr "Página previa" msgid "Next page" msgstr "Próxima página" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "Documento" @@ -273,7 +292,7 @@ msgstr "Alejar imagen" msgid "Revert" msgstr "Revertir" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "Crear tipo de documento" @@ -289,11 +308,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "Tipos de documentos" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -327,11 +346,11 @@ msgstr "Período de tiempo de eliminación" msgid "Delete time unit" msgstr "Unidad de tiempo de eliminación" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "Tipo de documento" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "Tipos de documentos" @@ -370,25 +389,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "Archivo" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "Suma de comprobación" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "Versión de documento" @@ -400,32 +419,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "Número de página" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "Página de documento" + +#: models.py:637 +msgid "Document pages" +msgstr "Páginas de documento" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Página %(page_num)d de %(total_pages)d de %(document)s " -#: models.py:642 -msgid "Document page" -msgstr "Página de documento" - -#: models.py:643 -msgid "Document pages" -msgstr "Páginas de documento" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "Usuario" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "Accedido" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "Documento reciente" @@ -442,7 +461,7 @@ msgstr "Eliminar documentos" msgid "Trash documents" msgstr "Enivar documentos a la papelera" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "Descargar documentos" @@ -500,356 +519,313 @@ msgstr "Editar tipos de documentos" msgid "View document types" msgstr "Ver los tipos de documentos" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "Idioma por defecto para documentos (en formato ISO639-2)." -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "Lista de idiomas de documento apoyados." -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "Tipos de documentos: %d" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "Cantidad mínima de páginas por documento: %d" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "Cantidad máxima de páginas por documento: %d" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "Cantidad de páginas promedio por documento: %f" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "Documentos en la base de datos: %d" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "Documentos en almacenamiento: %d" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "Páginas de documento en la base de datos: %d" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "Documentos en la papelera" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "Editar propiedades del documento: %s" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "Pagínas para documento: %s" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "Visualización del documento: %s" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "Todos los documentos de este tipo serán borrados también" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "Editar tipo de documento: %s" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "Versiones del documento: %s" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "Propiedades para el documento: %s" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "Fecha en que se agregó" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "UUID" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "Tipo MIME del archivo" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "Codificación de archivo" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "Tamaño del archivo" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "Existe en el almacenamiento" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "Ruta de archivo en el almacenamiento" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "¿Vaciar papelera?" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "Papelera vaciada con éxito" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "Debe proveer al menos un documento" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "Tipo de documento cambiado con éxito." -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "Enviar" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "Cambiar el tipo del documento seleccionado." msgstr[1] "Cambiar el tipo de los documentos seleccionados." -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "Documentos a descargar" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "Fecha y hora" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "No hay más páginas en este documento" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "Usted ya está en la primera página de este documento" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "Imprimir: %s" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "Borrar el caché de imágenes de documentos" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "Versión de documento revertida con éxito." -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "Error revirtiendo la versión del documento; %s" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "También se borrarán todas las versiones más recientes a esta." @@ -862,6 +838,39 @@ msgstr "Página %(page_number)d de %(total_pages)d" msgid "Document page image" msgstr "Imagen de página de documento" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1180,9 +1189,6 @@ msgstr "Imagen de página de documento" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.mo index 004f127487..94b4d29b0c 100644 Binary files a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po index d43a469d4d..bf449c1526 100644 --- a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" @@ -18,67 +18,86 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,352 +518,310 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -857,6 +834,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1174,9 +1184,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.mo index 300ba3011f..fa9eef9147 100644 Binary files a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po index 812951a94c..f95491e835 100644 --- a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,67 +18,86 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,356 +518,313 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -861,6 +837,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1179,9 +1188,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.mo index bcd4d0e012..f2c1f4e1ba 100644 Binary files a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po index ec921ca68d..b0d0ca2728 100644 --- a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" @@ -18,67 +18,86 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,356 +518,313 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -861,6 +837,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1179,9 +1188,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/id/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/id/LC_MESSAGES/django.mo index 4dd2f849ab..00d6673280 100644 Binary files a/mayan/apps/documents/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/id/LC_MESSAGES/django.po b/mayan/apps/documents/locale/id/LC_MESSAGES/django.po index dec2ef69ae..57d92001c2 100644 --- a/mayan/apps/documents/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/id/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,67 +18,86 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,352 +518,310 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -857,6 +834,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1174,9 +1184,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/it/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/it/LC_MESSAGES/django.mo index 479814b077..60f47069de 100644 Binary files a/mayan/apps/documents/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/it/LC_MESSAGES/django.po b/mayan/apps/documents/locale/it/LC_MESSAGES/django.po index d77c4f5cc8..8bd677a817 100644 --- a/mayan/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/it/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,67 +18,86 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,356 +518,313 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -861,6 +837,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1179,9 +1188,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo index 03c939d5c0..dc88dd7be3 100644 Binary files a/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po index 517000ad22..2cef93c7c8 100644 --- a/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,67 +18,86 @@ msgstr "" "Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,356 +518,313 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -861,6 +837,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1179,9 +1188,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.mo index 3c65e7f37a..2dfc7f6cad 100644 Binary files a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po index dbb742ae79..8a303a7219 100644 --- a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,67 +18,86 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,360 +518,316 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -865,6 +840,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1184,9 +1192,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.mo index 884027cb51..beb183904e 100644 Binary files a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po index 5426c1cd52..8432c502ef 100644 --- a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" @@ -18,67 +18,86 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,356 +518,313 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -861,6 +837,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1179,9 +1188,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo index 662d6fabe1..5629135417 100644 Binary files a/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po index 627c2ffab2..a89524af2a 100644 --- a/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -18,67 +18,86 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,356 +518,313 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -861,6 +837,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1179,9 +1188,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.mo index eb9131ee3c..08d2d116b3 100644 Binary files a/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.po index f6e008f1d8..274aa51b3f 100644 --- a/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,67 +18,86 @@ msgstr "" "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:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,360 +518,316 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -865,6 +840,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1184,9 +1192,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.mo index 0688f12b50..121bd02496 100644 Binary files a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po index 32fc62f0cf..523265cf73 100644 --- a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,67 +18,86 @@ msgstr "" "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:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,254 +518,209 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" @@ -754,27 +728,27 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" @@ -782,21 +756,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" @@ -804,59 +778,59 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -869,6 +843,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1189,9 +1196,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.mo index 2c26971ea3..1e9edac87a 100644 Binary files a/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.po index 4bd453a65a..d575af9fae 100644 --- a/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -18,67 +18,86 @@ msgstr "" "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:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,254 +518,209 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" @@ -754,27 +728,27 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" @@ -782,21 +756,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" @@ -804,59 +778,59 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -869,6 +843,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1189,9 +1196,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo index e7767ac142..f416f64c38 100644 Binary files a/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.po index 2117a6d708..cceffebfab 100644 --- a/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -18,67 +18,86 @@ msgstr "" "Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,352 +518,310 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -857,6 +834,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1174,9 +1184,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.mo index 73bf182c44..4290e5d9e6 100644 Binary files a/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.po index a2cf16870c..0e0ca04be7 100644 --- a/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:07-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -18,67 +18,86 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:78 apps.py:140 apps.py:342 models.py:173 permissions.py:7 +#: apps.py:85 apps.py:147 apps.py:356 models.py:173 permissions.py:7 #: settings.py:16 msgid "Documents" msgstr "" -#: apps.py:86 +#: apps.py:93 msgid "Create a document type" msgstr "" -#: apps.py:88 +#: apps.py:95 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." msgstr "" -#: apps.py:95 models.py:64 models.py:139 models.py:603 search.py:20 +#: apps.py:102 models.py:64 models.py:139 models.py:606 search.py:20 msgid "Label" msgstr "" -#: apps.py:100 +#: apps.py:107 msgid "The MIME type of any of the versions of a document" msgstr "" -#: apps.py:101 apps.py:162 search.py:18 views.py:763 +#: apps.py:108 apps.py:169 search.py:18 views.py:747 msgid "MIME type" msgstr "" -#: apps.py:127 +#: apps.py:134 msgid "Thumbnail" msgstr "" -#: apps.py:135 apps.py:150 +#: apps.py:142 apps.py:157 msgid "Type" msgstr "" -#: apps.py:145 models.py:605 +#: apps.py:152 models.py:608 msgid "Enabled" msgstr "" -#: apps.py:153 +#: apps.py:160 msgid "Date time trashed" msgstr "" -#: apps.py:158 +#: apps.py:165 msgid "Time and date" msgstr "" -#: apps.py:166 views.py:764 +#: apps.py:173 views.py:748 msgid "Encoding" msgstr "" -#: apps.py:170 models.py:339 +#: apps.py:177 models.py:341 msgid "Comment" msgstr "" -#: apps.py:345 -msgid "Document tendencies" +#: apps.py:359 +#| msgid "New document filename" +msgid "New documents per month" msgstr "" -#: apps.py:349 -msgid "Document usage" +#: apps.py:366 +#| msgid "Document version reverted successfully" +msgid "New document versions per month" +msgstr "" + +#: apps.py:373 +#| msgid "View document types" +msgid "New document pages per month" +msgstr "" + +#: apps.py:380 +msgid "Total documents at each month" +msgstr "" + +#: apps.py:387 +msgid "Total document versions at each month" +msgstr "" + +#: apps.py:394 +msgid "Total document pages at each month" msgstr "" #: events.py:8 @@ -141,7 +160,7 @@ msgid "" "downloaded, if the previous option is selected." msgstr "" -#: forms.py:151 literals.py:19 +#: forms.py:151 literals.py:21 msgid "Page range" msgstr "" @@ -161,7 +180,7 @@ msgstr "" msgid "Versions" msgstr "" -#: links.py:54 views.py:539 +#: links.py:54 views.py:589 msgid "Pages" msgstr "" @@ -185,7 +204,7 @@ msgstr "" msgid "Change type" msgstr "" -#: links.py:82 links.py:115 links.py:128 views.py:821 +#: links.py:82 links.py:115 links.py:128 views.py:805 msgid "Download" msgstr "" @@ -201,11 +220,11 @@ msgstr "" msgid "Restore" msgstr "" -#: links.py:133 views.py:72 +#: links.py:133 views.py:70 msgid "All documents" msgstr "" -#: links.py:136 models.py:787 views.py:568 +#: links.py:136 models.py:788 views.py:616 msgid "Recent documents" msgstr "" @@ -244,7 +263,7 @@ msgstr "" msgid "Next page" msgstr "" -#: links.py:187 models.py:172 models.py:333 models.py:773 views.py:761 +#: links.py:187 models.py:172 models.py:335 models.py:777 views.py:745 msgid "Document" msgstr "" @@ -272,7 +291,7 @@ msgstr "" msgid "Revert" msgstr "" -#: links.py:230 views.py:378 +#: links.py:230 views.py:428 msgid "Create document type" msgstr "" @@ -288,11 +307,11 @@ msgstr "" msgid "Quick labels" msgstr "" -#: links.py:260 links.py:265 views.py:334 +#: links.py:260 links.py:265 views.py:384 msgid "Document types" msgstr "" -#: literals.py:19 +#: literals.py:21 msgid "All pages" msgstr "" @@ -326,11 +345,11 @@ msgstr "" msgid "Delete time unit" msgstr "" -#: models.py:120 models.py:135 models.py:600 search.py:15 +#: models.py:91 models.py:135 models.py:603 search.py:15 msgid "Document type" msgstr "" -#: models.py:121 +#: models.py:92 msgid "Documents types" msgstr "" @@ -369,25 +388,25 @@ msgstr "" msgid "Is stub?" msgstr "" -#: models.py:191 +#: models.py:177 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" msgstr "" -#: models.py:336 +#: models.py:338 msgid "Timestamp" msgstr "" -#: models.py:345 +#: models.py:347 msgid "File" msgstr "" -#: models.py:354 views.py:538 +#: models.py:356 views.py:588 msgid "Checksum" msgstr "" -#: models.py:358 models.py:359 models.py:624 +#: models.py:360 models.py:361 models.py:627 msgid "Document version" msgstr "" @@ -399,32 +418,32 @@ msgstr "" msgid "Quick rename templates" msgstr "" -#: models.py:628 +#: models.py:631 msgid "Page number" msgstr "" -#: models.py:633 +#: models.py:636 +msgid "Document page" +msgstr "" + +#: models.py:637 +msgid "Document pages" +msgstr "" + +#: models.py:641 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:642 -msgid "Document page" -msgstr "" - -#: models.py:643 -msgid "Document pages" -msgstr "" - -#: models.py:770 +#: models.py:774 msgid "User" msgstr "" -#: models.py:776 +#: models.py:780 msgid "Accessed" msgstr "" -#: models.py:786 +#: models.py:787 msgid "Recent document" msgstr "" @@ -441,7 +460,7 @@ msgstr "" msgid "Trash documents" msgstr "" -#: permissions.py:19 views.py:820 +#: permissions.py:19 views.py:804 msgid "Download documents" msgstr "" @@ -499,352 +518,310 @@ msgstr "" msgid "View document types" msgstr "" -#: settings.py:39 +#: settings.py:36 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." msgstr "" -#: settings.py:46 +#: settings.py:43 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:53 +#: settings.py:50 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:60 +#: settings.py:57 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:67 +#: settings.py:64 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:76 +#: settings.py:73 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:80 +#: settings.py:77 msgid "List of supported document languages." msgstr "" -#: statistics.py:49 -#, python-format -msgid "Document types: %d" -msgstr "" - -#: statistics.py:58 -#, python-format -msgid "Minimum amount of pages per document: %d" -msgstr "" - -#: statistics.py:61 -#, python-format -msgid "Maximum amount of pages per document: %d" -msgstr "" - -#: statistics.py:64 -#, python-format -msgid "Average amount of pages per document: %f" -msgstr "" - -#: statistics.py:80 -#, python-format -msgid "Documents in database: %d" -msgstr "" - -#: statistics.py:87 -#, python-format -msgid "Documents in storage: %d" -msgstr "" - -#: statistics.py:91 -#, python-format -#| msgid "Documents in storage: %d" -msgid "Space used in storage: %s" -msgstr "" - -#: statistics.py:100 -#, python-format -msgid "Document pages in database: %d" -msgstr "" - -#: views.py:90 +#: views.py:88 #| msgid "Documents in storage: %d" msgid "Documents in trash" msgstr "" -#: views.py:112 +#: views.py:110 msgid "Delete the selected document?" msgstr "" -#: views.py:130 +#: views.py:133 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." msgstr "" -#: views.py:156 +#: views.py:141 +msgid "Delete the selected documents?" +msgstr "" + +#: views.py:163 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:172 +#: views.py:179 msgid "Restore the selected document?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." msgstr "" -#: views.py:205 -msgid "Delete the selected documents?" -msgstr "" - #: views.py:212 msgid "Restore the selected documents?" msgstr "" -#: views.py:242 +#: views.py:244 #, python-format msgid "Pages for document: %s" msgstr "" -#: views.py:270 +#: views.py:272 #, python-format msgid "Image of: %s" msgstr "" -#: views.py:308 +#: views.py:310 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:323 +#: views.py:318 +#, python-format +msgid "Move \"%s\" to the trash?" +msgstr "" + +#: views.py:345 +#, python-format +#| msgid "Document deleted successfully." +msgid "Document: %(document)s moved to trash successfully." +msgstr "" + +#: views.py:358 +msgid "Move the selected documents to the trash?" +msgstr "" + +#: views.py:373 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" msgstr "" -#: views.py:345 +#: views.py:395 msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:347 +#: views.py:397 #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" msgstr "" -#: views.py:363 +#: views.py:413 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:395 +#: views.py:445 #, python-format msgid "Quick labels for document type: %s" msgstr "" -#: views.py:422 +#: views.py:466 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:441 +#: views.py:491 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:479 +#: views.py:529 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:500 +#: views.py:550 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:508 +#: views.py:558 msgid "Date added" msgstr "" -#: views.py:513 +#: views.py:563 msgid "UUID" msgstr "" -#: views.py:518 +#: views.py:568 msgid "File mimetype" msgstr "" -#: views.py:519 views.py:524 +#: views.py:569 views.py:574 msgid "None" msgstr "" -#: views.py:522 +#: views.py:572 msgid "File encoding" msgstr "" -#: views.py:528 +#: views.py:578 msgid "File size" msgstr "" -#: views.py:533 +#: views.py:583 msgid "Exists in storage" msgstr "" -#: views.py:535 +#: views.py:585 msgid "File path in storage" msgstr "" -#: views.py:549 +#: views.py:599 msgid "Empty trash?" msgstr "" -#: views.py:560 +#: views.py:610 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" msgstr "" -#: views.py:586 views.py:648 views.py:901 +#: views.py:632 views.py:885 msgid "Must provide at least one document." msgstr "" -#: views.py:607 -#| msgid "Document deleted successfully." -msgid "Document moved to trash successfully." -msgstr "" - -#: views.py:609 -#, python-format -#| msgid "Document: %(document)s delete error: %(error)s" -msgid "Document: %(document)s error moving to trash: %(error)s" -msgstr "" - -#: views.py:620 -msgid "Move the selected document to the trash ?" -msgid_plural "Move the selected documents to the trash ?" -msgstr[0] "" - -#: views.py:672 +#: views.py:656 msgid "Document type changed successfully." msgstr "" -#: views.py:679 views.py:1119 +#: views.py:663 views.py:1103 msgid "Submit" msgstr "" -#: views.py:683 +#: views.py:667 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" -#: views.py:753 +#: views.py:737 msgid "Documents to be downloaded" msgstr "" -#: views.py:762 +#: views.py:746 msgid "Date and time" msgstr "" -#: views.py:847 +#: views.py:831 msgid "At least one document must be selected." msgstr "" -#: views.py:864 +#: views.py:848 msgid "Document queued for page count recalculation." msgstr "" -#: views.py:865 +#: views.py:849 msgid "Documents queued for page count recalculation." msgstr "" -#: views.py:874 +#: views.py:858 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" msgstr[0] "" -#: views.py:918 +#: views.py:902 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:921 +#: views.py:905 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:930 +#: views.py:914 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" -#: views.py:962 +#: views.py:946 msgid "There are no more pages in this document" msgstr "" -#: views.py:980 +#: views.py:964 msgid "You are already at the first page of this document" msgstr "" -#: views.py:1109 views.py:1118 +#: views.py:1093 views.py:1102 #, python-format msgid "Print: %s" msgstr "" -#: views.py:1138 +#: views.py:1122 #| msgid "Document type filename created successfully" msgid "Document type quick label created successfully" msgstr "" -#: views.py:1141 +#: views.py:1125 #, python-format #| msgid "Error creating document type filename; %(error)s" msgid "Error creating document type quick label; %(error)s" msgstr "" -#: views.py:1150 +#: views.py:1134 #, python-format msgid "Create quick label for document type: %s" msgstr "" -#: views.py:1161 +#: views.py:1145 msgid "Document cache clearing queued successfully." msgstr "" -#: views.py:1167 +#: views.py:1151 #| msgid "Clear the document image cache" msgid "Clear the document cache?" msgstr "" -#: views.py:1184 +#: views.py:1168 msgid "Document version reverted successfully" msgstr "" -#: views.py:1186 +#: views.py:1170 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1193 +#: views.py:1177 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" msgstr "" -#: views.py:1194 +#: views.py:1178 msgid "All later version after this one will be deleted too." msgstr "" @@ -857,6 +834,39 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Document tendencies" +#~ msgstr "Document edited" + +#~ msgid "Document usage" +#~ msgstr "document page" + +#~ msgid "Document types: %d" +#~ msgstr "Document types: %d" + +#~ msgid "Minimum amount of pages per document: %d" +#~ msgstr "Minimum amount of pages per document: %d" + +#~ msgid "Maximum amount of pages per document: %d" +#~ msgstr "Maximum amount of pages per document: %d" + +#~ msgid "Average amount of pages per document: %f" +#~ msgstr "Average amount of pages per document: %f" + +#~ msgid "Documents in database: %d" +#~ msgstr "Documents in database: %d" + +#~ msgid "Documents in storage: %d" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Space used in storage: %s" +#~ msgstr "Documents in storage: %d" + +#~ msgid "Document pages in database: %d" +#~ msgstr "Document pages in database: %d" + +#~ msgid "Document: %(document)s error moving to trash: %(error)s" +#~ msgstr "Document: %(document)s delete error: %(error)s" + #~ msgid "Document \"%s\" edited successfully." #~ msgstr "Document \"%s\" edited successfully." @@ -1174,9 +1184,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "New document filename" -#~ msgstr "New document filename" - #~ msgid "Update office documents' page count" #~ msgstr "update office documents' page count" diff --git a/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo index 9783f0f6fc..acc9bacc7a 100644 Binary files a/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po index d647b1745c..ac12aa60f5 100644 --- a/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:09+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo index 7e512cf5fa..2129be1e2e 100644 Binary files a/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po index 645e76faf0..a9b4b14e7a 100644 --- a/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:09+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.mo index 544ec3a06b..1369a66f52 100644 Binary files a/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.po index c2b6e43334..203312008e 100644 --- a/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:09+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" diff --git a/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.mo index 5644bcc7e3..c32f31ca24 100644 Binary files a/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po index 984f15d15d..9b7fc7d289 100644 --- a/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo index 3c9944ed4e..43551bff4c 100644 Binary files a/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po index 49da29ecae..7606f8522b 100644 --- a/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:09+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo index 5d4118bc01..5ec6c039f3 100644 Binary files a/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.po index 8647f91892..f1026209f9 100644 --- a/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:21-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo index 5913a15ec5..87d4bb0157 100644 Binary files a/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po index 958b91f632..acb43ba4f3 100644 --- a/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:09+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.mo index fb7b5d56b2..1444309c41 100644 Binary files a/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po index 313c4207d3..3021d01fa5 100644 --- a/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo index 78b3edd87e..e41204ebec 100644 Binary files a/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po index 0ee275e77d..bf7daec91d 100644 --- a/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.mo index 766d8b1411..af799985b7 100644 Binary files a/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po index 46fd7aaf41..f2a9fc02ed 100644 --- a/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.mo index 1b39d5de79..7f23b9a175 100644 Binary files a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po index 28a6af6a25..3aadc636e0 100644 --- a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo index b1f519d0e7..ea749151a4 100644 Binary files a/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po index 46b1cd45c1..47aecc9948 100644 --- a/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo index f4d5d02e03..8f6fff66d9 100644 Binary files a/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po index bffc1b6633..9a22980e7a 100644 --- a/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo index 5028f58d9c..1bffc8e8f1 100644 Binary files a/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po index 59c7879440..c2918f792b 100644 --- a/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-05-27 07:30+0000\n" "Last-Translator: mic \n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo index c69ddca6b4..2bcef53e9e 100644 Binary files a/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po index d032761f22..04b7a63993 100644 --- a/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo index 26f0d29620..3b5b63c21c 100644 Binary files a/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po index dbec8ab2d7..90e1bc1b96 100644 --- a/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-05-07 18:33+0000\n" "Last-Translator: Rogerio Falcone \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.mo index a040a84da3..24568fc245 100644 Binary files a/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.po index 1678891486..a24c2ff4a9 100644 --- a/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo index 6953756a39..8b2474084e 100644 Binary files a/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po index d6e7fa3c5f..d84cb30672 100644 --- a/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.mo index d990b5a590..9117b876e5 100644 Binary files a/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.po index 39647b7743..258e4ee66a 100644 --- a/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo index 8957866465..6e3a7e8054 100644 Binary files a/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po index 53fc8352e2..79540d82fd 100644 --- a/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" diff --git a/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.mo index 629aeec3d7..553408a26c 100644 Binary files a/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.po index b90b52a1c7..c24c87538e 100644 --- a/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/events/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/events/locale/ar/LC_MESSAGES/django.mo index 30d840283b..ca693dc34c 100644 Binary files a/mayan/apps/events/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/ar/LC_MESSAGES/django.po b/mayan/apps/events/locale/ar/LC_MESSAGES/django.po index 7c848133da..8aed6d1479 100644 --- a/mayan/apps/events/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -19,19 +19,19 @@ msgstr "" "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:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/events/locale/bg/LC_MESSAGES/django.mo index d0902a64a1..a9422d57e8 100644 Binary files a/mayan/apps/events/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/bg/LC_MESSAGES/django.po b/mayan/apps/events/locale/bg/LC_MESSAGES/django.po index 63986fce12..53ba2dc3fa 100644 --- a/mayan/apps/events/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.mo index 6e11546a8a..4e5cd7f0ca 100644 Binary files a/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po index f759ce394d..48b034dcea 100644 --- a/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" @@ -19,19 +19,19 @@ msgstr "" "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:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/da/LC_MESSAGES/django.mo b/mayan/apps/events/locale/da/LC_MESSAGES/django.mo index f8f59be9a0..66071340bf 100644 Binary files a/mayan/apps/events/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/da/LC_MESSAGES/django.po b/mayan/apps/events/locale/da/LC_MESSAGES/django.po index d277761701..132078e947 100644 --- a/mayan/apps/events/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/da/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.mo index 258a7bb1f1..2ce96d6d00 100644 Binary files a/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po index 58e00e7e64..ab42f7ba1f 100644 --- a/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:48+0000\n" "Last-Translator: Mathias Behrle \n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "Ereignisse" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "Zeitstempel" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "Akteur" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "Verb" diff --git a/mayan/apps/events/locale/en/LC_MESSAGES/django.mo b/mayan/apps/events/locale/en/LC_MESSAGES/django.mo index b368f965cf..21cc542599 100644 Binary files a/mayan/apps/events/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/en/LC_MESSAGES/django.po b/mayan/apps/events/locale/en/LC_MESSAGES/django.po index 6da2ba59fa..c4b2713df0 100644 --- a/mayan/apps/events/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,19 +17,19 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/es/LC_MESSAGES/django.mo b/mayan/apps/events/locale/es/LC_MESSAGES/django.mo index 7d10bb4b7c..fc485d12cc 100644 Binary files a/mayan/apps/events/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/es/LC_MESSAGES/django.po b/mayan/apps/events/locale/es/LC_MESSAGES/django.po index 77cf29c831..3ce6f2a6c6 100644 --- a/mayan/apps/events/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 19:37+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "Eventos" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "Marca de tiempo" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "Actor" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "Verbo" diff --git a/mayan/apps/events/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/events/locale/fa/LC_MESSAGES/django.mo index 6e29b7d07e..f488053b37 100644 Binary files a/mayan/apps/events/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/fa/LC_MESSAGES/django.po b/mayan/apps/events/locale/fa/LC_MESSAGES/django.po index 590f3d43f3..d0cf1cf446 100644 --- a/mayan/apps/events/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-06-20 05:33+0000\n" "Last-Translator: Mehdi Amani \n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "رویداد" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "علامت زمان" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "فعال" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "فعل" diff --git a/mayan/apps/events/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/events/locale/fr/LC_MESSAGES/django.mo index 8b4a143cea..ebedeb5437 100644 Binary files a/mayan/apps/events/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/fr/LC_MESSAGES/django.po b/mayan/apps/events/locale/fr/LC_MESSAGES/django.po index 52e5238db6..dfdb9153cf 100644 --- a/mayan/apps/events/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-04-06 08:53+0000\n" "Last-Translator: Christophe kryskool \n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "Évènements" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "Horodatage" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "Acteur" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "Verbe" diff --git a/mayan/apps/events/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/events/locale/hu/LC_MESSAGES/django.mo index 3c81e5d587..07947d33cf 100644 Binary files a/mayan/apps/events/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/hu/LC_MESSAGES/django.po b/mayan/apps/events/locale/hu/LC_MESSAGES/django.po index a95f323cb8..239c18234f 100644 --- a/mayan/apps/events/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/id/LC_MESSAGES/django.mo b/mayan/apps/events/locale/id/LC_MESSAGES/django.mo index 15e07e55ce..d3355976aa 100644 Binary files a/mayan/apps/events/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/id/LC_MESSAGES/django.po b/mayan/apps/events/locale/id/LC_MESSAGES/django.po index b551ee1f8b..692f24682d 100644 --- a/mayan/apps/events/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/it/LC_MESSAGES/django.mo b/mayan/apps/events/locale/it/LC_MESSAGES/django.mo index 3b9ebefd39..791f74de85 100644 Binary files a/mayan/apps/events/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/it/LC_MESSAGES/django.po b/mayan/apps/events/locale/it/LC_MESSAGES/django.po index 8d59694d28..d8e6948478 100644 --- a/mayan/apps/events/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.mo index 2b0bc02e2d..a6eadf3d23 100644 Binary files a/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po index 231fdc2f87..c023d97c67 100644 --- a/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/events/locale/pl/LC_MESSAGES/django.mo index 94e7414462..b7b0f806a7 100644 Binary files a/mayan/apps/events/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/pl/LC_MESSAGES/django.po b/mayan/apps/events/locale/pl/LC_MESSAGES/django.po index a987e85a13..483c8999e8 100644 --- a/mayan/apps/events/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-05-27 07:31+0000\n" "Last-Translator: mic \n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -20,19 +20,19 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "Zdarzenia" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "Pieczęć czasu" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "Czynnik" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "Słowo" diff --git a/mayan/apps/events/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/events/locale/pt/LC_MESSAGES/django.mo index c13dd27f2a..e88c851974 100644 Binary files a/mayan/apps/events/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/pt/LC_MESSAGES/django.po b/mayan/apps/events/locale/pt/LC_MESSAGES/django.po index 4951271584..efe6edda82 100644 --- a/mayan/apps/events/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.mo index ef0be847f7..5c38e2878b 100644 Binary files a/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po index 751b3b6b0c..681d2c0d95 100644 --- a/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-05-07 20:12+0000\n" "Last-Translator: Rogerio Falcone \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "Eventos" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "Timestamp" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "Ator" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "Verbo" diff --git a/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.mo index f915dcea6e..0768e3ba85 100644 Binary files a/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po index bba2d35ebb..947316f3bd 100644 --- a/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" @@ -19,19 +19,19 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/events/locale/ru/LC_MESSAGES/django.mo index 1c04291d56..fdd0466519 100644 Binary files a/mayan/apps/events/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/ru/LC_MESSAGES/django.po b/mayan/apps/events/locale/ru/LC_MESSAGES/django.po index cdc122f506..7266fd60d4 100644 --- a/mayan/apps/events/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" @@ -20,19 +20,19 @@ msgstr "" "%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:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.mo index 3daff2f67e..32234d1c36 100644 Binary files a/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po index a633f3a530..b9d7133ee9 100644 --- a/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" @@ -19,19 +19,19 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.mo index 2c1f7753d1..55030ec2ea 100644 Binary files a/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po index 4f7ef938ba..fded6379d0 100644 --- a/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.mo index 3cdfb00b44..ac8928e793 100644 Binary files a/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.po index d6c400f661..d4fd260f31 100644 --- a/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:16 links.py:27 links.py:30 permissions.py:7 views.py:38 +#: apps.py:18 links.py:27 links.py:30 permissions.py:7 views.py:38 msgid "Events" msgstr "" -#: apps.py:22 +#: apps.py:55 msgid "Timestamp" msgstr "" -#: apps.py:24 +#: apps.py:57 msgid "Actor" msgstr "" -#: apps.py:26 +#: apps.py:59 msgid "Verb" msgstr "" diff --git a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/ar/LC_MESSAGES/django.mo index 9f4eaac3f5..3fdb40dbe8 100644 Binary files a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po b/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po index d132f8f2de..6723e6f397 100644 --- a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" @@ -81,28 +81,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "إنشاء مجلدات جديدة" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "تعديل مجلدات جديدة" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "حذف مجلدات جديدة" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "إزالة وثائق من المجلدات" #: permissions.py:22 -msgid "View existing folders" -msgstr "عرض المجلدات الموجودة" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "إضافة وثائق إلى المجلدات الموجودة" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -193,6 +195,15 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/bg/LC_MESSAGES/django.mo index 551926a83c..606f32b861 100644 Binary files a/mayan/apps/folders/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po b/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po index a17acc9675..4fa7af05ab 100644 --- a/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" @@ -82,28 +82,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Създаване на нови папки" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Редактиране на новите папки" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Изтриване на новите папки" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Премахване на документи от папки" #: permissions.py:22 -msgid "View existing folders" -msgstr "Преглед на съществуващи папки" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Добавяне на документи към съществуващи папки" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -186,6 +188,15 @@ msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" msgstr[1] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.mo index 99bcd44d33..d37bbce230 100644 Binary files a/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.po index b6bed7a545..24f4232dff 100644 --- a/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -81,28 +81,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Kreiraj novi folder" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Izmjeniti nove foldere" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Izbrisati nove foldere" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Ukloniti dokumente iz foldera" #: permissions.py:22 -msgid "View existing folders" -msgstr "Pregledati postojeće foldere" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Dodati dokumente u postojeće foldere" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -187,6 +189,15 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/da/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/da/LC_MESSAGES/django.mo index 34549d32e1..d079fb9e70 100644 Binary files a/mayan/apps/folders/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/da/LC_MESSAGES/django.po b/mayan/apps/folders/locale/da/LC_MESSAGES/django.po index 583a6c7bce..a7dfc09ba8 100644 --- a/mayan/apps/folders/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/da/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" @@ -81,28 +81,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Opret nye mapper" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Redigér nye mapper" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Slet nye mapper" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Fjern dokumenter fra mapper" #: permissions.py:22 -msgid "View existing folders" -msgstr "Se eksisterende mapper" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Føj dokumenter til eksisterende mapper" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -185,6 +187,15 @@ msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" msgstr[1] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.mo index de5304db3c..905144945d 100644 Binary files a/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.po index 46e4890ef8..d555aa3cf6 100644 --- a/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -70,7 +70,7 @@ msgstr "Bearbeiten" #: models.py:19 msgid "Label" -msgstr "" +msgstr "Bezeichner" #: models.py:23 msgid "Datetime created" @@ -78,35 +78,37 @@ msgstr "Erstellungsdatum" #: models.py:57 msgid "Document folder" -msgstr "" +msgstr "Dokumentenordner" #: models.py:58 msgid "Document folders" -msgstr "" +msgstr "Dokumentenordner" #: permissions.py:10 -msgid "Create new folders" -msgstr "Ordner erstellen" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Ordner bearbeiten" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Ordner löschen" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Dokumente aus Ordnern entfernen" #: permissions.py:22 -msgid "View existing folders" -msgstr "Vorhandene Ordner anzeigen" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Dokumente zu existierenden Ordnern hinzufügen" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -189,6 +191,15 @@ msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "Ausgewähltes Dokument aus Ordner %(folder)s entfernen?" msgstr[1] "Ausgewählte Dokumente aus Ordner %(folder)s entfernen?" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/en/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/en/LC_MESSAGES/django.mo index 911471c261..5852f70d9a 100644 Binary files a/mayan/apps/folders/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/en/LC_MESSAGES/django.po b/mayan/apps/folders/locale/en/LC_MESSAGES/django.po index 4d311351a3..efcef37cdf 100644 --- a/mayan/apps/folders/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -90,15 +90,19 @@ msgid "Document folders" msgstr "documents in folder: %s" #: permissions.py:10 -msgid "Create new folders" -msgstr "Create new folders" +#, fuzzy +msgid "Create folders" +msgstr "create folder" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Edit new folders" +#, fuzzy +msgid "Edit folders" +msgstr "edit folder: %s" #: permissions.py:16 -msgid "Delete new folders" +#, fuzzy +#| msgid "Delete new folders" +msgid "Delete folders" msgstr "Delete new folders" #: permissions.py:19 @@ -106,12 +110,15 @@ msgid "Remove documents from folders" msgstr "Remove documents from folders" #: permissions.py:22 -msgid "View existing folders" -msgstr "View existing folders" +#, fuzzy +#| msgid "Edit new folders" +msgid "View folders" +msgstr "Edit new folders" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Add documents to existing folders" +#, fuzzy +msgid "Add documents to folders" +msgstr "Add document to a folder" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -199,6 +206,15 @@ msgstr[1] "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/es/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/es/LC_MESSAGES/django.mo index c0e09ef4cf..d0c61bf066 100644 Binary files a/mayan/apps/folders/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/es/LC_MESSAGES/django.po b/mayan/apps/folders/locale/es/LC_MESSAGES/django.po index 0183184100..d4c6d891e3 100644 --- a/mayan/apps/folders/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/es/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" @@ -84,28 +84,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Crear nuevas carpetas" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Editar carpetas nuevas" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Borrar carpetas nuevas" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Eliminar documentos de las carpetas" #: permissions.py:22 -msgid "View existing folders" -msgstr "Ver carpetas existentes" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Agregar documentos a las carpetas existentes" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -188,6 +190,15 @@ msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "¿Eliminar el documento seleccionado de la carpeta: %(folder)s?" msgstr[1] "¿Eliminar los documentos seleccionados de la carpeta: %(folder)s?" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/fa/LC_MESSAGES/django.mo index 913764fd03..1b13c0d243 100644 Binary files a/mayan/apps/folders/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po b/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po index 77b7ac025b..44dd82b00a 100644 --- a/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" @@ -80,28 +80,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "ایجاد پرونده های جدید" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "ویرایش پرونده های جدید" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "حذف پرونده های جدید" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "حذف اسناد از پرونده ها" #: permissions.py:22 -msgid "View existing folders" -msgstr "دیدن پرونده های موجود" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "اضافه کردن اسناد به پرونده های موجود" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -182,6 +184,15 @@ msgid "Remove the selected document from the folder: %(folder)s?" msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/fr/LC_MESSAGES/django.mo index e5d266eed8..d6ab22c921 100644 Binary files a/mayan/apps/folders/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po b/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po index 253f2a45b5..1a3ff72eef 100644 --- a/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -82,28 +82,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Créer de nouveaux répertoires" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Modifier les nouveaux répertoires" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Supprimer les nouveaux répertoires" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Retirer des documents des répertoires" #: permissions.py:22 -msgid "View existing folders" -msgstr "Afficher les répertoires existant" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Ajouter des documents aux répertoires existant." +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -186,6 +188,15 @@ msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" msgstr[1] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/hu/LC_MESSAGES/django.mo index f1b8f193b1..138a072ae2 100644 Binary files a/mayan/apps/folders/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po b/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po index 1127a4a755..8a657c679e 100644 --- a/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" @@ -81,28 +81,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Új mappa" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Új mappák módosítása" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Új mappák törlése" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Dokumentumok eltávolítása a mappákból" #: permissions.py:22 -msgid "View existing folders" -msgstr "Meglévő mappák megtekintése" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Dokumentumok elhelyezése a meglévő mappákba" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -185,6 +187,15 @@ msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" msgstr[1] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/id/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/id/LC_MESSAGES/django.mo index a03fd728cf..3b395f7692 100644 Binary files a/mayan/apps/folders/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/id/LC_MESSAGES/django.po b/mayan/apps/folders/locale/id/LC_MESSAGES/django.po index b9f9aaea4b..fc48897ee2 100644 --- a/mayan/apps/folders/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/id/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -80,15 +80,16 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" +msgid "Create folders" msgstr "" #: permissions.py:13 -msgid "Edit new folders" +msgid "Edit folders" msgstr "" #: permissions.py:16 -msgid "Delete new folders" +#| msgid "Delete new folders" +msgid "Delete folders" msgstr "" #: permissions.py:19 @@ -96,11 +97,12 @@ msgid "Remove documents from folders" msgstr "" #: permissions.py:22 -msgid "View existing folders" +#| msgid "Edit new folders" +msgid "View folders" msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" +msgid "Add documents to folders" msgstr "" #: serializers.py:61 @@ -182,6 +184,15 @@ msgid "Remove the selected document from the folder: %(folder)s?" msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/it/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/it/LC_MESSAGES/django.mo index ba5b5cfda7..4811e3da98 100644 Binary files a/mayan/apps/folders/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/it/LC_MESSAGES/django.po b/mayan/apps/folders/locale/it/LC_MESSAGES/django.po index 6b4f33bdaf..2a425751f2 100644 --- a/mayan/apps/folders/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/it/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -84,28 +84,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Creare nuove cartelle" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Modifica nuove cartelle" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Eliminare nuove cartelle" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Rimuovere i documenti da cartelle" #: permissions.py:22 -msgid "View existing folders" -msgstr "Visualizza cartelle esistenti" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Aggiungere documenti a cartelle esistenti" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -188,6 +190,15 @@ msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" msgstr[1] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo index 3902f318b2..2d144f57e3 100644 Binary files a/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po index 3f70cfee11..e49933f568 100644 --- a/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -80,15 +80,16 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" +msgid "Create folders" msgstr "" #: permissions.py:13 -msgid "Edit new folders" +msgid "Edit folders" msgstr "" #: permissions.py:16 -msgid "Delete new folders" +#| msgid "Delete new folders" +msgid "Delete folders" msgstr "" #: permissions.py:19 @@ -96,11 +97,12 @@ msgid "Remove documents from folders" msgstr "" #: permissions.py:22 -msgid "View existing folders" +#| msgid "Edit new folders" +msgid "View folders" msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" +msgid "Add documents to folders" msgstr "" #: serializers.py:61 @@ -184,6 +186,15 @@ msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" msgstr[1] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/pl/LC_MESSAGES/django.mo index 00ff62f1bc..b89be154bb 100644 Binary files a/mayan/apps/folders/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po b/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po index afa672f2dd..3008317e14 100644 --- a/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -82,28 +82,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Utwórz nowe katalogi" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Edytuj nowe foldery" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Usuń nowe katalogi" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Usuń dokumenty z katalogów" #: permissions.py:22 -msgid "View existing folders" -msgstr "Zobacz istniejące katalogi" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Dodaj dokumenty do istniejących katalogów" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -188,6 +190,15 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/pt/LC_MESSAGES/django.mo index 15781a43b2..bff5ed947b 100644 Binary files a/mayan/apps/folders/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po b/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po index 37861e423c..54987bdb99 100644 --- a/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" @@ -83,28 +83,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Criar novas pastas" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Editar novas pastas" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Excluir novas pastas" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Remover documentos das pastas" #: permissions.py:22 -msgid "View existing folders" -msgstr "Ver as pastas existentes" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Adicionar documentos a pastas existentes" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -187,6 +189,15 @@ msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" msgstr[1] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo index 5f6bbc83ca..2c8eea2da7 100644 Binary files a/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.po index 96d564ba8f..6420751d54 100644 --- a/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -84,28 +84,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Crie novas pastas" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Editar novas pastas" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Excluir novas pastas" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Remover documentos das pastas" #: permissions.py:22 -msgid "View existing folders" -msgstr "Ver as pastas existentes" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Adicionar documentos para as pastas existentes" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -188,6 +190,15 @@ msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" msgstr[1] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.mo index e795848391..97eb4a7314 100644 Binary files a/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.po index 33787a2bfe..9ecdb5e43c 100644 --- a/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -81,28 +81,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Creați directoare noi" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Editați noile directoare" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Ștergeți noile directoare" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Scoateți documentele din directoare" #: permissions.py:22 -msgid "View existing folders" -msgstr "Vezi directoarele existente" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Adaugă documente directoarelor existente" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -187,6 +189,15 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/ru/LC_MESSAGES/django.mo index 994c4c29a0..fd419ebec0 100644 Binary files a/mayan/apps/folders/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po b/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po index be7878ae1d..685fbb3308 100644 --- a/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -80,28 +80,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Создание новых папок" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Изменить новые папки" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Удалить новые папки" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Удаление документов из папок" #: permissions.py:22 -msgid "View existing folders" -msgstr "Просмотр существующих папок" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Добавление документов в существующие папки" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -188,6 +190,15 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.mo index ea878b9f0d..eeb8360766 100644 Binary files a/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po index 3cdc3734de..6c8806eb6a 100644 --- a/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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" @@ -80,15 +80,16 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" +msgid "Create folders" msgstr "" #: permissions.py:13 -msgid "Edit new folders" +msgid "Edit folders" msgstr "" #: permissions.py:16 -msgid "Delete new folders" +#| msgid "Delete new folders" +msgid "Delete folders" msgstr "" #: permissions.py:19 @@ -96,11 +97,12 @@ msgid "Remove documents from folders" msgstr "" #: permissions.py:22 -msgid "View existing folders" +#| msgid "Edit new folders" +msgid "View folders" msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" +msgid "Add documents to folders" msgstr "" #: serializers.py:61 @@ -188,6 +190,15 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo index 8779b74e8c..1453845fd4 100644 Binary files a/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.po index 01e686b9a1..2c1c225819 100644 --- a/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -81,28 +81,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "Tạo các thư mục mới" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "Sửa các thư mục mới" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "Xóa các thư mục mới" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Xóa các tài liệu từ các thư mục" #: permissions.py:22 -msgid "View existing folders" -msgstr "Xem các thư mục đang có" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "Thêm tài liệu vào các thư mục đang có" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -183,6 +185,15 @@ msgid "Remove the selected document from the folder: %(folder)s?" msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.mo index 7a1b643734..03b67abfb0 100644 Binary files a/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.po index 38403dba7e..33c45239b1 100644 --- a/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-08-27 05:24+0000\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -81,28 +81,30 @@ msgid "Document folders" msgstr "" #: permissions.py:10 -msgid "Create new folders" -msgstr "新建文件夹" +msgid "Create folders" +msgstr "" #: permissions.py:13 -msgid "Edit new folders" -msgstr "编辑文件夹" +msgid "Edit folders" +msgstr "" #: permissions.py:16 -msgid "Delete new folders" -msgstr "删除文件夹" +#| msgid "Delete new folders" +msgid "Delete folders" +msgstr "" #: permissions.py:19 msgid "Remove documents from folders" msgstr "从文件夹中移除文档" #: permissions.py:22 -msgid "View existing folders" -msgstr "查看已存在文件夹" +#| msgid "Edit new folders" +msgid "View folders" +msgstr "" #: permissions.py:25 -msgid "Add documents to existing folders" -msgstr "添加文档到存在文件夹" +msgid "Add documents to folders" +msgstr "" #: serializers.py:61 msgid "Primary key of the document to be added." @@ -183,6 +185,15 @@ msgid "Remove the selected document from the folder: %(folder)s?" msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +#~ msgid "Create new folders" +#~ msgstr "Create new folders" + +#~ msgid "View existing folders" +#~ msgstr "View existing folders" + +#~ msgid "Add documents to existing folders" +#~ msgstr "Add documents to existing folders" + #~ msgid "ACLs" #~ msgstr "ACLs" diff --git a/mayan/apps/installation/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/ar/LC_MESSAGES/django.mo index 5257a2812d..5bf404c2dd 100644 Binary files a/mayan/apps/installation/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/ar/LC_MESSAGES/django.po b/mayan/apps/installation/locale/ar/LC_MESSAGES/django.po index cd6c71be36..e73750b4b9 100644 --- a/mayan/apps/installation/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/installation/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/bg/LC_MESSAGES/django.mo index 6df668303c..9193936186 100644 Binary files a/mayan/apps/installation/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/bg/LC_MESSAGES/django.po b/mayan/apps/installation/locale/bg/LC_MESSAGES/django.po index a2e8068251..41dfbec21e 100644 --- a/mayan/apps/installation/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/bg/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/installation/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/bs_BA/LC_MESSAGES/django.mo index 876a4374a6..c1f0955930 100644 Binary files a/mayan/apps/installation/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/installation/locale/bs_BA/LC_MESSAGES/django.po index 605f443faa..1956f0430f 100644 --- a/mayan/apps/installation/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" diff --git a/mayan/apps/installation/locale/da/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/da/LC_MESSAGES/django.mo index ddb7db441b..d14d803841 100644 Binary files a/mayan/apps/installation/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/da/LC_MESSAGES/django.po b/mayan/apps/installation/locale/da/LC_MESSAGES/django.po index 194a7808a4..df5a950204 100644 --- a/mayan/apps/installation/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/da/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/installation/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/de_DE/LC_MESSAGES/django.mo index d19e0fc6bf..8abc15c95c 100644 Binary files a/mayan/apps/installation/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/installation/locale/de_DE/LC_MESSAGES/django.po index c2c5924568..3081bd7eeb 100644 --- a/mayan/apps/installation/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-08-20 22:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/installation/locale/en/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/en/LC_MESSAGES/django.mo index 30dfcd8f39..41a3d2c320 100644 Binary files a/mayan/apps/installation/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/en/LC_MESSAGES/django.po b/mayan/apps/installation/locale/en/LC_MESSAGES/django.po index d25392069f..526b603f92 100644 --- a/mayan/apps/installation/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/installation/locale/es/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/es/LC_MESSAGES/django.mo index 4b0f9b4b90..b2b6b7f6b2 100644 Binary files a/mayan/apps/installation/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/es/LC_MESSAGES/django.po b/mayan/apps/installation/locale/es/LC_MESSAGES/django.po index 1d92eb599f..6ed3817761 100644 --- a/mayan/apps/installation/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/installation/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/fa/LC_MESSAGES/django.mo index e1ddadc3cb..bd8409f03c 100644 Binary files a/mayan/apps/installation/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/fa/LC_MESSAGES/django.po b/mayan/apps/installation/locale/fa/LC_MESSAGES/django.po index 782c7fe0d4..78c9eddbfd 100644 --- a/mayan/apps/installation/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/fa/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/installation/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/fr/LC_MESSAGES/django.mo index aff8e783d0..4b01e8f318 100644 Binary files a/mayan/apps/installation/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/fr/LC_MESSAGES/django.po b/mayan/apps/installation/locale/fr/LC_MESSAGES/django.po index 05247e3bde..4476c91287 100644 --- a/mayan/apps/installation/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/installation/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/hu/LC_MESSAGES/django.mo index 0b87d9cc1c..4e3af76c4d 100644 Binary files a/mayan/apps/installation/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po b/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po index 56abc6f0d1..2a09a7211b 100644 --- a/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/installation/locale/id/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/id/LC_MESSAGES/django.mo index 8a3fc1ce35..6a46c92646 100644 Binary files a/mayan/apps/installation/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/id/LC_MESSAGES/django.po b/mayan/apps/installation/locale/id/LC_MESSAGES/django.po index d54a8b6911..28fd4a0585 100644 --- a/mayan/apps/installation/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/installation/locale/it/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/it/LC_MESSAGES/django.mo index 42560a0e8f..c2e5cf0236 100644 Binary files a/mayan/apps/installation/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/it/LC_MESSAGES/django.po b/mayan/apps/installation/locale/it/LC_MESSAGES/django.po index bdbdd770a3..a1e782bfad 100644 --- a/mayan/apps/installation/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.mo index 21cfc304b2..c21fdb484d 100644 Binary files a/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.po index 8e11faa627..c24ab24649 100644 --- a/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/installation/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/pl/LC_MESSAGES/django.mo index 71faf48cbb..77f8a298a1 100644 Binary files a/mayan/apps/installation/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/pl/LC_MESSAGES/django.po b/mayan/apps/installation/locale/pl/LC_MESSAGES/django.po index 68f609f8a9..f4b82c168d 100644 --- a/mayan/apps/installation/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-05-27 07:31+0000\n" "Last-Translator: mic \n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/installation/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/pt/LC_MESSAGES/django.mo index a6ba49eb80..8e282118db 100644 Binary files a/mayan/apps/installation/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/pt/LC_MESSAGES/django.po b/mayan/apps/installation/locale/pt/LC_MESSAGES/django.po index 97e18c0c66..002c79c1d1 100644 --- a/mayan/apps/installation/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/pt/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo index 0bdf55ff9f..da9588b2fc 100644 Binary files a/mayan/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/installation/locale/pt_BR/LC_MESSAGES/django.po index 302f2f3348..c4569f1ae5 100644 --- a/mayan/apps/installation/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-05-13 16:48+0000\n" "Last-Translator: Rogerio Falcone \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/installation/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/ro_RO/LC_MESSAGES/django.mo index 6899c4f9e0..4001dbff47 100644 Binary files a/mayan/apps/installation/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/installation/locale/ro_RO/LC_MESSAGES/django.po index c74bb36c73..6b98a192e9 100644 --- a/mayan/apps/installation/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:08-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/installation/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/ru/LC_MESSAGES/django.mo index aa3f478051..a6cb17bb97 100644 Binary files a/mayan/apps/installation/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/ru/LC_MESSAGES/django.po b/mayan/apps/installation/locale/ru/LC_MESSAGES/django.po index a21f1b0afa..5a93124d28 100644 --- a/mayan/apps/installation/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.mo index 17de6f69f3..605d135765 100644 Binary files a/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.po index 1ae391439d..cb1d941e08 100644 --- a/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.mo index ca8630d317..b277982722 100644 Binary files a/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.po index 757cfb214d..7d8bf7c8cd 100644 --- a/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" diff --git a/mayan/apps/installation/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/installation/locale/zh_CN/LC_MESSAGES/django.mo index b89c322b37..dfa4589059 100644 Binary files a/mayan/apps/installation/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/installation/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/installation/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/installation/locale/zh_CN/LC_MESSAGES/django.po index 1518d97ada..86236f5c8e 100644 --- a/mayan/apps/installation/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.mo index e0cb36baf5..750adfa680 100644 Binary files a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po index 69fb10c4eb..e5c86b1c72 100644 --- a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po @@ -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: # Translators: # Mohammed ALDOUB , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" +"ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 msgid "Linking" @@ -143,8 +145,8 @@ msgstr "is in regular expression (case insensitive)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -233,7 +235,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +251,6 @@ msgstr "تحرير الرابط الذكي: %s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +286,11 @@ msgstr "تم مسح شرط الرابط الذكي \"%s\" بنجاح." #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +383,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.mo index 859df36ed3..eaf91086a6 100644 Binary files a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po index 0efdab5a05..fafb89207b 100644 --- a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po @@ -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: # Translators: # Pavlin Koldamov , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/bg/)\n" +"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:33 @@ -143,8 +144,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -233,7 +234,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +250,6 @@ msgstr "" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +285,11 @@ msgstr "" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +382,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.mo index 675bedebcf..cdae84642a 100644 Binary files a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po index 81532f7c4f..dcc473c4ba 100644 --- a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po @@ -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: # Translators: # www.ping.ba , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"rosarior/mayan-edms/language/bs_BA/)\n" +"Language: bs_BA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 msgid "Linking" @@ -143,8 +145,8 @@ msgstr "je u regularnom izrazu (nije bitno velika ili mala slova)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -233,7 +235,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +251,6 @@ msgstr "Izmjeni smart link: %s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +286,11 @@ msgstr "Uslov smart linka: \"%s\" uspješno obrisan." #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +383,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/da/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/da/LC_MESSAGES/django.mo index 7f2a0122a9..11ceb82650 100644 Binary files a/mayan/apps/linking/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/da/LC_MESSAGES/django.po b/mayan/apps/linking/locale/da/LC_MESSAGES/django.po index 8f5891be2b..e01d5fb0bd 100644 --- a/mayan/apps/linking/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" +"da/)\n" +"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:33 @@ -142,8 +143,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -232,7 +233,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -247,7 +249,6 @@ msgstr "" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -283,13 +284,11 @@ msgstr "" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -382,14 +381,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.mo index be5c8ce7ff..0ac6413759 100644 Binary files a/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po index 8ea7b9c847..949d3e5329 100644 --- a/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po @@ -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: # Translators: # Mathias Behrle , 2014 @@ -12,14 +12,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" +"edms/language/de_DE/)\n" +"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:33 @@ -146,8 +147,8 @@ msgstr "ist in regulärem Ausdruck (ohne Groß/Kleinschreibung)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -236,7 +237,8 @@ msgstr "Ähnliche Dokumente für %s" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -251,7 +253,6 @@ msgstr "Smart Link %s bearbeiten" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -287,13 +288,12 @@ msgstr "Bedingung für Smart Link: \"%s\" erfolgreich gelöscht" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." -msgstr "Fehler beim Löschen der Bedingung %(smart_link_condition)s: %(exception)s" +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." +msgstr "" +"Fehler beim Löschen der Bedingung %(smart_link_condition)s: %(exception)s" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -386,14 +386,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/en/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/en/LC_MESSAGES/django.mo index 65d5886d28..0078cce89f 100644 Binary files a/mayan/apps/linking/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/en/LC_MESSAGES/django.po b/mayan/apps/linking/locale/en/LC_MESSAGES/django.po index def925fe1f..7aab824b41 100644 --- a/mayan/apps/linking/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/linking/locale/es/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/es/LC_MESSAGES/django.mo index a2d936ebb3..844c0a3855 100644 Binary files a/mayan/apps/linking/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/es/LC_MESSAGES/django.po b/mayan/apps/linking/locale/es/LC_MESSAGES/django.po index b6222d9c34..bb661231c5 100644 --- a/mayan/apps/linking/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/es/LC_MESSAGES/django.po @@ -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: # Translators: # jmcainzos , 2014 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" +"language/es/)\n" +"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:33 @@ -144,8 +145,8 @@ msgstr "está en la expresión regular (no sensible a mayúsculas)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -155,7 +156,9 @@ msgstr "" #: models.py:52 msgid "This smart link is not allowed for the selected document's type." -msgstr "Este enlace inteligente no está permitido para el tipo de documento seleccionado." +msgstr "" +"Este enlace inteligente no está permitido para el tipo de documento " +"seleccionado." #: models.py:88 models.py:100 msgid "Smart link" @@ -234,7 +237,8 @@ msgstr "Documentos en enlace inteligente: %s" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -249,7 +253,6 @@ msgstr "Editar enlace inteligente: %s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -285,13 +288,13 @@ msgstr "Condición de enlace inteligente: \"%s\" eliminada con éxito." #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." +msgstr "" +"Error al borrar condición en enlace inteligente: %(smart_link_condition)s; " "%(exception)s." -msgstr "Error al borrar condición en enlace inteligente: %(smart_link_condition)s; %(exception)s." #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -384,14 +387,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.mo index 8329316a6b..71ec8756f8 100644 Binary files a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po index cc6841f6d1..ed5520ebb7 100644 --- a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po @@ -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: # Translators: # Mohammad Dashtizadeh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" +"language/fa/)\n" +"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=1; plural=0;\n" #: apps.py:33 @@ -143,8 +144,8 @@ msgstr "موجود در عبارات منظم (case insensitive)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -233,7 +234,8 @@ msgstr "اسناد در لینک هوشمند: %s" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +250,6 @@ msgstr "ویرایش پیوند هوشمند %s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +285,11 @@ msgstr "حذف موفق شرط پیوند هوشمند \"%s\"" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "خطا در حذف شرط پیوند هوشمند : %(smart_link_condition)s; %(exception)s." #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +382,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.mo index a6abeb4742..ed537d20a3 100644 Binary files a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po index 3d8bbd8c81..d19e985737 100644 --- a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po @@ -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: # Translators: # Pierre Lhoste , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" +"fr/)\n" +"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:33 @@ -143,8 +144,8 @@ msgstr "est une expression régulière (insensible à la casse)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -154,7 +155,8 @@ msgstr "" #: models.py:52 msgid "This smart link is not allowed for the selected document's type." -msgstr "Un lien intelligent n'est pas autorisé pour le type de document sélectionné." +msgstr "" +"Un lien intelligent n'est pas autorisé pour le type de document sélectionné." #: models.py:88 models.py:100 msgid "Smart link" @@ -233,7 +235,8 @@ msgstr "Lien inetlligent du document: %s" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +251,6 @@ msgstr "Modifier le lien intelligent:%s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +286,13 @@ msgstr "Condition sur lien intelligent:\"%s\" supprimée avec succès." #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." -msgstr "Erreur lors de la suppression de l'état du lien intelligent: %(smart_link_condition)s; %(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." +msgstr "" +"Erreur lors de la suppression de l'état du lien intelligent: " +"%(smart_link_condition)s; %(exception)s." #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +385,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.mo index 91c5d4287b..8a6db4350c 100644 Binary files a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po index 1bf9c5fae0..11876be2fd 100644 --- a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/hu/)\n" +"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:33 @@ -142,8 +143,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -232,7 +233,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -247,7 +249,6 @@ msgstr "" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -283,13 +284,11 @@ msgstr "" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -382,14 +381,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/id/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/id/LC_MESSAGES/django.mo index a03fd728cf..87691fb3a2 100644 Binary files a/mayan/apps/linking/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/id/LC_MESSAGES/django.po b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po index d8e31eb450..c47ea6bca3 100644 --- a/mayan/apps/linking/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" +"language/id/)\n" +"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:33 @@ -142,8 +143,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -232,7 +233,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -247,7 +249,6 @@ msgstr "" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -283,13 +284,11 @@ msgstr "" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -382,14 +381,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/it/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/it/LC_MESSAGES/django.mo index 56e0874a44..99bc1e0d81 100644 Binary files a/mayan/apps/linking/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/it/LC_MESSAGES/django.po b/mayan/apps/linking/locale/it/LC_MESSAGES/django.po index 485c94cf00..7f72971a1b 100644 --- a/mayan/apps/linking/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/it/LC_MESSAGES/django.po @@ -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: # Translators: # Pierpaolo Baldan , 2011-2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" +"language/it/)\n" +"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:33 @@ -143,8 +144,8 @@ msgstr "è un'espressione regolare (case insensitive)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -233,7 +234,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +250,6 @@ msgstr "Modifica il link intelligente: %s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +285,11 @@ msgstr "Condizioni per il link intelligente: \"%s\" cancellato con successo." #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +382,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo index b5d7a181f0..3a4482bf12 100644 Binary files a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po index 7475929223..35a77f3a65 100644 --- a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po @@ -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: # Translators: # Lucas Weel , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" +"edms/language/nl_NL/)\n" +"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:33 @@ -143,8 +144,8 @@ msgstr "komt overeen met 'reguliere expressie (hoofdletter ongevoelig)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -233,7 +234,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +250,6 @@ msgstr "'smartlink': %s bewerken." #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +285,11 @@ msgstr "'smartlink' conditie: \"%s\" verwijdert" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +382,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.mo index 1b203aff66..8402f4c0b5 100644 Binary files a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po index 030470882e..9b36062bb4 100644 --- a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po @@ -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: # Translators: # mic , 2012,2015 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" +"pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" #: apps.py:33 msgid "Linking" @@ -143,8 +145,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -233,7 +235,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +251,6 @@ msgstr "" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +286,11 @@ msgstr "" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +383,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.mo index 4fa485c998..f3a80b3704 100644 Binary files a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po index 413f6a12f2..510059ba88 100644 --- a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po @@ -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: # Translators: # Emerson Soares , 2011 @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" +"language/pt/)\n" +"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:33 @@ -145,8 +146,8 @@ msgstr "contido em expressão regular (insensível a minúsculas/maiúsculas)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -235,7 +236,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -250,7 +252,6 @@ msgstr "Editar Ligação inteligente: %s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -286,13 +287,11 @@ msgstr "Condição de ligação inteligente: \"%s\" excluída com sucesso." #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -385,14 +384,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo index 77e36d0bd4..204a7671ac 100644 Binary files a/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po index 343a124ed5..60718221be 100644 --- a/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po @@ -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: # Translators: # Emerson Soares , 2011 @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" +"edms/language/pt_BR/)\n" +"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:33 @@ -145,8 +146,8 @@ msgstr "está em expressão regular (case insensitive)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -156,7 +157,8 @@ msgstr "" #: models.py:52 msgid "This smart link is not allowed for the selected document's type." -msgstr "Este link inteligente não é permitido para o tipo de documento selecionado. " +msgstr "" +"Este link inteligente não é permitido para o tipo de documento selecionado. " #: models.py:88 models.py:100 msgid "Smart link" @@ -235,7 +237,8 @@ msgstr "Os documentos em referência inteligente: %s " #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -250,7 +253,6 @@ msgstr "Editar Ligação inteligente: %s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -286,13 +288,11 @@ msgstr "" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -385,14 +385,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.mo index 48316e6599..1147a6f05e 100644 Binary files a/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po index 1230097f75..2fcc2ad6d8 100644 --- a/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po @@ -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: # Translators: # Badea Gabriel , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" +"edms/language/ro_RO/)\n" +"Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #: apps.py:33 msgid "Linking" @@ -143,8 +145,8 @@ msgstr "este în expresie regulată (case insensitive)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -233,7 +235,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +251,6 @@ msgstr "Editare legătură inteligentă:% s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +286,11 @@ msgstr "Stare de legătură inteligentă: \"%s\" a fost ștearsă cu succes." #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +383,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.mo index cdd2025ad0..0550dc263d 100644 Binary files a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po index 310f518dbd..e576a2e989 100644 --- a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 msgid "Linking" @@ -142,8 +145,8 @@ msgstr "В регулярном выражении (без учета регис #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -232,7 +235,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -247,7 +251,6 @@ msgstr "Редактировать отношение %s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -283,13 +286,11 @@ msgstr "Условие отношения \"%s\" удалено." #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -382,14 +383,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.mo index ea878b9f0d..3324eac02b 100644 Binary files a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po index 5df9ef35c0..f09fb01f6e 100644 --- a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" +"edms/language/sl_SI/)\n" +"Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #: apps.py:33 msgid "Linking" @@ -142,8 +144,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -232,7 +234,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -247,7 +250,6 @@ msgstr "" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -283,13 +285,11 @@ msgstr "" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -382,14 +382,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo index c01b12c60f..7b9f7fd701 100644 Binary files a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po index 2ce22664ba..00bb04735b 100644 --- a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po @@ -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: # Translators: # Trung Phan Minh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" +"mayan-edms/language/vi_VN/)\n" +"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:33 @@ -143,8 +144,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -233,7 +234,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +250,6 @@ msgstr "Sửa liên kết thông minh: %s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +285,11 @@ msgstr "" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +382,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.mo index 17a2c59923..f4790652c5 100644 Binary files a/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po index dfa819aa56..d1d02845ed 100644 --- a/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po @@ -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: # Translators: # Ford Guo , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" +"language/zh_CN/)\n" +"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:33 @@ -143,8 +144,8 @@ msgstr "正则表达式(大小写不敏感)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " -"document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " +"{{ document }} context variable is available." msgstr "" #: models.py:43 @@ -233,7 +234,8 @@ msgstr "" #: views.py:120 #, python-format -msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:179 @@ -248,7 +250,6 @@ msgstr "编辑智能链接: %s" #: views.py:211 #, python-format -#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -284,13 +285,11 @@ msgstr "智能链接条件: \"%s\"删除成功。" #: views.py:345 #, python-format msgid "" -"Error deleting smart link condition: %(smart_link_condition)s; " -"%(exception)s." +"Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "删除智能链接条件:%(smart_link_condition)s出错: %(exception)s." #: views.py:361 #, python-format -#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -383,14 +382,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.mo index b5519a9eb7..9e8ab21b60 100644 Binary files a/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.po index bec79b2438..b35d0e26c6 100644 --- a/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.mo index 514d5d0726..dbcf36df84 100644 Binary files a/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.po index 54bdc5b8c1..f5882d6892 100644 --- a/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.mo index e3b400134a..a070bc653c 100644 Binary files a/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.po index 4d520db16c..c5585295e8 100644 --- a/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" diff --git a/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.mo index a8185dc009..db11a62a08 100644 Binary files a/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.po index 679288ebb0..daf78f0cae 100644 --- a/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.mo index 2a6cc8f603..6f14ac2306 100644 Binary files a/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.po index 00b1f38ebf..68c7c1a9ff 100644 --- a/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.mo index b368f965cf..67e17662aa 100644 Binary files a/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.po index b5b5e8cdd1..f188e79940 100644 --- a/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.mo index 811fa7b11b..3a0d95fafa 100644 Binary files a/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.po index c4c89d5b2c..df69811c98 100644 --- a/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-24 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.mo index 671f3a39c5..5fd40b94b9 100644 Binary files a/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.po index b513bd3194..a5638e330b 100644 --- a/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.mo index 8819aef98d..5f81252486 100644 Binary files a/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.po index 7205580203..6b6666e661 100644 --- a/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.mo index 3c16337aba..3d5ff79f6f 100644 Binary files a/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.po index 449a0011ab..7de701e404 100644 --- a/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.mo index 2178470268..a889335a25 100644 Binary files a/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.po index e9385ee5f5..ae9cff7978 100644 --- a/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.mo index ad63045dfb..b7cf8e4ec8 100644 Binary files a/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.po index 44a054b38b..246733804c 100644 --- a/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.mo index 3294c2d732..dc1637dad5 100644 Binary files a/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.po index d760507e09..f88f74fc1d 100644 --- a/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.mo index dc03793b88..f0e7eb4a46 100644 Binary files a/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.po index 600f3d2d89..deea4e635e 100644 --- a/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.mo index 1a9f5159ae..8320d9905e 100644 Binary files a/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.po index 619b3fa7af..16a68d8a99 100644 --- a/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.mo index 01e91b0748..dd4a9181e1 100644 Binary files a/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.po index 9254421064..2bd75d449e 100644 --- a/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.mo index af6b249bd0..bd8d3473d7 100644 Binary files a/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.po index 6ac82c15cc..e4c35fdfff 100644 --- a/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.mo index fef447e60f..26ba8b4c56 100644 Binary files a/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.po index 7038568bb2..0fe73d0b60 100644 --- a/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.mo index a1f6ba683b..43e7ffca8b 100644 Binary files a/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.po index b5b0d29e69..addb404ba4 100644 --- a/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.mo index 495ac5b75c..6b6d962fcb 100644 Binary files a/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.po index cdbc613375..430a4dca44 100644 --- a/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" diff --git a/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.mo index 972203d591..9bdb5d3c6c 100644 Binary files a/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.po index ff41d39e62..4e0b51bf7e 100644 --- a/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.mo index 68027ca842..9cd6c27847 100644 Binary files a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po index ef1818c66b..b36e708550 100644 --- a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.mo index dcbe158367..9439fd3f82 100644 Binary files a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po index ddb3f354a4..4c908abc87 100644 --- a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-01-06 19:16+0000\n" "Last-Translator: Pavlin Koldamov \n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.mo index 6554ebe079..27dabc2c42 100644 Binary files a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po index cba7e998a2..50276ca74b 100644 --- a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" diff --git a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/da/LC_MESSAGES/django.mo index e07d3cc309..24d5b60455 100644 Binary files a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po index fdca0cf0a6..264140abff 100644 --- a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.mo index 7c72457f9a..fc30754f8a 100644 Binary files a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po index b24bc68a8a..913959b817 100644 --- a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.mo index b368f965cf..67e17662aa 100644 Binary files a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po index 73c9f18f6c..e04fa5e4ad 100644 --- a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.mo index 05106ec95a..71c1983714 100644 Binary files a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po index f0291b28bc..9353e49293 100644 --- a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.mo index 08b4195140..2028119d98 100644 Binary files a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po index d1e3f00d3a..b532de77d0 100644 --- a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-28 06:43+0000\n" "Last-Translator: Mehdi Amani \n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.mo index a78b9282fe..2915938c49 100644 Binary files a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po index 15b95c14de..3be879dd5f 100644 --- a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-04-06 08:51+0000\n" "Last-Translator: Christophe kryskool \n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.mo index bc8c87957a..3dfdc6497b 100644 Binary files a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po index d79b3b9686..23addc6e14 100644 --- a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.mo index 2d3a54086b..6ad7ed3187 100644 Binary files a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po index b3a0fdf747..76492d5cc4 100644 --- a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.mo index 47a229505d..ae60e4e411 100644 Binary files a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po index 4d594717d4..670b2ff1a4 100644 --- a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.mo index 2b749b884e..22b15d20b5 100644 Binary files a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po index 88db4f8f4a..2b92118ac0 100644 --- a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.mo index 90001325a8..293d8dddce 100644 Binary files a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po index 66509eddb4..f19e27eee8 100644 --- a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-20 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.mo index 98644fcb70..acee2c9690 100644 Binary files a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po index cf43fd14bc..ef35dccdcd 100644 --- a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.mo index c7240aabf4..41d0a3bddd 100644 Binary files a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po index a59a3f2754..af5cde98ff 100644 --- a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-05-13 17:29+0000\n" "Last-Translator: Rogerio Falcone \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.mo index ea72145a3f..9b1d007def 100644 Binary files a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po index 7c89375c09..3d75f40eef 100644 --- a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.mo index 95ff3a8e7b..5b49025fb4 100644 Binary files a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po index 87b07c9fa3..25e7139114 100644 --- a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.mo index 65645ef8d7..2db96794a2 100644 Binary files a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po index 79e104bca2..5d56ae81f9 100644 --- a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.mo index 2cd01a2e88..27429b647a 100644 Binary files a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po index eeb8b5f835..381dd9f010 100644 --- a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" diff --git a/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.mo index 9714083309..4936e6a7f4 100644 Binary files a/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po index 5ac54a8412..cfefc5418d 100644 --- a/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.mo index fbee522583..f78fa56d1e 100644 Binary files a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po index 4c00710cd8..71a5eb0c84 100644 --- a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po @@ -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: # Translators: # Mohammed ALDOUB , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" +"ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 msgid "Metadata" @@ -97,7 +99,6 @@ msgid "Update" msgstr "تحديث" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -142,7 +143,6 @@ msgid "Metadata types" msgstr "أنواع البيانات الوصفية" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -165,8 +165,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -185,8 +185,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -325,8 +324,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -380,7 +378,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -394,7 +391,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -584,47 +580,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.mo index 24b8c9058c..f5c3204832 100644 Binary files a/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po index 9de25a34d4..c52dfbf6ff 100644 --- a/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po @@ -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: # Translators: # Pavlin Koldamov , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/bg/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -97,7 +98,6 @@ msgid "Update" msgstr "Актуализация" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -142,7 +142,6 @@ msgid "Metadata types" msgstr "" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -165,8 +164,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -185,8 +184,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -317,8 +315,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -364,7 +361,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -378,7 +374,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -556,47 +551,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.mo index 7485544963..ce470377ad 100644 Binary files a/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.po index 64cc9f54d7..e25a689561 100644 --- a/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.po @@ -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: # Translators: # www.ping.ba , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"rosarior/mayan-edms/language/bs_BA/)\n" +"Language: bs_BA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 msgid "Metadata" @@ -97,7 +99,6 @@ msgid "Update" msgstr "Update" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -142,7 +143,6 @@ msgid "Metadata types" msgstr "Metadata tip" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -165,8 +165,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -185,8 +185,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -319,8 +318,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -368,7 +366,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -382,7 +379,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -563,47 +559,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/da/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/da/LC_MESSAGES/django.mo index 5cf7a7f460..b6a9e7e2d3 100644 Binary files a/mayan/apps/metadata/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/da/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/da/LC_MESSAGES/django.po index 5a376af0eb..0ae05e9533 100644 --- a/mayan/apps/metadata/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/da/LC_MESSAGES/django.po @@ -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: # Translators: # Mads L. Nielsen , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" +"da/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -97,7 +98,6 @@ msgid "Update" msgstr "" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -142,7 +142,6 @@ msgid "Metadata types" msgstr "" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -165,8 +164,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -185,8 +184,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -317,8 +315,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -364,7 +361,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -378,7 +374,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -556,47 +551,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo index 770e15946d..348a9a2c52 100644 Binary files a/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po index a0c636aded..acf3bd9c1c 100644 --- a/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po @@ -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: # Translators: # Berny , 2015 @@ -12,14 +12,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" +"edms/language/de_DE/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -38,7 +39,9 @@ msgstr "" msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" -msgstr "Queryset enthaltend eine Referenz auf eine Metadatentyp Instanz und einen Wert für diesen Metadatentyp" +msgstr "" +"Queryset enthaltend eine Referenz auf eine Metadatentyp Instanz und einen " +"Wert für diesen Metadatentyp" #: apps.py:106 msgid "Metadata type name" @@ -100,7 +103,6 @@ msgid "Update" msgstr "Aktualisieren" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -145,11 +147,12 @@ msgid "Metadata types" msgstr "Metadatentypen" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." -msgstr "Name unter dem andere Apps diesen Wert referenzieren. Keine reservierten Worte aus Python oder Leerzeichen verwenden." +msgstr "" +"Name unter dem andere Apps diesen Wert referenzieren. Keine reservierten " +"Worte aus Python oder Leerzeichen verwenden." #: models.py:55 msgid "Label" @@ -159,7 +162,10 @@ msgstr "" msgid "" "Enter a template to render. Use Django's default templating language " "(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" -msgstr "Vorlage/Template zur Generierung eingeben. Django's Standard-Vorlagen-Sprache benutzen (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" +"Vorlage/Template zur Generierung eingeben. Django's Standard-Vorlagen-" +"Sprache benutzen (https://docs.djangoproject.com/en/1.7/ref/templates/" +"builtins/)" #: models.py:63 msgid "Default" @@ -168,9 +174,12 @@ msgstr "Standard" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." -msgstr "Vorlage/Template zur Generierung eingeben. Muss eine komma-separierte Zeichenkette ausgeben (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." +msgstr "" +"Vorlage/Template zur Generierung eingeben. Muss eine komma-separierte " +"Zeichenkette ausgeben (https://docs.djangoproject.com/en/1.7/ref/templates/" +"builtins/)" #: models.py:73 msgid "Lookup" @@ -180,7 +189,9 @@ msgstr "Suche" msgid "" "The validator will reject data entry if the value entered does not conform " "to the expected format." -msgstr "Der Validierer wird den eingegebenen Wert zurückweisen, wenn er dem geforderten Format nicht entspricht." +msgstr "" +"Der Validierer wird den eingegebenen Wert zurückweisen, wenn er dem " +"geforderten Format nicht entspricht." #: models.py:80 msgid "Validator" @@ -188,9 +199,10 @@ msgstr "Validierer" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." -msgstr "Der Parser wird den eingegebenen Wert so reformatieren, dass er dem geforderten Format entspricht." +"The parser will reformat the value entered to conform to the expected format." +msgstr "" +"Der Parser wird den eingegebenen Wert so reformatieren, dass er dem " +"geforderten Format entspricht." #: models.py:86 msgid "Parser" @@ -297,7 +309,9 @@ msgstr[1] "Für die ausgewählten Dokumente existieren keine Metadaten" #: views.py:136 #, python-format msgid "Error editing metadata for document: %(document)s; %(exception)s." -msgstr "Fehler bei der Bearbeitung der Metadaten für Dokument %(document)s: %(exception)s" +msgstr "" +"Fehler bei der Bearbeitung der Metadaten für Dokument %(document)s: " +"%(exception)s" #: views.py:147 #, python-format @@ -315,20 +329,24 @@ msgstr[1] "Metadaten bearbeiten" msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" -msgstr "Fehler beim Hinzufügen von Metadatentyp \"%(metadata_type)s\" zu Dokument %(document)s: %(exception)s" +msgstr "" +"Fehler beim Hinzufügen von Metadatentyp \"%(metadata_type)s\" zu Dokument " +"%(document)s: %(exception)s" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." -msgstr "Metadatentyp %(metadata_type)s erfolgreich hinzugefügt zu Dokument %(document)s" +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Metadatentyp %(metadata_type)s erfolgreich hinzugefügt zu Dokument " +"%(document)s" #: views.py:275 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Metadatentyp %(metadata_type)s bereits vorhanden für Dokument %(document)s" +msgstr "" +"Metadatentyp %(metadata_type)s bereits vorhanden für Dokument %(document)s" #: views.py:306 msgid "Add metadata types to document" @@ -341,14 +359,18 @@ msgstr[1] "Metadatentypen zu Dokumenten hinzufügen" msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." -msgstr "Metadatentyp \"%(metadata_type)s\" erfolgreich entfernt von Dokument %(document)s" +msgstr "" +"Metadatentyp \"%(metadata_type)s\" erfolgreich entfernt von Dokument " +"%(document)s" #: views.py:426 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" -msgstr "Fehler bei der Entfernung von Metadatentyp \"%(metadata_type)s\" von Dokument %(document)s: %(exception)s" +msgstr "" +"Fehler bei der Entfernung von Metadatentyp \"%(metadata_type)s\" von " +"Dokument %(document)s: %(exception)s" #: views.py:446 msgid "Remove metadata types from the document" @@ -367,7 +389,6 @@ msgstr "Metadatentyp erstellen" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "Metadatentyp %s löschen?" @@ -381,7 +402,6 @@ msgid "Internal name" msgstr "Interner Name" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "Verfügbare Metadatentypen" @@ -559,47 +579,47 @@ msgstr "Erforderliche Metadatentypen für Dokumententyp %s" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/en/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/en/LC_MESSAGES/django.mo index 3e6eec85a8..5e9602eba8 100644 Binary files a/mayan/apps/metadata/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po index b1cb92eac1..6f62a55de7 100644 --- a/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.mo index e42ebf90c3..436baffc5b 100644 Binary files a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po index 6c1241894c..9c9f26908b 100644 --- a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po @@ -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: # Translators: # jmcainzos , 2014 @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" +"language/es/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -37,7 +38,9 @@ msgstr "" msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" -msgstr "QuerySet que contiene una referencia de instancia de tipo de meta datos y un valor para ese tipo de meta datos " +msgstr "" +"QuerySet que contiene una referencia de instancia de tipo de meta datos y un " +"valor para ese tipo de meta datos " #: apps.py:106 msgid "Metadata type name" @@ -99,7 +102,6 @@ msgid "Update" msgstr "Actualizar" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -144,7 +146,6 @@ msgid "Metadata types" msgstr "Tipos de metadatos" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -167,8 +168,8 @@ msgstr "Por defecto" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -187,8 +188,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -314,20 +314,25 @@ msgstr[1] "Editar meta datos de documentos" msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" -msgstr "Error al añadir tipo de metadatos \"%(metadata_type)s\" al documento: %(document)s; %(exception)s" +msgstr "" +"Error al añadir tipo de metadatos \"%(metadata_type)s\" al documento: " +"%(document)s; %(exception)s" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Tipo de metadatos: %(metadata_type)s añadido con éxito al documento " "%(document)s." -msgstr "Tipo de metadatos: %(metadata_type)s añadido con éxito al documento %(document)s." #: views.py:275 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipo de metadatos: %(metadata_type)s ya presente en el documento %(document)s." +msgstr "" +"Tipo de metadatos: %(metadata_type)s ya presente en el documento " +"%(document)s." #: views.py:306 msgid "Add metadata types to document" @@ -340,14 +345,18 @@ msgstr[1] "Añadir tipos de meta datos a los documentos" msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." -msgstr "Remoción con éxito el tipo de meta datos \"%(metadata_type)s\" del documento: %(document)s." +msgstr "" +"Remoción con éxito el tipo de meta datos \"%(metadata_type)s\" del " +"documento: %(document)s." #: views.py:426 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" -msgstr "Error al eliminar el tipo de metadatos \"%(metadata_type)s\" del documento: %(document)s; %(exception)s" +msgstr "" +"Error al eliminar el tipo de metadatos \"%(metadata_type)s\" del documento: " +"%(document)s; %(exception)s" #: views.py:446 msgid "Remove metadata types from the document" @@ -366,7 +375,6 @@ msgstr "Crear tipo de metadatos" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -380,7 +388,6 @@ msgid "Internal name" msgstr "Nombre interno" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -558,47 +565,47 @@ msgstr "Tipos de metadata requerida para tipo de documento: %s" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.mo index ffd67b7a46..cd9a56b802 100644 Binary files a/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po index fa09169623..fc152f8395 100644 --- a/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po @@ -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: # Translators: # Mohammad Dashtizadeh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" +"language/fa/)\n" +"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=1; plural=0;\n" #: apps.py:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -35,7 +36,9 @@ msgstr "" msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" -msgstr "محتوای مجموعه درخواستها شامل یک نمونه مرجع و یک مقدار برای متا داده مورد نظر است" +msgstr "" +"محتوای مجموعه درخواستها شامل یک نمونه مرجع و یک مقدار برای متا داده مورد نظر " +"است" #: apps.py:106 msgid "Metadata type name" @@ -97,7 +100,6 @@ msgid "Update" msgstr "به‌روزرسانی" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -142,7 +144,6 @@ msgid "Metadata types" msgstr "انواه متادیتا" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -165,8 +166,8 @@ msgstr "پیش فرض" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -185,8 +186,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -310,13 +310,14 @@ msgstr[0] "اسناد متاداده را ویرایش کنید" msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" -msgstr "نوع متا داده افزودن خطا \"%(metadata_type)s به سند %(document)s; %(exception)s" +msgstr "" +"نوع متا داده افزودن خطا \"%(metadata_type)s به سند %(document)s; " +"%(exception)s" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "جذف موفق متادیتای ندع : %(metadata_type)s برای سند : %(document)s." #: views.py:275 @@ -342,7 +343,9 @@ msgstr "حذف موفق متادیتای نوع \"%(metadata_type)s\" از سن msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" -msgstr "خطا در حذف متادیتای نوع\"%(metadata_type)s\" ازسند: %(document)s; %(exception)s" +msgstr "" +"خطا در حذف متادیتای نوع\"%(metadata_type)s\" ازسند: %(document)s; " +"%(exception)s" #: views.py:446 msgid "Remove metadata types from the document" @@ -360,7 +363,6 @@ msgstr "ایجاد نوع متا دیتا" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -374,7 +376,6 @@ msgid "Internal name" msgstr "نام داخلی" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -549,47 +550,47 @@ msgstr "متادیتای نوع الزامی برای نوع سند :%s" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.mo index cbd5c3f66d..1315006b94 100644 Binary files a/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po index 20ebd0c27c..9dfc7211a2 100644 --- a/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po @@ -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: # Translators: # PatrickHetu , 2012 @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" +"fr/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -37,7 +38,9 @@ msgstr "" msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" -msgstr "Jeu de requête contenant une référence d'instance MetadataType et une valeur pour ce type de métadonnées" +msgstr "" +"Jeu de requête contenant une référence d'instance MetadataType et une valeur " +"pour ce type de métadonnées" #: apps.py:106 msgid "Metadata type name" @@ -99,7 +102,6 @@ msgid "Update" msgstr "Mettre à jour" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -144,7 +146,6 @@ msgid "Metadata types" msgstr "Types de métadonnées" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -167,8 +168,8 @@ msgstr "Par défaut" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -187,8 +188,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -314,20 +314,25 @@ msgstr[1] "Modifier les métadonnées des documents" msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" -msgstr "Erreur lors de l'ajout d'un type de métadonnées \"%(metadata_type)s\" au document: %(document)s; %(exception)s" +msgstr "" +"Erreur lors de l'ajout d'un type de métadonnées \"%(metadata_type)s\" au " +"document: %(document)s; %(exception)s" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Le type de métadonnées: %(metadata_type)s ajouter avec succès au document " "%(document)s." -msgstr "Le type de métadonnées: %(metadata_type)s ajouter avec succès au document %(document)s." #: views.py:275 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Le type de métadonnée: %(metadata_type)s est déjà présent dans le document %(document)s." +msgstr "" +"Le type de métadonnée: %(metadata_type)s est déjà présent dans le document " +"%(document)s." #: views.py:306 msgid "Add metadata types to document" @@ -340,14 +345,18 @@ msgstr[1] "Ajouter des types de métadonnées aux documents" msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." -msgstr "Type de métadonnées supprimer avec succès \"%(metadata_type)s\" pour le document: %(document)s." +msgstr "" +"Type de métadonnées supprimer avec succès \"%(metadata_type)s\" pour le " +"document: %(document)s." #: views.py:426 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" -msgstr "Erreur lors de la suppression du type de métadonnée \"%(metadata_type)s\" pour le document: %(document)s; %(exception)s" +msgstr "" +"Erreur lors de la suppression du type de métadonnée \"%(metadata_type)s\" " +"pour le document: %(document)s; %(exception)s" #: views.py:446 msgid "Remove metadata types from the document" @@ -366,7 +375,6 @@ msgstr "Créer un type de métadonnée" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -380,7 +388,6 @@ msgid "Internal name" msgstr "Nom interne" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -558,47 +565,47 @@ msgstr "Types de métadonnées requises pour le type de document: %s" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.mo index 91c5d4287b..8a6db4350c 100644 Binary files a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po index 458ce795f0..09360f11bd 100644 --- a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/hu/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -96,7 +97,6 @@ msgid "Update" msgstr "" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -141,7 +141,6 @@ msgid "Metadata types" msgstr "" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -164,8 +163,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -184,8 +183,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -316,8 +314,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -363,7 +360,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -377,7 +373,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -555,47 +550,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.mo index a03fd728cf..87691fb3a2 100644 Binary files a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po index f0bbee7430..13cfc9878c 100644 --- a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" +"language/id/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -96,7 +97,6 @@ msgid "Update" msgstr "" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -141,7 +141,6 @@ msgid "Metadata types" msgstr "" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -164,8 +163,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -184,8 +183,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -314,8 +312,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -359,7 +356,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -373,7 +369,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -548,47 +543,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/it/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.mo index 3eb9e14e12..b6dd14c8d6 100644 Binary files a/mayan/apps/metadata/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po index a132df4626..3bdc6bcd13 100644 --- a/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po @@ -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: # Translators: # Pierpaolo Baldan , 2011-2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" +"language/it/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -97,7 +98,6 @@ msgid "Update" msgstr "Aggiurnato" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -142,7 +142,6 @@ msgid "Metadata types" msgstr "Tipi di Metadati" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -165,8 +164,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -185,8 +184,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -317,8 +315,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -364,7 +361,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -378,7 +374,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -556,47 +551,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo index 3902f318b2..8c60671c2b 100644 Binary files a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po index 92c4d14747..3b24260b2d 100644 --- a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" +"edms/language/nl_NL/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -96,7 +97,6 @@ msgid "Update" msgstr "" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -141,7 +141,6 @@ msgid "Metadata types" msgstr "" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -164,8 +163,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -184,8 +183,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -316,8 +314,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -363,7 +360,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -377,7 +373,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -555,47 +550,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.mo index 02534d193e..e844ea49d5 100644 Binary files a/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po index 49e3f6c75e..30ee4fa478 100644 --- a/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po @@ -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: # Translators: # Annunnaky , 2015 @@ -10,15 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" +"pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" #: apps.py:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 msgid "Metadata" @@ -98,7 +100,6 @@ msgid "Update" msgstr "Aktualizacja" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -143,7 +144,6 @@ msgid "Metadata types" msgstr "" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -166,8 +166,8 @@ msgstr "domyślny" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -186,8 +186,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -320,8 +319,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -369,7 +367,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -383,7 +380,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -564,47 +560,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.mo index aa1fab66bb..d329514085 100644 Binary files a/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po index e3852e02fe..1b19028621 100644 --- a/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po @@ -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: # Translators: # Emerson Soares , 2011 @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" +"language/pt/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -99,7 +100,6 @@ msgid "Update" msgstr "Atualizar" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -144,7 +144,6 @@ msgid "Metadata types" msgstr "Tipos de metadados" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -167,8 +166,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -187,8 +186,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -319,8 +317,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -366,7 +363,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -380,7 +376,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -558,47 +553,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo index 0562b7d0d8..bdd45c9b1b 100644 Binary files a/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po index 35a5da4ca0..5ab9a19f8b 100644 --- a/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po @@ -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: # Translators: # Emerson Soares , 2013 @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" +"edms/language/pt_BR/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -37,7 +38,9 @@ msgstr "" msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" -msgstr "Contendo queryset para MetadataType, referência de instância e um valor para esse tipo de metadados" +msgstr "" +"Contendo queryset para MetadataType, referência de instância e um valor para " +"esse tipo de metadados" #: apps.py:106 msgid "Metadata type name" @@ -99,7 +102,6 @@ msgid "Update" msgstr "Atualizar" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -144,7 +146,6 @@ msgid "Metadata types" msgstr "Tipos de metadados" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -167,8 +168,8 @@ msgstr "Padrão" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -187,8 +188,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -314,20 +314,24 @@ msgstr[1] "" msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" -msgstr "Erro ao adicionar metadados de tipo \"%(metadata_type)s\" para o documento: %(document)s; %(exception)s" +msgstr "" +"Erro ao adicionar metadados de tipo \"%(metadata_type)s\" para o documento: " +"%(document)s; %(exception)s" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Tipo Metadado %(metadata_type)s adicionado com sucesso para o documento " "%(document)s." -msgstr "Tipo Metadado %(metadata_type)s adicionado com sucesso para o documento %(document)s." #: views.py:275 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipo Metadado: %(metadata_type)s já está presente no documento%(document)s." +msgstr "" +"Tipo Metadado: %(metadata_type)s já está presente no documento%(document)s." #: views.py:306 msgid "Add metadata types to document" @@ -340,14 +344,18 @@ msgstr[1] "" msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." -msgstr "Removido com sucesso o Stipo de metadato \"%(metadata_type)s\" do documento: %(document)s." +msgstr "" +"Removido com sucesso o Stipo de metadato \"%(metadata_type)s\" do " +"documento: %(document)s." #: views.py:426 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" -msgstr "Erro para remover o tipo de metadado \"%(metadata_type)s\" do documento: %(document)s; %(exception)s" +msgstr "" +"Erro para remover o tipo de metadado \"%(metadata_type)s\" do documento: " +"%(document)s; %(exception)s" #: views.py:446 msgid "Remove metadata types from the document" @@ -366,7 +374,6 @@ msgstr "Criar Tipo de documento" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -380,7 +387,6 @@ msgid "Internal name" msgstr "nome interno" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -558,47 +564,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.mo index 1a372eb8ee..dcde7810a0 100644 Binary files a/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.po index 27323fd9b8..0415ceb46b 100644 --- a/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.po @@ -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: # Translators: # Badea Gabriel , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" +"edms/language/ro_RO/)\n" +"Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #: apps.py:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 msgid "Metadata" @@ -97,7 +99,6 @@ msgid "Update" msgstr "Actualizați" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -142,7 +143,6 @@ msgid "Metadata types" msgstr "Metadate tipuri de" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -165,8 +165,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -185,8 +185,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -319,8 +318,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -368,7 +366,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -382,7 +379,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -563,47 +559,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.mo index 433f4b6412..cfdcafc616 100644 Binary files a/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po index 3af3fc4265..a7a330f378 100644 --- a/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 msgid "Metadata" @@ -96,7 +99,6 @@ msgid "Update" msgstr "Обновить" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -141,7 +143,6 @@ msgid "Metadata types" msgstr "Типы метаданных" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -164,8 +165,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -184,8 +185,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -320,8 +320,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -371,7 +370,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -385,7 +383,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -569,47 +566,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.mo index ea878b9f0d..3324eac02b 100644 Binary files a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po index c1a67b7801..cf085317a8 100644 --- a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" +"edms/language/sl_SI/)\n" +"Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #: apps.py:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 msgid "Metadata" @@ -96,7 +98,6 @@ msgid "Update" msgstr "" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -141,7 +142,6 @@ msgid "Metadata types" msgstr "" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -164,8 +164,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -184,8 +184,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -320,8 +319,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -371,7 +369,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -385,7 +382,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -569,47 +565,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo index f3600adb8c..f8a6505ee3 100644 Binary files a/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po index 92061aa87e..116f401294 100644 --- a/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po @@ -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: # Translators: # Trung Phan Minh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" +"mayan-edms/language/vi_VN/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -97,7 +98,6 @@ msgid "Update" msgstr "Cập nhật" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -142,7 +142,6 @@ msgid "Metadata types" msgstr "" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -165,8 +164,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -185,8 +184,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -315,8 +313,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -360,7 +357,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -374,7 +370,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -549,47 +544,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.mo index 23ff56058d..b077040422 100644 Binary files a/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.po index 8b93cd5aca..c77e10cbb0 100644 --- a/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.po @@ -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: # Translators: # Ford Guo , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" +"language/zh_CN/)\n" +"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:52 apps.py:130 links.py:41 permissions.py:7 settings.py:10 @@ -97,7 +98,6 @@ msgid "Update" msgstr "更新" #: forms.py:105 -#| msgid " Available models: %s" msgid " Available template context variables: " msgstr "" @@ -142,7 +142,6 @@ msgid "Metadata types" msgstr "元数据类型" #: models.py:50 -#| msgid "Do not use python reserved words, or spaces." msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." @@ -165,8 +164,8 @@ msgstr "" #: models.py:68 msgid "" "Enter a template to render. Must result in a comma delimited string. Use " -"Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." +"Django's default templating language (https://docs.djangoproject.com/en/1.7/" +"ref/templates/builtins/)." msgstr "" #: models.py:73 @@ -185,8 +184,7 @@ msgstr "" #: models.py:84 msgid "" -"The parser will reformat the value entered to conform to the expected " -"format." +"The parser will reformat the value entered to conform to the expected format." msgstr "" #: models.py:86 @@ -315,8 +313,7 @@ msgstr "" #: views.py:265 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:275 @@ -360,7 +357,6 @@ msgstr "" #: views.py:510 #, python-format -#| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" msgstr "" @@ -374,7 +370,6 @@ msgid "Internal name" msgstr "" #: views.py:549 -#| msgid "View metadata types" msgid "Available metadata types" msgstr "" @@ -549,47 +544,47 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..0d830bfa4c Binary files /dev/null and b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..4684592cc0 --- /dev/null +++ b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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" +"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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..a67f81d331 Binary files /dev/null and b/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..237a6d9b2f --- /dev/null +++ b/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..7aea9e1b78 Binary files /dev/null and b/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.po new file mode 100644 index 0000000000..e60d7edd6a --- /dev/null +++ b/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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" +"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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..c30666a1cc Binary files /dev/null and b/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.po new file mode 100644 index 0000000000..edaeb0644a --- /dev/null +++ b/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..96d0c46c47 Binary files /dev/null and b/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2824879e66 --- /dev/null +++ b/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..67e17662aa Binary files /dev/null and b/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000000..24a35e4685 --- /dev/null +++ b/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: apps.py:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..1992470967 Binary files /dev/null and b/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000000..6a74728a75 --- /dev/null +++ b/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..7c9cba57ab Binary files /dev/null and b/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 0000000000..7eae40c4c9 --- /dev/null +++ b/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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=1; plural=0;\n" + +#: apps.py:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..3369852576 Binary files /dev/null and b/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..4750704a4b --- /dev/null +++ b/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..719c3ae8f6 Binary files /dev/null and b/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po new file mode 100644 index 0000000000..760ca60ae0 --- /dev/null +++ b/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..2c6c321ba0 Binary files /dev/null and b/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po new file mode 100644 index 0000000000..7a47f00311 --- /dev/null +++ b/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..7ad875a7b1 Binary files /dev/null and b/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000000..4c6d023a58 --- /dev/null +++ b/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..28b16a0ec8 Binary files /dev/null and b/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..9a7ec22d02 --- /dev/null +++ b/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..1cee54902a Binary files /dev/null and b/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a15ff1eef0 --- /dev/null +++ b/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: apps.py:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..b95f02ef99 Binary files /dev/null and b/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000000..d32ec6a82a --- /dev/null +++ b/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..58b4c77b4f Binary files /dev/null and b/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ba7f7582df --- /dev/null +++ b/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..fa396c1b82 Binary files /dev/null and b/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2c56a441d9 --- /dev/null +++ b/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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" +"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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..1985a96ed4 Binary files /dev/null and b/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000000..e6ebb01304 --- /dev/null +++ b/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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" +"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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..0222f2dae7 Binary files /dev/null and b/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.po new file mode 100644 index 0000000000..9532d01e8c --- /dev/null +++ b/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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" +"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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..8b6d578193 Binary files /dev/null and b/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..768743af2e --- /dev/null +++ b/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..9c7e82dc8a Binary files /dev/null and b/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..f7584bb00b --- /dev/null +++ b/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.po @@ -0,0 +1,30 @@ +# 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: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:11+0000\n" +"Last-Translator: FULL NAME \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:9 settings.py:7 +msgid "Mirroring" +msgstr "" + +#: settings.py:11 +msgid "Time in seconds to cache the path lookup to a document." +msgstr "" + +#: settings.py:15 +msgid "Time in seconds to cache the path lookup to an index node." +msgstr "" diff --git a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.mo index 5b26e0272d..bc26675667 100644 Binary files a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po index 2bffe0ea84..265533a65d 100644 --- a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po @@ -1,34 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Mohammed ALDOUB , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.mo index 52900f6387..223c4a1cd4 100644 Binary files a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po index b24a132269..9431f2faa3 100644 --- a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po @@ -1,33 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Pavlin Koldamov , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.mo index 8356b78cef..c502b5c10c 100644 Binary files a/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.po index ca5a6bf213..babea9a177 100644 --- a/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.po @@ -1,34 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# www.ping.ba , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/da/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/da/LC_MESSAGES/django.mo index 9fd047136d..2cd99624d4 100644 Binary files a/mayan/apps/navigation/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po index d3083de466..485dad19bd 100644 --- a/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po @@ -1,33 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Mads L. Nielsen , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo index bdadc44ec9..f56d3e662b 100644 Binary files a/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.po index f68e5905c8..6f690315cc 100644 --- a/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.po @@ -1,34 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Berny , 2015 # Mathias Behrle , 2014 # tetjarediske , 2012 -# tetjarediske , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" -"PO-Revision-Date: 2015-02-06 23:56+0000\n" -"Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" +"Last-Translator: Roberto Rosario\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:9 msgid "Navigation" -msgstr "" - -#: classes.py:29 -msgid "Unnamed link" -msgstr "Unbenannte Verknüpfung" +msgstr "Navigation" #: forms.py:14 msgid "Actions" diff --git a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.mo index f4efa28621..9261504bd1 100644 Binary files a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po index 6efd83fd6d..56d03983d4 100644 --- a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:22-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -22,10 +22,6 @@ msgstr "" msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.mo index d55af256aa..01ea5a379c 100644 Binary files a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po index 3bcb9160bb..907ecbfa1c 100644 --- a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po @@ -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: # Translators: # jmcainzos , 2014 @@ -11,25 +11,20 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-24 05:27+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:9 msgid "Navigation" msgstr "Navegación" -#: classes.py:29 -msgid "Unnamed link" -msgstr "Enlace sin nombrar" - #: forms.py:14 msgid "Actions" msgstr "acciones" diff --git a/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.mo index eeb3bdb3bc..0f703c40a1 100644 Binary files a/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po index 7d964fcf9d..ecccded918 100644 --- a/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po @@ -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: # Translators: # Mehdi Amani , 2014 @@ -9,25 +9,20 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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=1; plural=0;\n" #: apps.py:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "پیوند بی نام" - #: forms.py:14 msgid "Actions" msgstr "عملیات" diff --git a/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.mo index 4c57759b5d..59809fb8e1 100644 Binary files a/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po index 51bb3cba0f..7e9af98a57 100644 --- a/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po @@ -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: # Translators: # Christophe kryskool , 2014 @@ -10,25 +10,20 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "Lien sans nom" - #: forms.py:14 msgid "Actions" msgstr "Actions" diff --git a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.mo index 4bfd9f2384..9554389eba 100644 Binary files a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po index e830ba3197..0a16cc7451 100644 --- a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po @@ -1,33 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Dezső József , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.mo index b53c54a0ba..d28f2eab55 100644 Binary files a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po index afcfa4cf5f..e3c82d85ec 100644 --- a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po @@ -1,32 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.mo index d9640584e1..6c7b4a2535 100644 Binary files a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po index 5667e218d4..0643c8505b 100644 --- a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po @@ -1,34 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Carlo Zanatto <>, 2012 -# Pierpaolo Baldan , 2011 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo index d97415d863..96d5bd9233 100644 Binary files a/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po index 4793047b71..22f6ee4f92 100644 --- a/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po @@ -1,33 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Lucas Weel , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.mo index 0aba257b4f..495aac865d 100644 Binary files a/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po index e43357a440..ce6be0678d 100644 --- a/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po @@ -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: # Translators: # Annunnaky , 2015 @@ -10,26 +10,20 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-05-27 07:32+0000\n" -"Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "Nienazwane połączenie" - #: forms.py:14 msgid "Actions" msgstr "Akcje" diff --git a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.mo index ea3af026dc..7ba28abddb 100644 Binary files a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po index dc0e19b5d0..489982c523 100644 --- a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po @@ -1,34 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Emerson Soares , 2011 -# Vítor Figueiró , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo index 62f18711a6..3290c7a60d 100644 Binary files a/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po index 331d600685..2584be7ae7 100644 --- a/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po @@ -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: # Translators: # Emerson Soares , 2011 @@ -10,25 +10,20 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-05-06 13:54+0000\n" -"Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" +"Last-Translator: Roberto Rosario\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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "Sem Link" - #: forms.py:14 msgid "Actions" msgstr "Ações" diff --git a/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.mo index 49bf698410..0b5dbdcde0 100644 Binary files a/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.po index 34ca65751f..baf253145d 100644 --- a/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.po @@ -1,35 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Abalaru Paul , 2013 -# Badea Gabriel , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.mo index 1d6bfbd817..d48c04db0e 100644 Binary files a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po index acf3f79d73..eaf6dee89d 100644 --- a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po @@ -1,35 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Sergey Glita , 2011-2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.mo index d40b23973f..996d2b117d 100644 Binary files a/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po index d18bdf1415..a8c08656bb 100644 --- a/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po @@ -1,33 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.mo index 5358e43895..3646cea7fc 100644 Binary files a/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po index 983fe74dab..d45b3e5e25 100644 --- a/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po @@ -1,33 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Trung Phan Minh , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.mo index d1d1e0363a..36caeb9dff 100644 Binary files a/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.po index 2a78083fcc..3bc6e3eb92 100644 --- a/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.po @@ -1,33 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# malijie , 2014 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-27 20:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:9 msgid "Navigation" msgstr "" -#: classes.py:29 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.mo index 2f03cc4096..e8ea23da18 100644 Binary files a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po index 5332450ff8..8b3f75ac72 100644 --- a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po @@ -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: # Translators: # Mohammed ALDOUB , 2013 @@ -9,51 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -67,6 +65,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -82,7 +81,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -131,6 +130,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -161,66 +161,75 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "File path to poppler's pdftotext program used to extract text from PDF files." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" @@ -230,17 +239,17 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" @@ -250,12 +259,12 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -384,11 +393,11 @@ msgstr[5] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -445,11 +454,9 @@ msgstr[5] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.mo index 802ed44a0d..6ddc1bc14a 100644 Binary files a/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po index 899a9545d0..2303ec4c96 100644 --- a/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po @@ -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: # Translators: # Pavlin Koldamov , 2012 @@ -9,50 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -66,6 +65,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -81,7 +81,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -130,6 +130,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -160,92 +161,102 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -374,11 +385,11 @@ msgstr[1] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -435,11 +446,9 @@ msgstr[1] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.mo index d8748b57a0..f8f8c19511 100644 Binary files a/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po index fe81d41246..642b1c104b 100644 --- a/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po @@ -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: # Translators: # www.ping.ba , 2013 @@ -9,51 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -67,6 +65,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -82,7 +81,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -131,6 +130,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -161,95 +161,104 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Staza do popplerovog programa pdftotext za vađenje teksta iz PDF datoteka." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Staza do popplerovog programa pdftotext za vađenje teksta iz PDF datoteka." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -378,11 +387,11 @@ msgstr[2] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -439,11 +448,9 @@ msgstr[2] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/da/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/da/LC_MESSAGES/django.mo index f53badf57f..d0d1504b4a 100644 Binary files a/mayan/apps/ocr/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/da/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/da/LC_MESSAGES/django.po index 2e2bf2b9c6..87099627c9 100644 --- a/mayan/apps/ocr/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/da/LC_MESSAGES/django.po @@ -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: # Translators: # Mads L. Nielsen , 2013 @@ -10,50 +10,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -67,6 +66,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -82,7 +82,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -131,6 +131,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -161,94 +162,102 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Fil sti til poppler's pdftotext program, brugt til at identificere tekst fra " -"PDF filer." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Fil sti til poppler's pdftotext program, brugt til at identificere tekst fra PDF filer." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -377,11 +386,11 @@ msgstr[1] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -438,11 +447,9 @@ msgstr[1] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo index 86cf44b993..5e9af3fbd6 100644 Binary files a/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po index 6deef9d679..aeeca76689 100644 --- a/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po @@ -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: # Translators: # Berny , 2015 @@ -13,50 +13,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:43+0000\n" -"Last-Translator: Berny \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" +"Last-Translator: Roberto Rosario\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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR-Schrifterkennung" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "Dokument" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "Hinzugefügt" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "Ergebnis" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "Inhalt" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "pdftotext Version" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "nicht gefunden" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "Fehler beim Auslesen der Version" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "Tesseract Version" @@ -67,25 +66,26 @@ msgstr "Seite %(page_number)d" #: forms.py:47 msgid "Contents" -msgstr "" +msgstr "Inhalte" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" -msgstr "" +msgstr "In die OCR-Verarbeitung einstellen" #: links.py:22 msgid "OCR all documents" -msgstr "" +msgstr "Gesamt OCR" #: links.py:28 msgid "Setup OCR" -msgstr "" +msgstr "OCR Einrichtung" #: links.py:32 links.py:36 msgid "Delete" msgstr "Löschen" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "OCR Fehler" @@ -95,7 +95,7 @@ msgstr "Erneut einstellen" #: models.py:16 msgid "Document type" -msgstr "" +msgstr "Dokumententyp" #: models.py:20 msgid "Automatically queue newly created documents for OCR." @@ -103,11 +103,11 @@ msgstr "Automatically queue newly created documents for OCR." #: models.py:24 msgid "Document type settings" -msgstr "" +msgstr "Dokumententyp Einstellungen" #: models.py:25 msgid "Document types settings" -msgstr "" +msgstr "Dokumententypen Einstellungen" #: models.py:31 msgid "Document version" @@ -127,25 +127,26 @@ msgstr "Dokumentenversion OCR Fehler" #: models.py:54 msgid "Document page" -msgstr "" +msgstr "Dokumentenseite" #: models.py:62 msgid "Document page content" -msgstr "" +msgstr "Seiteninhalt" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" -msgstr "" +msgstr "Seiteninhalte" #: parsers.py:101 #, python-format msgid "Exception parsing page; %s" -msgstr "" +msgstr "Ausnahme bei der Verarbeitung einer Seite: %s" #: parsers.py:127 #, python-format msgid "Cannot find pdftotext executable at: %s" -msgstr "" +msgstr "Programm pdftotext nicht gefunden in %s" #: permissions.py:10 msgid "Submit documents for OCR" @@ -157,103 +158,109 @@ msgstr "Dokumente aus der OCR-Warteschlange entfernen" #: permissions.py:17 msgid "View the transcribed text from document" -msgstr "" +msgstr "Verarbeiteten Text des Dokuments anzeigen" #: permissions.py:21 msgid "Change document type OCR settings" -msgstr "" +msgstr "OCR-Einstellungen für Dokumententyp beabeiten" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." -msgstr "" +msgstr "Pfad zum 'tesseract'-Programm" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Pfad zum \"pdftotext\"-Programm (bereitgestellt von poppler), das benutzt " -"wird, um Text aus PDF-Dateien zu extrahieren." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Pfad zum \"pdftotext\"-Programm (bereitgestellt von poppler), das benutzt wird, um Text aus PDF-Dateien zu extrahieren." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." -msgstr "" -"Vollständiger Pfad zum Backend, das für die OCR-Schrifterkennung verwendet " -"werden soll." +msgstr "Vollständiger Pfad zum Backend, das für die OCR-Schrifterkennung verwendet werden soll." -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" +#: views.py:29 +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Dokumente in die OCR-Verarbeitung einstellen?" + +#: views.py:41 +#, python-format +msgid "%d documents added to the OCR queue." +msgstr "%d Dokumente in OCR Warteschlange eingereiht" + #: views.py:49 #, python-format +msgid "Submit \"%s\" to the OCR queue?" +msgstr "" + +#: views.py:74 +#, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "Dokument %(document)s in OCR Warteschlange eingereiht" -#: views.py:62 -msgid "Submit all documents for OCR?" +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" msgstr "" -#: views.py:71 -#, python-format -msgid "%d documents added to the OCR queue." -msgstr "" - -#: views.py:78 -msgid "Submit the selected documents for OCR?" -msgstr "" - -#: views.py:103 +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" -msgstr "" +msgstr "OCR-Einstellungen für Dokumententyp %s bearbeiten" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" -msgstr "" +msgstr "Inhalt von Dokument %s" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "Es muss mindestens eine Auswahl getroffen werden" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Eintrag %(entry)s erfolgreich gelöscht" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Fehler bei Eintrag %(entry)s: %(error)s" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Ausgewählten Eintrag löschen?" +msgstr[1] "Ausgewählte Einträge löschen?" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "Eintrag %(entry)s wurde erneut in die Warteschlange eingereiht" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "Dokumentenversion ID: %d existiert nicht mehr" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Ausgewählten Eintrag wieder einstellen?" +msgstr[1] "Ausgewählte Einträge wieder einstellen?" + +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -382,11 +389,11 @@ msgstr[1] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -443,11 +450,9 @@ msgstr[1] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/en/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/en/LC_MESSAGES/django.mo index e85f35a054..137ce547fd 100644 Binary files a/mayan/apps/ocr/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po index 538f8cef77..295331b6d1 100644 --- a/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -18,42 +18,42 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 #, fuzzy msgid "Document" msgstr "document" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 #, fuzzy msgid "Result" msgstr "result" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 #, fuzzy msgid "pdftotext version" msgstr "document queues" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 #, fuzzy msgid "tesseract version" msgstr "document queues" @@ -87,7 +87,7 @@ msgstr "" msgid "Delete" msgstr "delete" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 #, fuzzy msgid "OCR errors" msgstr "error" @@ -192,91 +192,95 @@ msgstr "" msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -#, fuzzy -#| msgid "Submit documents for OCR" -msgid "Submit the selected document for OCR?" -msgstr "Submit documents for OCR" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." +msgstr "" -#: views.py:49 -#, fuzzy, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "Document: %(document)s was added to the OCR queue: %(queue)s." - -#: views.py:62 +#: views.py:29 #, fuzzy #| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "Submit documents for OCR" -#: views.py:71 +#: views.py:41 #, fuzzy, python-format msgid "%d documents added to the OCR queue." msgstr "Document: %(document)s was added to the OCR queue: %(queue)s." -#: views.py:78 +#: views.py:49 +#, fuzzy, python-format +msgid "Submit \"%s\" to the OCR queue?" +msgstr "submit to OCR queue" + +#: views.py:74 +#, fuzzy, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "Document: %(document)s was added to the OCR queue: %(queue)s." + +#: views.py:88 #, fuzzy #| msgid "Submit documents for OCR" -msgid "Submit the selected documents for OCR?" +msgid "Submit the selected documents to the OCR queue?" msgstr "Submit documents for OCR" -#: views.py:103 +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, fuzzy, python-format #| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "Queued documents: %d" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 #, fuzzy msgid "Make at least one selection." msgstr "Must provide at least one queue document." -#: views.py:174 +#: views.py:175 #, fuzzy, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Queue document: %(document)s deleted successfully." -#: views.py:181 +#: views.py:182 #, fuzzy, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Error deleting document: %(document)s; %(error)s" -#: views.py:197 +#: views.py:198 #, fuzzy msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "Are you sure you wish to delete queue document: %s?" msgstr[1] "Are you sure you wish to delete queue document: %s?" -#: views.py:232 +#: views.py:233 #, fuzzy, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "Document: %(document)s is already queued." -#: views.py:237 +#: views.py:240 #, fuzzy, python-format msgid "Document version id#: %d, no longer exists." msgstr "Document id#: %d, no longer exists." -#: views.py:249 +#: views.py:254 #, fuzzy msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "Are you sure you wish to re-queue document: %s?" msgstr[1] "Are you sure you wish to re-queue document: %s?" +#, fuzzy +#~| msgid "Submit documents for OCR" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#, fuzzy -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." diff --git a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.mo index 450900f922..411ddfe663 100644 Binary files a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po index 3266e7c65a..40507a4ca7 100644 --- a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po @@ -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: # Translators: # jmcainzos , 2014 @@ -11,50 +11,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:46+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "Documento" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "Añadido" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "Resultado" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "Contenido" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" -msgstr "" +msgstr "No encontrado" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -68,22 +67,23 @@ msgid "Contents" msgstr "Contenido" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "Enviar para OCR" #: links.py:22 msgid "OCR all documents" -msgstr "" +msgstr "Realizar OCR a todos los documentos" #: links.py:28 msgid "Setup OCR" -msgstr "" +msgstr "Configurar OCR" #: links.py:32 links.py:36 msgid "Delete" msgstr "Borrar" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "Errores de OCR" @@ -132,8 +132,9 @@ msgid "Document page content" msgstr "Contenido de página de documento" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" -msgstr "" +msgstr "Contenido de página de documento" #: parsers.py:101 #, python-format @@ -162,94 +163,102 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Ruta de acceso al programa de poppler llamado pdftotext utilizado para " -"extraer texto de archivos PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Ruta de acceso al programa de poppler llamado pdftotext utilizado para extraer texto de archivos PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "Ruta completa a la aplicación que se usará para OCR." -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" +#: views.py:29 +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "" + +#: views.py:41 +#, python-format +msgid "%d documents added to the OCR queue." +msgstr "%d documentos enviados para OCR." + #: views.py:49 #, python-format +msgid "Submit \"%s\" to the OCR queue?" +msgstr "" + +#: views.py:74 +#, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "Documento: %(document)s fue añadido a la lista de espera de OCR" -#: views.py:62 -msgid "Submit all documents for OCR?" +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" msgstr "" -#: views.py:71 -#, python-format -msgid "%d documents added to the OCR queue." -msgstr "" - -#: views.py:78 -msgid "Submit the selected documents for OCR?" -msgstr "" - -#: views.py:103 +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" -msgstr "" +msgstr "Contenido del documento: %s" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "Haga al menos una selección" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Entrada: %(entry)s ha eliminada correctamente." -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Entrada de error: %(entry)s; %(error)s" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "Entrada: %(entry)s fue sometido para OCR." -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "La versión de documento #: %d, ya no existe." -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -378,11 +387,11 @@ msgstr[1] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -439,11 +448,9 @@ msgstr[1] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.mo index 77b5e4bd9e..f7f296eb85 100644 Binary files a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po index b7c38a221f..702514c926 100644 --- a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po @@ -1,57 +1,56 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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=1; plural=0;\n" -#: apps.py:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "سند" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "اضافه شده" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "جواب" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -65,6 +64,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -80,7 +80,7 @@ msgstr "" msgid "Delete" msgstr "حذف" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "خطای OCR " @@ -129,6 +129,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -159,90 +160,100 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "محل فایل POPPLER جهت استخراج TEXT از PDF" #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "محل اجرای نرم افزار OCR" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "سند : %(document)s جهت ocr وارد صف شد." - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "سند : %(document)s جهت ocr وارد صف شد." + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "حداقل یک مجموعه انتخاب کنید" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "ورودی : %(entry)sبا موفقیت حذف شد." -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "خطای ورود:: %(entry)s; %(error)s" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "ورودی %(entry)s برای OCR مجددا در صف قرار گرفت" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "نسخه سند id#: %d, وجود ندارد" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -371,11 +382,11 @@ msgstr[0] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -432,11 +443,9 @@ msgstr[0] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.mo index e078a7d5cb..f8c951b342 100644 Binary files a/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po index e0eb291f98..36c6674013 100644 --- a/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po @@ -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: # Translators: # Pierre Lhoste , 2012 @@ -9,50 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "Document" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "Ajouté" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "Résultat" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -66,6 +65,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -81,7 +81,7 @@ msgstr "" msgid "Delete" msgstr "Supprimer" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "Erreurs de ROC" @@ -130,6 +130,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -160,94 +161,102 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Chemin vers l'exécutable poppler pdftotext, utilisé pour extraire du texte à " -"partir des fichiers PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Chemin vers l'exécutable poppler pdftotext, utilisé pour extraire du texte à partir des fichiers PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "Chemin complet pour l'interface utilisée pour faire de l'OCR" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "Le document: %(document)s a été ajouté à la file d'attente OCR." - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "Le document: %(document)s a été ajouté à la file d'attente OCR." + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "Faite au moins une sélection." -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Entrée: %(entry)s supprimée avec succès." -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Erreur entrée: %(entry)s; %(error)s" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "Entrée: %(entry)s remis en file pour la ROC" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "L'identifiant #: %d de version du document, n'existe plus." -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -376,11 +385,11 @@ msgstr[1] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -437,11 +446,9 @@ msgstr[1] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.mo index 40930c2bd8..a49a60b3e4 100644 Binary files a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po index bfced6da52..d2e180524e 100644 --- a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po @@ -1,57 +1,56 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -65,6 +64,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -80,7 +80,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -129,6 +129,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -159,92 +160,102 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -373,11 +384,11 @@ msgstr[1] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -434,11 +445,9 @@ msgstr[1] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.mo index 8c0d640fe2..fccdbd6d1e 100644 Binary files a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po index 22f77b6ee0..7f46988184 100644 --- a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po @@ -1,57 +1,56 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -65,6 +64,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -80,7 +80,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -129,6 +129,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -159,90 +160,100 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -371,11 +382,11 @@ msgstr[0] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -432,11 +443,9 @@ msgstr[0] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/it/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.mo index 8956e3d1cd..ea916a0a42 100644 Binary files a/mayan/apps/ocr/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po index aed0dd9ae9..f1ee817d8d 100644 --- a/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po @@ -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: # Translators: # Pierpaolo Baldan , 2011-2012 @@ -9,50 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -66,6 +65,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -81,7 +81,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -130,6 +130,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -160,92 +161,102 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -374,11 +385,11 @@ msgstr[1] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -435,11 +446,9 @@ msgstr[1] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo index a9b5673ebc..e8e7e9a42a 100644 Binary files a/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po index 1c7cd2bcb6..2de2de405c 100644 --- a/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po @@ -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: # Translators: # Lucas Weel , 2012 @@ -9,50 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -66,6 +65,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -81,7 +81,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -130,6 +130,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -160,94 +161,102 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Bestandspad naar 'poppler's' pdftotext programma voor het extraheren van PDF " +"File path to poppler's pdftotext program used to extract text from PDF " "files." +msgstr "Bestandspad naar 'poppler's' pdftotext programma voor het extraheren van PDF files." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -376,11 +385,11 @@ msgstr[1] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -437,11 +446,9 @@ msgstr[1] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.mo index 9f49ff1493..7b1b4e14d0 100644 Binary files a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po index 9bcd0cfcd6..91ddbafc8b 100644 --- a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po @@ -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: # Translators: # Annunnaky , 2015 @@ -9,51 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: apps.py:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "Dokument" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "Dodano" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "Wynik" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -67,6 +65,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -82,7 +81,7 @@ msgstr "" msgid "Delete" msgstr "Usunąć" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "Błędy OCR" @@ -131,6 +130,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -161,94 +161,104 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "Dokument : %(document)s dodany do kolejki OCR" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "Dokument : %(document)s dodany do kolejki OCR" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "Zaznacz przynajmniej jedno." -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Wpis: %(entry)s pomyślnie usunięty." -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Błąd wpisu : %(entry)s; %(error)s" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "Wpis: %(entry)s został ponownie zakolejkowany do OCR." -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "Wersja dokumentu id#: %d, nie istnieje." -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -377,11 +387,11 @@ msgstr[2] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -438,11 +448,9 @@ msgstr[2] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.mo index 4970dbaf32..e8716f0b2e 100644 Binary files a/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po index 789f91d681..f2e729483f 100644 --- a/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po @@ -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: # Translators: # Emerson Soares , 2011 @@ -11,50 +11,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -68,6 +67,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -83,7 +83,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -132,6 +132,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -162,94 +163,102 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Caminho para o programa pdftotext de poppler, usado para extrair texto de " -"ficheiros PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Caminho para o programa pdftotext de poppler, usado para extrair texto de ficheiros PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -378,11 +387,11 @@ msgstr[1] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -439,11 +448,9 @@ msgstr[1] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo index ba7f95634a..c8c53c3b92 100644 Binary files a/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po index cae3ad0737..f43ca21c18 100644 --- a/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po @@ -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: # Translators: # Renata Oliveira , 2011 @@ -10,50 +10,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "Enviar para a fila de OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "Documento" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "adicionado" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "resultado" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -67,6 +66,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -82,7 +82,7 @@ msgstr "" msgid "Delete" msgstr "Excluir" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "Erros de OCR" @@ -131,6 +131,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -161,94 +162,102 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Caminho para o programa poppler pdftotext usado para extrair texto de " -"arquivos PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Caminho para o programa poppler pdftotext usado para extrair texto de arquivos PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "Caminho completo para o servidor a ser usado para fazer OCR." -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "Documento: %(document)s foi adicionado à fila de OCR." - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "Documento: %(document)s foi adicionado à fila de OCR." + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Entrada: %(entry)s foi excluído com sucesso." -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Erro de entrada: %(entry)s; %(error)s" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -377,11 +386,11 @@ msgstr[1] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -438,11 +447,9 @@ msgstr[1] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.mo index 5b36342f60..de5b24e134 100644 Binary files a/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po index 07facffe5d..5f1edc69f3 100644 --- a/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po @@ -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: # Translators: # Badea Gabriel , 2013 @@ -9,51 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -67,6 +65,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -82,7 +81,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -131,6 +130,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -161,96 +161,104 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Calea de fișier pentru programul pdftotext folosit pentru a extrage textul " -"din fișiere PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Calea de fișier pentru programul pdftotext folosit pentru a extrage textul din fișiere PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -379,11 +387,11 @@ msgstr[2] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -440,11 +448,9 @@ msgstr[2] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.mo index 75c51a81d0..89e7e6b0e2 100644 Binary files a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po index e20ca37c70..4cefe977d2 100644 --- a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po @@ -1,59 +1,56 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "Распознавание текста" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -67,6 +64,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -82,7 +80,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -131,6 +129,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -161,67 +160,75 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Путь к файлу программы pdftotext Poppler, используемой для извлечения текста " -"из PDF файлов." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Путь к файлу программы pdftotext Poppler, используемой для извлечения текста из PDF файлов." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" @@ -229,17 +236,17 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" @@ -247,12 +254,12 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -381,11 +388,11 @@ msgstr[3] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -442,11 +449,9 @@ msgstr[3] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.mo index 23fe3f44a0..6c240e128b 100644 Binary files a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po index 37cca0ab75..c8ca7540e4 100644 --- a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po @@ -1,58 +1,56 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -66,6 +64,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -81,7 +80,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -130,6 +129,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -160,65 +160,75 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" @@ -226,17 +236,17 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" @@ -244,12 +254,12 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -378,11 +388,11 @@ msgstr[3] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -439,11 +449,9 @@ msgstr[3] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo index 1aeacec64d..f76966b299 100644 Binary files a/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po index 357429ea03..40ee4ffda1 100644 --- a/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po @@ -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: # Translators: # Trung Phan Minh , 2013 @@ -9,50 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -66,6 +65,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -81,7 +81,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -130,6 +130,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -160,90 +161,100 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -372,11 +383,11 @@ msgstr[0] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -433,11 +444,9 @@ msgstr[0] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.mo index 677118fbfb..d3fc8ba85e 100644 Binary files a/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.po index 8b329ccb82..4951ca20f3 100644 --- a/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.po @@ -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: # Translators: # Ford Guo , 2014 @@ -9,50 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:02+0000\n" +"POT-Creation-Date: 2015-09-24 01:09-0400\n" +"PO-Revision-Date: 2015-09-24 05:15+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:52 apps.py:139 permissions.py:7 settings.py:7 +#: apps.py:56 apps.py:143 permissions.py:7 settings.py:7 msgid "OCR" msgstr "扫描输入" -#: apps.py:71 +#: apps.py:75 msgid "Document" msgstr "" -#: apps.py:75 +#: apps.py:79 msgid "Added" msgstr "" -#: apps.py:79 models.py:36 +#: apps.py:83 models.py:36 msgid "Result" msgstr "" -#: apps.py:96 links.py:13 models.py:56 +#: apps.py:100 links.py:13 models.py:56 msgid "Content" msgstr "" -#: apps.py:145 apps.py:150 apps.py:155 +#: apps.py:149 apps.py:154 apps.py:159 msgid "pdftotext version" msgstr "" -#: apps.py:145 apps.py:163 +#: apps.py:149 apps.py:167 msgid "not found" msgstr "" -#: apps.py:151 apps.py:169 +#: apps.py:155 apps.py:173 msgid "error getting version" msgstr "" -#: apps.py:163 apps.py:168 apps.py:173 +#: apps.py:167 apps.py:172 apps.py:177 msgid "tesseract version" msgstr "" @@ -66,6 +65,7 @@ msgid "Contents" msgstr "" #: links.py:17 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -81,7 +81,7 @@ msgstr "" msgid "Delete" msgstr "" -#: links.py:40 views.py:137 +#: links.py:40 views.py:138 msgid "OCR errors" msgstr "" @@ -130,6 +130,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -160,90 +161,100 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "程序pdftotext文件路径,用以从PDF文件中提取文本。" #: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "用于执行OCR后台应用的全路径。" -#: views.py:31 -msgid "Submit the selected document for OCR?" +#: settings.py:27 +msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:49 -#, python-format -msgid "Document: %(document)s was added to the OCR queue." -msgstr "" - -#: views.py:62 +#: views.py:29 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" -#: views.py:71 +#: views.py:41 #, python-format msgid "%d documents added to the OCR queue." msgstr "" -#: views.py:78 -msgid "Submit the selected documents for OCR?" +#: views.py:49 +#, python-format +msgid "Submit \"%s\" to the OCR queue?" msgstr "" -#: views.py:103 +#: views.py:74 +#, python-format +msgid "Document: %(document)s was added to the OCR queue." +msgstr "" + +#: views.py:88 +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents to the OCR queue?" +msgstr "" + +#: views.py:104 #, python-format msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:130 +#: views.py:131 #, python-format +#| msgid "Queued documents: %d" msgid "Content of document: %s" msgstr "" -#: views.py:159 views.py:220 +#: views.py:160 views.py:221 msgid "Make at least one selection." msgstr "" -#: views.py:174 +#: views.py:175 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:181 +#: views.py:182 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:197 +#: views.py:198 msgid "Delete the selected entry?" msgid_plural "Delete the selected entries?" msgstr[0] "" -#: views.py:232 +#: views.py:233 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:237 +#: views.py:240 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:249 +#: views.py:254 msgid "Re-queue the selected entry?" msgid_plural "Re-queue the selected entries?" msgstr[0] "" +#~ msgid "Submit the selected document for OCR?" +#~ msgstr "Submit documents for OCR" + #~ msgid "Text from OCR" #~ msgstr "Text from OCR" -#~ msgid "Submit to OCR queue" -#~ msgstr "submit to OCR queue" - #~ msgid "" #~ "Runs a language filter to remove common OCR mistakes from document pages " #~ "content." @@ -372,11 +383,11 @@ msgstr[0] "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -433,11 +444,9 @@ msgstr[0] "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.mo index 20271ddf3f..ea72adda9a 100644 Binary files a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po index 0218c78357..6bf49aaf30 100644 --- a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.mo index dd2d872830..794b9e410d 100644 Binary files a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po index 1b5a0574bc..d35136c911 100644 --- a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.mo index c5f13ef6e0..2d7b8ed64a 100644 Binary files a/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po index 48ecb66068..e273bcbbb7 100644 --- a/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" diff --git a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.mo index 6054be5c7a..f33d22793d 100644 Binary files a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po index 781f82a8d6..30dc7b00db 100644 --- a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo index e0044bb655..bbe2252a01 100644 Binary files a/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po index 5d33127ddd..eb6d3023d3 100644 --- a/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.mo index be0becbfe3..bd61a01c96 100644 Binary files a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po index 762127a0e8..a7e497ef72 100644 --- a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2012-02-02 18:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.mo index f462396432..494687afd7 100644 Binary files a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po index c5b33080fc..7cded640fb 100644 --- a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.mo index 25ef330866..0ff117cf3a 100644 Binary files a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po index ae9eb447f2..b3acb72067 100644 --- a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.mo index 8b18c623bb..37be09136f 100644 Binary files a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po index 1e4b0c4974..d97319ab3e 100644 --- a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.mo index 450e5b4d78..74efbaaaf0 100644 Binary files a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po index 024e3ce414..ce3e80367a 100644 --- a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.mo index 3968784f39..cdf0d98b1e 100644 Binary files a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po index db1afb85e4..e2af8d0071 100644 --- a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.mo index fce0c0c770..3d597e0ee0 100644 Binary files a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po index a72bf6aa3c..2b69bcb965 100644 --- a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo index 8c836b2dc1..843bc1b8c8 100644 Binary files a/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po index 9d680bbca4..48c8d034b8 100644 --- a/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.mo index a2e630b7cf..620f74ffee 100644 Binary files a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po index 275a59c4c4..2e9cdeeac3 100644 --- a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.mo index e0d8535785..83a7956b68 100644 Binary files a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po index c6049f50cb..8b9d16d240 100644 --- a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo index 2467bb3185..8251791000 100644 Binary files a/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po index db235d02cc..d6b82f1bfb 100644 --- a/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.mo index 3545bd0756..9325a697e4 100644 Binary files a/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po index ea8dfe0798..c35bee0b2a 100644 --- a/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.mo index fecb36fe6f..1bc12be412 100644 Binary files a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po index a6ecded182..1f00a00f75 100644 --- a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.mo index 7e9feb3e54..825aeb827f 100644 Binary files a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po index 29f29ec286..650957dd5a 100644 --- a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo index 64657c6169..48ec3f2c4c 100644 Binary files a/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po index d39443d9bf..a8ac4e786b 100644 --- a/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" diff --git a/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.mo index 1358955106..77b5f0f224 100644 Binary files a/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.po index e163c05721..adb6049112 100644 --- a/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo index 6d7b5da7eb..3ee0705c42 100644 Binary files a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po index 0e6f56dc84..aa7c2bfbc2 100644 --- a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -19,7 +19,7 @@ msgstr "" "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:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo index 7fee194358..f8f1391de8 100644 Binary files a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po index 20d5b96d66..aefe962a87 100644 --- a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo index f0de1333d3..caef397a8c 100644 Binary files a/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po index 15c2f2b0b5..c366b71a9f 100644 --- a/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" @@ -19,7 +19,7 @@ msgstr "" "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:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo index 32a22fb589..7b6affa761 100644 Binary files a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po index 21d206c159..873b12278f 100644 --- a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo index 65c6ad9fff..32bea59e8e 100644 Binary files a/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po index a0a3de7771..3ec0139a4d 100644 --- a/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-02-07 00:10+0000\n" "Last-Translator: Mathias Behrle \n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "REST API" diff --git a/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo index f57cbeeead..865db710ac 100644 Binary files a/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po index 3b3fb82253..92cd3f3816 100644 --- a/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.mo index 6ae98127c7..d7251075d0 100644 Binary files a/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po index d3746fdedb..58293e0f0f 100644 --- a/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-24 05:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "API REST" diff --git a/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.mo index 597936abd2..c8d14288cc 100644 Binary files a/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po index 21dc1f687c..94d0f7d989 100644 --- a/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-06-20 05:51+0000\n" "Last-Translator: Mehdi Amani \n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "API را متوقف کنید" diff --git a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo index 4cb7d11bcb..5d9a231535 100644 Binary files a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po index 676eb4ce4b..0144216b54 100644 --- a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-02-04 19:08+0000\n" "Last-Translator: Christophe kryskool \n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "API REST" diff --git a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo index 7c3d099640..42752e0bef 100644 Binary files a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po index acabc899c5..1a33ef169d 100644 --- a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo index 5105ebe5c0..e88bf549be 100644 Binary files a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po index 1d3f1abf51..2155d42fd6 100644 --- a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo index e554bd234a..f42046ac4f 100644 Binary files a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po index 81f611e5ed..9de03496e7 100644 --- a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo index 7ff2f153a9..a8187c2077 100644 Binary files a/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po index 5f3d2adc4a..f342e986dc 100644 --- a/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo index 3ffce81e7b..89c3159c3d 100644 Binary files a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po index 5e66c1daf7..97539c5fcd 100644 --- a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-20 22:00+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "REST API" diff --git a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo index e343b817a6..5d5370e6fc 100644 Binary files a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po index 9c969f66af..bf8993e99d 100644 --- a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo index 09562b86fc..5119e161a0 100644 Binary files a/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po index 9f0f416395..1e35b15629 100644 --- a/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-05-13 17:29+0000\n" "Last-Translator: Rogerio Falcone \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "REST API" diff --git a/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo index e14902d7a2..778fb6d5c9 100644 Binary files a/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po index c6ebf371e9..c06c868f91 100644 --- a/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo index 1799822190..44450f7640 100644 Binary files a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po index 006c038bbe..c67ba21670 100644 --- a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" @@ -20,7 +20,7 @@ msgstr "" "%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:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo index 53ef8623f8..75a61f1467 100644 Binary files a/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po index 4ee78ae612..00c2038ba4 100644 --- a/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo index f9ef0ca6b5..66360ac27a 100644 Binary files a/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po index 049a7e966a..1d13c36c13 100644 --- a/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo index 3f3dfc9a91..acd069b49d 100644 Binary files a/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.po index 1c6231e18d..e5091eddcc 100644 --- a/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:14 links.py:8 +#: apps.py:15 links.py:8 msgid "REST API" msgstr "" diff --git a/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo index 0563fc12e4..2022f98894 100644 Binary files a/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po index 84235a89f0..6b1dc44be6 100644 --- a/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" +"ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo index e42e7df391..c96b192b2d 100644 Binary files a/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po index 0f20f18796..7efb8e5b34 100644 --- a/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po @@ -1,44 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/bg/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.mo index badefc7c26..cbe315af2a 100644 Binary files a/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.po index ddd8274a96..2cbc6586c0 100644 --- a/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"rosarior/mayan-edms/language/bs_BA/)\n" +"Language: bs_BA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.mo index 720029b467..1dd335e7d8 100644 Binary files a/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.po index 05829cb6ff..8871dd8940 100644 --- a/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.po @@ -1,44 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" +"da/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo index b0151f4723..2f0a3177ce 100644 Binary files a/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po index a241840f58..d8cfc2be2c 100644 --- a/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po @@ -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: # Translators: # Mathias Behrle , 2014 @@ -11,37 +11,38 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" +"edms/language/de_DE/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "Name" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "Wert" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.mo index 0378f298f4..ef65180f55 100644 Binary files a/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.po index 16a5f03b62..ef118231dd 100644 --- a/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -18,30 +18,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:24 permissions.py:7 +#: apps.py:18 permissions.py:7 #, fuzzy msgid "Smart settings" msgstr "settings" -#: apps.py:30 +#: apps.py:26 #, fuzzy msgid "Setting count" msgstr "settings" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 #, fuzzy msgid "Value" msgstr "value" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.mo index 8e4f7e9794..973c7fd568 100644 Binary files a/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.po index 95ff246ab1..d411baaf75 100644 --- a/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.po @@ -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: # Translators: # Lory977 , 2015 @@ -11,37 +11,38 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" +"language/es/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "Ajustes inteligentes" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "Conteo de ajustes" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "Nombre" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "Valor" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "Existe en ruta" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "n/a" diff --git a/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.mo index cb178e60eb..9dfac8433b 100644 Binary files a/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.po index 5834b0873d..4c927bfbb5 100644 --- a/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.po @@ -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: # Translators: # Mehdi Amani , 2014 @@ -10,37 +10,38 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" +"language/fa/)\n" +"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=1; plural=0;\n" -#: apps.py:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "نام" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "مقدار" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo index 4112b6c70b..62b5a5c7c0 100644 Binary files a/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.po index 9bc36fe9ae..6be6021fdc 100644 --- a/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.po @@ -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: # Translators: # Christophe kryskool , 2014 @@ -10,37 +10,38 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" +"fr/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "Nom" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "Valeur" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.mo index 5e21265557..20926d0ad6 100644 Binary files a/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po index 1bea7d717e..6a5bfd3058 100644 --- a/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po @@ -1,44 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/hu/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.mo index 1490611a88..a90d2e3be9 100644 Binary files a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po index 0c4e7dc3a1..851056f3c1 100644 --- a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po @@ -1,44 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" +"language/id/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.mo index 9d5135c40e..08e9f561a4 100644 Binary files a/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po index 119bb00b56..a53aa65098 100644 --- a/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po @@ -1,44 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" +"language/it/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo index 5ba2b3c8b7..ff4d784181 100644 Binary files a/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po index ef1f587d63..3a506b5b82 100644 --- a/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po @@ -1,44 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" +"edms/language/nl_NL/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo index 294880e4cd..33ac6688c0 100644 Binary files a/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.po index 98e46f1c7b..d676289e02 100644 --- a/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.po @@ -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: # Translators: # Annunnaky , 2015 @@ -11,37 +11,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" +"pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" -#: apps.py:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "Nazwa" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "Wartość" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo index c21771d008..0416991156 100644 Binary files a/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po index e4a2689e3b..ef423dc720 100644 --- a/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po @@ -1,44 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" +"language/pt/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo index 250b1606a3..0bb23cd6b4 100644 Binary files a/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po index fe2fff63c0..9f456465f7 100644 --- a/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po @@ -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: # Translators: # Emerson Soares , 2011 @@ -10,37 +10,38 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" +"edms/language/pt_BR/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "Nome" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "Valor" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.mo index 3e53c1f514..b1bb2d3923 100644 Binary files a/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.po index c82fde3a70..517d5b567e 100644 --- a/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" +"edms/language/ro_RO/)\n" +"Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" -#: apps.py:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo index 828df54b83..e449ce53ee 100644 Binary files a/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po index 463cc0de25..d174dd651f 100644 --- a/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po @@ -1,44 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.mo index 684dc82b09..afe0f67825 100644 Binary files a/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.po index 0de47bdf32..7b8bb0357f 100644 --- a/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" +"edms/language/sl_SI/)\n" +"Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" -#: apps.py:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo index 678867a495..10f1cdccae 100644 Binary files a/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po index e34ba24a4c..77f48f2e95 100644 --- a/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po @@ -1,44 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" +"mayan-edms/language/vi_VN/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.mo index adcd84d883..c66c75758f 100644 Binary files a/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.po index bcb18ae6b5..8bebdce7fb 100644 --- a/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.po @@ -1,44 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" +"language/zh_CN/)\n" +"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:24 permissions.py:7 +#: apps.py:18 permissions.py:7 msgid "Smart settings" msgstr "" -#: apps.py:30 +#: apps.py:26 msgid "Setting count" msgstr "" -#: apps.py:34 +#: apps.py:30 msgid "Name" msgstr "" -#: apps.py:38 +#: apps.py:34 msgid "Value" msgstr "" -#: apps.py:41 +#: apps.py:37 msgid "Found in path" msgstr "" -#: apps.py:44 +#: apps.py:40 msgid "n/a" msgstr "" diff --git a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.mo index 7adc633a14..046c8e7570 100644 Binary files a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po index 868d9f11b6..f2af67887c 100644 --- a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po @@ -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: # Translators: # Mohammed ALDOUB , 2013 @@ -9,23 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:42 links.py:30 models.py:133 views.py:523 msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -37,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -362,6 +365,7 @@ msgstr "عرض مصادر الوثائق الحالية" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -372,11 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -394,7 +399,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -418,6 +424,7 @@ msgstr "انشاء مصدر جديد من النوع: %s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -529,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.mo index 16153a78ea..58f478474b 100644 Binary files a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po index fc0ff239f5..f617069385 100644 --- a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po @@ -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: # Translators: # Iliya Georgiev , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:42 links.py:30 models.py:133 views.py:523 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -36,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -361,6 +365,7 @@ msgstr "Преглед на съществуващи източници на д #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -371,11 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -393,7 +399,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -417,6 +424,7 @@ msgstr "" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -528,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.mo index 0c18ec2e24..a43311af86 100644 Binary files a/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.po index 918d60cbbf..4a76187b6c 100644 --- a/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.po @@ -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: # Translators: # www.ping.ba , 2013 @@ -9,23 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\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:42 links.py:30 models.py:133 views.py:523 msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -37,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -362,6 +365,7 @@ msgstr "Pregledaj postojeće izvore dokumenata" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -372,11 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -394,7 +399,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -418,6 +424,7 @@ msgstr "Kreiraj novi tip izvora: %s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -529,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/da/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/da/LC_MESSAGES/django.mo index b4c34be9bd..d7bd2e5689 100644 Binary files a/mayan/apps/sources/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/da/LC_MESSAGES/django.po b/mayan/apps/sources/locale/da/LC_MESSAGES/django.po index 9dcd2a4357..807acd9cc5 100644 --- a/mayan/apps/sources/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/da/LC_MESSAGES/django.po @@ -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: # Translators: # Mads L. Nielsen , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:42 links.py:30 models.py:133 views.py:523 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -36,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -361,6 +365,7 @@ msgstr "Se eksisterende dokument kilder" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -371,11 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -393,7 +399,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -417,6 +424,7 @@ msgstr "Dan en ny kilde af typen: %s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -528,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.mo index b12b72d589..461e2fd4aa 100644 Binary files a/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.po index a180bb2ae2..3b0a924f73 100644 --- a/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.po @@ -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: # Translators: # Ingo, 2013 @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:42 links.py:30 models.py:133 views.py:523 @@ -29,27 +28,32 @@ msgid "Sources" msgstr "Quellen" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" -msgstr "" +msgstr "Quelle definieren" #: apps.py:52 msgid "" "Document sources are the way in which new documents are feed to Mayan EDMS, " "create at least a web form source to be able to upload documents from a " "browser." -msgstr "" +msgstr "Dokumentenquellen definieren verschiedene Möglichkeiten für die Einspeisung in Mayan EDMS. Minimal ein Webformular für das Hochladen mittels Browser ist erforderlich." #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "Bild" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" -msgstr "" +msgstr "Zeit" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" -msgstr "" +msgstr "Nachricht" #: forms.py:29 msgid "Comment" @@ -73,11 +77,11 @@ msgstr "Datei" #: handlers.py:13 msgid "Default" -msgstr "" +msgstr "Standard" #: links.py:22 msgid "New document" -msgstr "" +msgstr "Neues Dokument" #: links.py:25 msgid "Clone" @@ -85,11 +89,11 @@ msgstr "Duplizieren" #: links.py:34 msgid "Add new imap email" -msgstr "" +msgstr "Neue IMAP Quelle hinzufügen" #: links.py:39 msgid "Add new pop3 email" -msgstr "" +msgstr "Neue POP3 Quelle hinzufügen" #: links.py:44 msgid "Add new staging folder" @@ -121,7 +125,7 @@ msgstr "Neue Version hochladen" #: links.py:82 msgid "Logs" -msgstr "" +msgstr "Protokolle" #: literals.py:10 literals.py:15 msgid "Always" @@ -157,7 +161,7 @@ msgstr "IMAP" #: models.py:43 msgid "Label" -msgstr "" +msgstr "Bezeichner" #: models.py:44 views.py:516 msgid "Enabled" @@ -277,9 +281,7 @@ msgstr "SSL" msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" -"Typische Werte sind 110 für POP3, 995 für POP3 über SSL, 143 für IMAP, 993 " -"für IMAP über SSL" +msgstr "Typische Werte sind 110 für POP3, 995 für POP3 über SSL, 143 für IMAP, 993 für IMAP über SSL" #: models.py:326 msgid "Port" @@ -298,11 +300,11 @@ msgid "" "Name of the attachment that will contains the metadata type names and value " "pairs to be assigned to the rest of the downloaded attachments. Note: This " "attachment has to be the first attachment." -msgstr "" +msgstr "Name des Anhangs, der die Metadatentypen (Paare von Namen und Werten) für die folgenden Anhänge enthält (Bemerkung: dieser Anhang muss der erste Anhang sein)." #: models.py:336 msgid "Metadata attachment name" -msgstr "" +msgstr "Name Metadatenattachment" #: models.py:360 #, python-format @@ -339,11 +341,11 @@ msgstr "Beobachtungs-Ordner" #: models.py:519 msgid "Log entry" -msgstr "" +msgstr "Protokolleintrag" #: models.py:520 msgid "Log entries" -msgstr "" +msgstr "Logeinträge" #: permissions.py:7 msgid "Sources setup" @@ -367,25 +369,25 @@ msgstr "Existierende Dokumentenquellen anzeigen" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" -msgstr "" +msgstr "Fehler bei der Verarbeitung der Quelle %s" #: views.py:65 #, python-format msgid "Log entries for source: %s" -msgstr "" +msgstr "Logeinträge für Quelle %s" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." -msgstr "" -"Es wurden keine interaktiven Dokumentenquellen konfiguriert. Bitte erstellen " -"oder aktivieren Sie eine bevor Sie fortsetzen." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." +msgstr "Es wurden keine interaktiven Dokumentenquellen konfiguriert. Bitte erstellen oder aktivieren Sie eine bevor Sie fortsetzen." #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" -msgstr "" +msgstr "Dokumenteneigenschaften" #: views.py:179 msgid "Files in staging path" @@ -393,8 +395,7 @@ msgstr "Dateien im Staging Pfad" #: views.py:272 msgid "New document queued for uploaded and will be available shortly." -msgstr "" -"Neues Dokument in die Upload-Warteschlange eingereiht und demnächst verfügbar" +msgstr "Neues Dokument in die Upload-Warteschlange eingereiht und demnächst verfügbar" #: views.py:306 #, python-format @@ -402,10 +403,9 @@ msgid "Upload a local document from source: %s" msgstr "Ein Dokument aus Quelle %s hochladen" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." -msgstr "" -"Neue Dokumentenvrsion in die Upload-Warteschlange eingereiht und demnächst " -"verfügbar" +msgid "" +"New document version queued for uploaded and will be available shortly." +msgstr "Neue Dokumentenvrsion in die Upload-Warteschlange eingereiht und demnächst verfügbar" #: views.py:400 #, python-format @@ -428,8 +428,9 @@ msgstr "Quelle des Typs %s erstellen" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" -msgstr "" +msgstr "Quelle %s wirklich löschen?" #: views.py:501 #, python-format @@ -458,7 +459,7 @@ msgstr "Nächster Schritt" #: wizards.py:77 msgid "Document upload wizard" -msgstr "" +msgstr "Uploadassistent" #~ msgid "Transformations" #~ msgstr "transformations" @@ -539,11 +540,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/en/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/en/LC_MESSAGES/django.mo index 2eacfd4e45..1ba79cfa8b 100644 Binary files a/mayan/apps/sources/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/en/LC_MESSAGES/django.po b/mayan/apps/sources/locale/en/LC_MESSAGES/django.po index c8e802d6cf..3c80f029b7 100644 --- a/mayan/apps/sources/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: 2013-11-20 13:14+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -37,15 +37,19 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 #, fuzzy msgid "Thumbnail" msgstr "thumbnail" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" diff --git a/mayan/apps/sources/locale/es/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/es/LC_MESSAGES/django.mo index eca7e6fc6e..ce218409b8 100644 Binary files a/mayan/apps/sources/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/es/LC_MESSAGES/django.po b/mayan/apps/sources/locale/es/LC_MESSAGES/django.po index 136d65efea..aab55fd685 100644 --- a/mayan/apps/sources/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/es/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 +# jmcainzos , 2015 # Lory977 , 2015 +# Roberto Rosario, 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:42 links.py:30 models.py:133 views.py:523 @@ -26,27 +27,32 @@ msgid "Sources" msgstr "Fuentes" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" -msgstr "" +msgstr "Crear una nueva fuente de documentos" #: apps.py:52 msgid "" "Document sources are the way in which new documents are feed to Mayan EDMS, " "create at least a web form source to be able to upload documents from a " "browser." -msgstr "" +msgstr "Las fuentes de documentos son la manera en la que se almacenan nuevos documentos en Mayan EDMS. Crea por lo menos una fuente del tipo formulario web para poder cargar documentos desde un navegador." #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "Foto miniatura" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" -msgstr "" +msgstr "Fecha y hora" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" -msgstr "" +msgstr "Mensaje" #: forms.py:29 msgid "Comment" @@ -58,8 +64,7 @@ msgstr "Expandir archivos comprimidos" #: forms.py:45 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Subir los archivos de un archivo comprimido como documentos individuales" +msgstr "Subir los archivos de un archivo comprimido como documentos individuales" #: forms.py:64 msgid "Staging file" @@ -71,11 +76,11 @@ msgstr "Archivo" #: handlers.py:13 msgid "Default" -msgstr "" +msgstr "Por defecto" #: links.py:22 msgid "New document" -msgstr "" +msgstr "Nuevo documento" #: links.py:25 msgid "Clone" @@ -83,11 +88,11 @@ msgstr "Clon" #: links.py:34 msgid "Add new imap email" -msgstr "" +msgstr "Añadir nuevo correo electrónico IMAP" #: links.py:39 msgid "Add new pop3 email" -msgstr "" +msgstr "Añadir nuevo correo electrónico POP3" #: links.py:44 msgid "Add new staging folder" @@ -119,7 +124,7 @@ msgstr "Subir versión nueva" #: links.py:82 msgid "Logs" -msgstr "" +msgstr "Bitácoras" #: literals.py:10 literals.py:15 msgid "Always" @@ -155,7 +160,7 @@ msgstr "Correo electrónico IMAP" #: models.py:43 msgid "Label" -msgstr "" +msgstr "Etiqueta" #: models.py:44 views.py:516 msgid "Enabled" @@ -199,11 +204,11 @@ msgstr "Alto de muestra" #: models.py:163 models.py:231 msgid "Whether to expand or not compressed archives." -msgstr "La posibilidad de ampliar o no archivos comprimidos." +msgstr "Expandir o no archivos comprimidos." #: models.py:164 models.py:232 models.py:268 msgid "Uncompress" -msgstr "Decomprimir" +msgstr "Descomprimir" #: models.py:169 msgid "Delete the file after is has been successfully uploaded." @@ -237,7 +242,7 @@ msgstr "Fuera de proceso" #: models.py:255 msgid "Interval in seconds between checks for new documents." -msgstr "Intérvalo en segudos entre cotejos para documentos nuevos" +msgstr "Intérvalo en segundos para detectar documentos nuevos" #: models.py:256 msgid "Interval" @@ -245,8 +250,7 @@ msgstr "Intérvalo" #: models.py:261 msgid "Assign a document type to documents uploaded from this source." -msgstr "" -"Asignar un tipo de documento a los documentos subidos desde esta fuente" +msgstr "Asignar un tipo de documento a los documentos subidos desde esta fuente" #: models.py:263 msgid "Document type" @@ -258,11 +262,11 @@ msgstr "Expandir o no archivos comprimidos." #: models.py:317 msgid "Interval source" -msgstr "Fuente de intérvalo" +msgstr "Intervalo de fuente." #: models.py:318 msgid "Interval sources" -msgstr "Fuentes de intérvalos" +msgstr "Intervalo de fuentes" #: models.py:322 msgid "Host" @@ -276,9 +280,7 @@ msgstr "SSL" msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" -"Las opciones típicas son 110 para POP3, 995 para POP3 sobre SSL, 143 para " -"IMAP, 993 para IMAP sobre SSL." +msgstr "Las opciones típicas son 110 para POP3, 995 para POP3 sobre SSL, 143 para IMAP, 993 para IMAP sobre SSL." #: models.py:326 msgid "Port" @@ -326,8 +328,7 @@ msgstr "Correo electrónico POP" #: models.py:438 msgid "Mail from which to check for messages with attached documents." -msgstr "" -"Correo del cual se va a comprobar si hay mensajes con documentos adjuntos." +msgstr "Correo del cual se va a comprobar si hay mensajes con documentos adjuntos." #: models.py:439 msgid "Mailbox" @@ -339,11 +340,11 @@ msgstr "Carpetas observadas" #: models.py:519 msgid "Log entry" -msgstr "" +msgstr "Entrada de bitácora" #: models.py:520 msgid "Log entries" -msgstr "" +msgstr "Entradas de bitácora" #: permissions.py:7 msgid "Sources setup" @@ -367,25 +368,25 @@ msgstr "Ver fuentes de documento existentes" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" -msgstr "" +msgstr "Error procesando fuente: %s" #: views.py:65 #, python-format msgid "Log entries for source: %s" -msgstr "" +msgstr "Entradas de bitácora para fuente: %s" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." -msgstr "" -"No se han definido fuentes de documentos interactivos o no hay ninguna " -"habilitada, cree una antes de continuar." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." +msgstr "No se han definido fuentes de documentos interactivos o no hay ninguna habilitada, cree una antes de continuar." #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" -msgstr "" +msgstr "Propiedades de documento" #: views.py:179 msgid "Files in staging path" @@ -401,10 +402,9 @@ msgid "Upload a local document from source: %s" msgstr "Subir documento local desde la fuente: %s" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." -msgstr "" -"Nueva versión del documento en cola para ser cargado, estará disponible en " -"breve." +msgid "" +"New document version queued for uploaded and will be available shortly." +msgstr "Nueva versión del documento en cola para ser cargado, estará disponible en breve." #: views.py:400 #, python-format @@ -427,8 +427,9 @@ msgstr "Crear nuevo tipo de fuente: %s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" -msgstr "" +msgstr "¿Eliminar la fuente: %s?" #: views.py:501 #, python-format @@ -538,11 +539,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.mo index ba48f83861..2f5217ed0c 100644 Binary files a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po index b087d5acf8..dda4fb9434 100644 --- a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po @@ -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: # Translators: # Mohammad Dashtizadeh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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=1; plural=0;\n" #: apps.py:42 links.py:30 models.py:133 views.py:523 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "سورس" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -36,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "اندازه کوچک" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -133,9 +137,7 @@ msgstr "پرسیدن از کاربر" #: literals.py:27 models.py:240 msgid "Web form" -msgstr "" -"وب فرم " -"ا " +msgstr "وب فرم ا " #: literals.py:28 models.py:220 msgid "Staging folder" @@ -275,9 +277,7 @@ msgstr "SSL" msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" -"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " -"for IMAP over SSL." +msgstr "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 for IMAP over SSL." #: models.py:326 msgid "Port" @@ -365,6 +365,7 @@ msgstr "دیدن سورس اسناد موجود" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -375,13 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." -msgstr "" -"هیچ منبع محاوره ای سند تعریف و یا فعال نشده، قبل از ادامه دادن یک منبع " -"بسازید." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." +msgstr "هیچ منبع محاوره ای سند تعریف و یا فعال نشده، قبل از ادامه دادن یک منبع بسازید." #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -399,7 +399,8 @@ msgid "Upload a local document from source: %s" msgstr "آپلود کردن فایل محلی از اصل:%s" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "نسخه سند جدید که جهت آپلود وارد صف شد بزودی قابل دسترس خواهد بود." #: views.py:400 @@ -423,6 +424,7 @@ msgstr "ایجاد سورس جدید از نوع %s." #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -534,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.mo index fdbac3352d..8dde049ac2 100644 Binary files a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po index aa286330d4..1815bd12bf 100644 --- a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po @@ -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: # Translators: # Pierre Lhoste , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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:42 links.py:30 models.py:133 views.py:523 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "Sources" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -36,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "Vignette" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -57,9 +61,7 @@ msgstr "Décompresser les fichiers" #: forms.py:45 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Importer le contenu d'un ensemble de fichiers compressés comme fichiers " -"individuels" +msgstr "Importer le contenu d'un ensemble de fichiers compressés comme fichiers individuels" #: forms.py:64 msgid "Staging file" @@ -245,8 +247,7 @@ msgstr "Intervalle" #: models.py:261 msgid "Assign a document type to documents uploaded from this source." -msgstr "" -"Assigner un type de document aux documents importés à partir de cette source." +msgstr "Assigner un type de document aux documents importés à partir de cette source." #: models.py:263 msgid "Document type" @@ -276,9 +277,7 @@ msgstr "SSL" msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" -"Les choix typiques sont 110 pour le POP3, 995 pour le POP3 over SSL, 143 " -"pour l'IMAP, 993 pour l'IMAP over SSL." +msgstr "Les choix typiques sont 110 pour le POP3, 995 pour le POP3 over SSL, 143 pour l'IMAP, 993 pour l'IMAP over SSL." #: models.py:326 msgid "Port" @@ -326,8 +325,7 @@ msgstr "Compte POP" #: models.py:438 msgid "Mail from which to check for messages with attached documents." -msgstr "" -"Compte de courriel dont il faut surveiller les messages avec pièces jointes." +msgstr "Compte de courriel dont il faut surveiller les messages avec pièces jointes." #: models.py:439 msgid "Mailbox" @@ -367,6 +365,7 @@ msgstr "Afficher les sources du document en cours" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -377,13 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." -msgstr "" -"Aucune source de document interactifs n'a été définie ou/ni activée, créer " -"en une avant de continuer." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." +msgstr "Aucune source de document interactifs n'a été définie ou/ni activée, créer en une avant de continuer." #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -393,9 +391,7 @@ msgstr "Fichiers dans l'index, en cours de modification" #: views.py:272 msgid "New document queued for uploaded and will be available shortly." -msgstr "" -"Nouveau document ajouter dans la file d'attente pour transfert et disponible " -"dans les plus bref délai." +msgstr "Nouveau document ajouter dans la file d'attente pour transfert et disponible dans les plus bref délai." #: views.py:306 #, python-format @@ -403,10 +399,9 @@ msgid "Upload a local document from source: %s" msgstr "importer un document local à partir de la source: %s" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." -msgstr "" -"Une nouvelle version du document mis en fille d'attente pour importation qui " -"sera disponible dans les plus brefs délai." +msgid "" +"New document version queued for uploaded and will be available shortly." +msgstr "Une nouvelle version du document mis en fille d'attente pour importation qui sera disponible dans les plus brefs délai." #: views.py:400 #, python-format @@ -429,6 +424,7 @@ msgstr "Créer une nouvelle source de type:%s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -540,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.mo index 5ac3248c90..6db3a7cab1 100644 Binary files a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po index ba6e52b1df..b4e3b7a0e5 100644 --- a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po @@ -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: # Translators: # Dezső József , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:42 links.py:30 models.py:133 views.py:523 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -36,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -361,6 +365,7 @@ msgstr "Létező dokumentum források megtekintése" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -371,11 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -393,7 +399,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -417,6 +424,7 @@ msgstr "" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -528,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/id/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/id/LC_MESSAGES/django.mo index e9e922ad50..a12a59ed05 100644 Binary files a/mayan/apps/sources/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/id/LC_MESSAGES/django.po b/mayan/apps/sources/locale/id/LC_MESSAGES/django.po index 7ecea9f0df..4558f725bc 100644 --- a/mayan/apps/sources/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/id/LC_MESSAGES/django.po @@ -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: # Translators: # Sehat , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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:42 links.py:30 models.py:133 views.py:523 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -36,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -57,9 +61,7 @@ msgstr "Kembangkan berkas-berkas terkompresi" #: forms.py:45 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Unggah berkas terkompresi yang mengandung berkas-berkas sebagai dokumen-" -"dokumen individual" +msgstr "Unggah berkas terkompresi yang mengandung berkas-berkas sebagai dokumen-dokumen individual" #: forms.py:64 msgid "Staging file" @@ -363,6 +365,7 @@ msgstr "Lihat sumber-sumber dokumen yang telah ada" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -373,11 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -395,7 +399,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -419,6 +424,7 @@ msgstr "Membuat sumber baru dengan jenis: %s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -530,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/it/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/it/LC_MESSAGES/django.mo index 268579c702..00b7d1b901 100644 Binary files a/mayan/apps/sources/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/it/LC_MESSAGES/django.po b/mayan/apps/sources/locale/it/LC_MESSAGES/django.po index 39eb3492d2..77ce5f5392 100644 --- a/mayan/apps/sources/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/it/LC_MESSAGES/django.po @@ -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: # Translators: # Giovanni Tricarico , 2014 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\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:42 links.py:30 models.py:133 views.py:523 @@ -26,6 +25,7 @@ msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -37,14 +37,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -182,8 +186,7 @@ msgstr "" #: models.py:153 msgid "Width value to be passed to the converter backend." -msgstr "" -"valore della larghezza da passare per le operazioni di conversione in backend" +msgstr "valore della larghezza da passare per le operazioni di conversione in backend" #: models.py:154 msgid "Preview width" @@ -191,8 +194,7 @@ msgstr "" #: models.py:158 msgid "Height value to be passed to the converter backend." -msgstr "" -"valore dell'altezza da passare per le operazioni di conversione in backend" +msgstr "valore dell'altezza da passare per le operazioni di conversione in backend" #: models.py:159 msgid "Preview height" @@ -364,6 +366,7 @@ msgstr "Visualizza sorgenti documento esistente" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -374,11 +377,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -396,7 +400,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -420,6 +425,7 @@ msgstr "Crea nuovo tipo di sorgente:%s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -531,11 +537,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo index 2f79ee6bf0..b613894b90 100644 Binary files a/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.po index e5f762c917..b26a46d3a6 100644 --- a/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.po @@ -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: # Translators: # Lucas Weel , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\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:42 links.py:30 models.py:133 views.py:523 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -36,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -57,8 +61,7 @@ msgstr "Uitpakken gecomprimeerde bestanden" #: forms.py:45 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Upload een gecomprimeerd archief van bestanden als individuele documenten" +msgstr "Upload een gecomprimeerd archief van bestanden als individuele documenten" #: forms.py:64 msgid "Staging file" @@ -215,9 +218,7 @@ msgstr "" #: models.py:195 #, python-format msgid "Unable get list of staging files: %s" -msgstr "" -"Het is niet mogelijk om een lijst met tijdelijke bestanden aan te maken. " -"Foutmelding: %s" +msgstr "Het is niet mogelijk om een lijst met tijdelijke bestanden aan te maken. Foutmelding: %s" #: models.py:216 #, python-format @@ -364,6 +365,7 @@ msgstr "Bekijk bestaande documentbronnen" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -374,11 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -396,7 +399,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -420,6 +424,7 @@ msgstr "Aanmaken van nieuw documentbron van type: %s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -531,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.mo index 95d9d7a9ff..5132d02374 100644 Binary files a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po index 57cfef7e94..ba7f782e08 100644 --- a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po @@ -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: # Translators: # mic , 2012-2013 @@ -9,23 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:42 links.py:30 models.py:133 views.py:523 msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -37,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -362,6 +365,7 @@ msgstr "" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -372,11 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -394,7 +399,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -418,6 +424,7 @@ msgstr "Utwórz nowe typ źródło:%s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -529,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.mo index 251eae308b..ac0047243c 100644 Binary files a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po index da2bda67f7..db5fbf83f1 100644 --- a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po @@ -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: # Translators: # Emerson Soares , 2011 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:42 links.py:30 models.py:133 views.py:523 @@ -26,6 +25,7 @@ msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -37,14 +37,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -58,9 +62,7 @@ msgstr "Expandir ficheiros compactados" #: forms.py:45 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Enviar os ficheiros contidos num ficheiro comprimido como documentos " -"individuais" +msgstr "Enviar os ficheiros contidos num ficheiro comprimido como documentos individuais" #: forms.py:64 msgid "Staging file" @@ -364,6 +366,7 @@ msgstr "Ver fontes de documentos existentes" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -374,11 +377,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -396,7 +400,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -420,6 +425,7 @@ msgstr "Criar nova fonte do tipo: %s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -531,11 +537,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo index a425fa2dfc..490d3a8e44 100644 Binary files a/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.po index e2f369203d..a4d5832f70 100644 --- a/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.po @@ -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: # Translators: # Emerson Soares , 2011 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:42 links.py:30 models.py:133 views.py:523 @@ -26,6 +25,7 @@ msgid "Sources" msgstr "Fontes" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -37,14 +37,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "miniatura" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -58,8 +62,7 @@ msgstr "Expandir arquivos compactados" #: forms.py:45 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Upload de um arquivo compactado contendo arquivos como documentos individuais" +msgstr "Upload de um arquivo compactado contendo arquivos como documentos individuais" #: forms.py:64 msgid "Staging file" @@ -245,8 +248,7 @@ msgstr "intervalo" #: models.py:261 msgid "Assign a document type to documents uploaded from this source." -msgstr "" -"Atribuir um tipo de documento para documentos enviados a partir desta fonte." +msgstr "Atribuir um tipo de documento para documentos enviados a partir desta fonte." #: models.py:263 msgid "Document type" @@ -276,9 +278,7 @@ msgstr "SSL" msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" -"Escolhas típicas : 110 para POP3, 995 para POP3 sobre SSL, 143 para IMAP, " -"993 para IMAP sobre SSL." +msgstr "Escolhas típicas : 110 para POP3, 995 para POP3 sobre SSL, 143 para IMAP, 993 para IMAP sobre SSL." #: models.py:326 msgid "Port" @@ -366,6 +366,7 @@ msgstr "Ver fontes de documentos existentes" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -376,13 +377,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." -msgstr "" -"Nenhuma fonte interativa de documentos fora definida ou nenhum foi ativada. " -"Criar uma antes de prosseguir." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." +msgstr "Nenhuma fonte interativa de documentos fora definida ou nenhum foi ativada. Criar uma antes de prosseguir." #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -400,10 +400,9 @@ msgid "Upload a local document from source: %s" msgstr "Carregar um documento no local de origem:%s " #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." -msgstr "" -"Nova versão do documento na fila para carregados e estará disponível em " -"breve." +msgid "" +"New document version queued for uploaded and will be available shortly." +msgstr "Nova versão do documento na fila para carregados e estará disponível em breve." #: views.py:400 #, python-format @@ -426,6 +425,7 @@ msgstr "Criar nova fonte do tipo: %s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -537,11 +537,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.mo index f4b08f4aee..ca2bd9072c 100644 Binary files a/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.po index 176eb2234b..c74206964a 100644 --- a/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.po @@ -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: # Translators: # Abalaru Paul , 2013 @@ -10,23 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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:42 links.py:30 models.py:133 views.py:523 msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -38,14 +37,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -59,9 +62,7 @@ msgstr "Dezarhivare fișiere comprimate" #: forms.py:45 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Încărcați fișiere de fișier comprimat care sunt incluse ca documente " -"individuale" +msgstr "Încărcați fișiere de fișier comprimat care sunt incluse ca documente individuale" #: forms.py:64 msgid "Staging file" @@ -365,6 +366,7 @@ msgstr "Vezi sursele existente de documente" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -375,11 +377,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -397,7 +400,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -421,6 +425,7 @@ msgstr "Creați o nouă sursă de tipul:% s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -532,11 +537,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.mo index 9209b068e2..9ec83bb6c6 100644 Binary files a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po index 5848d6f9f0..39ccb9c016 100644 --- a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\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:42 links.py:30 models.py:133 views.py:523 msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -37,14 +35,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -362,6 +364,7 @@ msgstr "Просмотр существующих источников доку #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -372,11 +375,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -394,7 +398,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -418,6 +423,7 @@ msgstr "Создать новый источник типа: %s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -529,11 +535,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.mo index 1d77961919..c80f5cd197 100644 Binary files a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po index ca8028184b..8d2e056bfc 100644 --- a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po @@ -1,30 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-01-11 22:11+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\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:42 links.py:30 models.py:133 views.py:523 msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -36,14 +35,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -361,6 +364,7 @@ msgstr "" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -371,11 +375,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -393,7 +398,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -417,6 +423,7 @@ msgstr "" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -449,6 +456,98 @@ msgstr "" msgid "Document upload wizard" msgstr "" +#~ msgid "Transformations" +#~ msgstr "transformations" + +#~ msgid "Add transformation" +#~ msgstr "add transformation" + +#~ msgid "Title" +#~ msgstr "title" + +#~ msgid "Enter a valid value." +#~ msgstr "Enter a valid value." + +#~ msgid "Order" +#~ msgstr "order" + +#~ msgid "Transformation" +#~ msgstr "transformation" + +#~ msgid "Arguments" +#~ msgstr "arguments" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Use dictionaries to indentify arguments, example: %s" + +#~ msgid "Document source transformation" +#~ msgstr "document source transformation" + +#~ msgid "Document source transformations" +#~ msgstr "document source transformations" + +#~ msgid "Current document type" +#~ msgstr "Current document type" + +#~ msgid "None" +#~ msgstr "None" + +#~ msgid "Current metadata" +#~ msgstr "Current metadata" + +#~ msgid "No" +#~ msgstr "None" + +#~ msgid "Source edited successfully" +#~ msgstr "Source edited successfully" + +#~ msgid "Error editing source; %s" +#~ msgstr "Error editing source; %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Source \"%s\" deleted successfully." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Error deleting source \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Are you sure you wish to delete the source: %s?" + +#~ msgid "Source created successfully" +#~ msgstr "Source created successfully" + +#~ msgid "Transformations for: %s" +#~ msgstr "transformations for: %s" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Source transformation edited successfully" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Error editing source transformation; %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Edit transformation: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Source transformation deleted successfully." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Error deleting source transformation; %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" +#~ msgstr "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Source transformation created successfully" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Error creating source transformation; %s" + +#~ msgid "Create new transformation for source: %s" +#~ msgstr "Create new transformation for source: %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo index 2b501d9004..b378c14de7 100644 Binary files a/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.po index 4c498454b1..1df7f733d1 100644 --- a/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.po @@ -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: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:42 links.py:30 models.py:133 views.py:523 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -36,14 +36,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -361,6 +365,7 @@ msgstr "Xem các nguồn tài liệu đang tồn tại" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -371,11 +376,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -393,7 +399,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -417,6 +424,7 @@ msgstr "" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -528,11 +536,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.mo index 8823c32ecd..bd4e809135 100644 Binary files a/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.po index fa346cc672..dcfabdb653 100644 --- a/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.po @@ -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: # Translators: # Ford Guo , 2014 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:51+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:42 links.py:30 models.py:133 views.py:523 @@ -26,6 +25,7 @@ msgid "Sources" msgstr "" #: apps.py:50 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -37,14 +37,18 @@ msgid "" msgstr "" #: apps.py:62 +msgid "Created" +msgstr "" + +#: apps.py:68 msgid "Thumbnail" msgstr "" -#: apps.py:72 models.py:510 +#: apps.py:78 models.py:510 msgid "Date time" msgstr "" -#: apps.py:77 models.py:513 +#: apps.py:83 models.py:513 msgid "Message" msgstr "" @@ -362,6 +366,7 @@ msgstr "查看存在数据源" #: tasks.py:29 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -372,11 +377,12 @@ msgstr "" #: views.py:145 wizards.py:37 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:171 views.py:189 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -394,7 +400,8 @@ msgid "Upload a local document from source: %s" msgstr "" #: views.py:362 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:400 @@ -418,6 +425,7 @@ msgstr "新建数据源类型:%s" #: views.py:482 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -529,11 +537,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.mo index e0b239e58f..5d1bc0af1c 100644 Binary files a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po index 5494503909..bbf747cf6b 100644 --- a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po @@ -1,60 +1,95 @@ # 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 , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "إحصائيات" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.mo index 4d11b0cb7d..98a8c42be6 100644 Binary files a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po index 345c98d4ad..32cf90d11e 100644 --- a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po @@ -1,59 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Iliya Georgiev , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Статистика" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.mo index 096f4469ed..fc15987137 100644 Binary files a/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po index 0091b8209e..ee872b44b3 100644 --- a/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po @@ -1,60 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # www.ping.ba , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Statistika" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.mo index bc52626d57..6332afad5e 100644 Binary files a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po index b3154e5877..11b2aa84ba 100644 --- a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po @@ -1,59 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Mads L. Nielsen , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Statistik" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.mo index 04d1ac84fb..2b3eb8b97d 100644 Binary files a/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.po index e908ed583a..ea4f3e1a0c 100644 --- a/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.po @@ -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 , 2015 # Mathias Behrle , 2014 @@ -10,52 +10,88 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 22:17+0000\n" -"Last-Translator: Berny \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" +"Last-Translator: Roberto Rosario\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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Statistiken" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" -msgstr "Ausführen" +msgid "Queue" +msgstr "" #: links.py:15 +msgid "View" +msgstr "" + +#: links.py:19 msgid "Namespace details" msgstr "Namensraumdetails" -#: links.py:19 +#: links.py:23 msgid "Namespace list" msgstr "Namensraumliste" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "Statsitiken anzeigen." -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "Statistiken Namensräume" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "Namensraumdetails für %s" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "Ergebnis für %s" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "Statistik \"%s\" nicht gefunden." + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/en/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/en/LC_MESSAGES/django.mo index f57cbeeead..865db710ac 100644 Binary files a/mayan/apps/statistics/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/en/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/en/LC_MESSAGES/django.po index 9b0f27af61..bebc05009b 100644 --- a/mayan/apps/statistics/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,41 +17,78 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/es/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/es/LC_MESSAGES/django.mo index 9ee0e3718b..06d66274fa 100644 Binary files a/mayan/apps/statistics/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po index 2af7dba845..387188b846 100644 --- a/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po @@ -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: # Lory977 , 2015 # Roberto Rosario, 2014 @@ -9,52 +9,88 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Estadísticas" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" -msgstr "Ejecutar" +msgid "Queue" +msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "Lista de espacios nombrados" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "Estadísticas de espacios nombrados" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "Detalles para espacios nombrados: %s" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "Resultados para: %s" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.mo index 404ea56a5b..5dbb3a71e0 100644 Binary files a/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.po index a464ed1e39..875e29fc39 100644 --- a/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.po @@ -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 , 2014 # Mohammad Dashtizadeh , 2013 @@ -9,52 +9,88 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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=1; plural=0;\n" -#: apps.py:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "آمار" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" -msgstr "اجرا" +msgid "Queue" +msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "فضای نام لیست" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "فضای نامی آمار" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "جزئیات فضای نام برای : %s" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "نتایج : %s" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.mo index 6abd290803..17520b7f21 100644 Binary files a/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po index 2c3d14c43a..46b400d360 100644 --- a/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po @@ -1,59 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Statistiques" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" -msgstr "Exécuter" +msgid "Queue" +msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "Liste de l'espace de nom" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "Statistiques des espaces de nommage" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "Détails de l'espace de nommage pour: %s" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "Résultats pour: %s" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.mo index 8cf6b31681..f64c1ff800 100644 Binary files a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po index da75fdbf7c..fc63965036 100644 --- a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po @@ -1,59 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Dezső József , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Statisztika" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.mo index 659431693f..eb097735be 100644 Binary files a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po index d222be1f53..b8e996fefb 100644 --- a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po @@ -1,59 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sehat , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Statistik-statistik" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.mo index 19638c8d62..6d950115d3 100644 Binary files a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po index 0c81249147..471190107e 100644 --- a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po @@ -1,58 +1,94 @@ # 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: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2014-10-25 07:18+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.mo index 68109441c2..b1ac113eec 100644 Binary files a/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po index f9971d2aad..3ea0d6dbf8 100644 --- a/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po @@ -1,59 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Lucas Weel , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Statistiek" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.mo index 3207ecc29b..2335be0636 100644 Binary files a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po index a547c8667d..60c7ab3070 100644 --- a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po @@ -1,59 +1,94 @@ # 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: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2014-10-25 07:18+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: apps.py:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.mo index 4e9ce26878..3df9392690 100644 Binary files a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po index b09659b103..340d59b5c4 100644 --- a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po @@ -1,58 +1,94 @@ # 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: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2014-10-25 07:18+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.mo index 4c91cb40d3..04433ea8d0 100644 Binary files a/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po index 8f8379dab8..81b6ba72b2 100644 --- a/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po @@ -1,59 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Estatísticas" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" -msgstr "Executar" +msgid "Queue" +msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "Lista de Namespace" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "Estatística do namespaces" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "Detalhes do namespace para: %s" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "Resultados para: %s" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.mo index 3edff9d373..aa205e5a92 100644 Binary files a/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po index f2276f233f..56912a6b1c 100644 --- a/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po @@ -1,60 +1,95 @@ # 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 , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Statistică" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.mo index c932ba218e..753fc1fdef 100644 Binary files a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po index 17f8ddaa58..b4550d7e21 100644 --- a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po @@ -1,61 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Статистика" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.mo index 785f381cec..c80f5cd197 100644 Binary files a/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po index b704606a1f..9e7a91f387 100644 --- a/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po @@ -1,59 +1,94 @@ # 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: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2014-10-25 07:18+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.mo index fb6e56043c..99d5b57d57 100644 Binary files a/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po index 1a88d59f4a..8e6e6ae705 100644 --- a/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po @@ -1,59 +1,95 @@ # 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 , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "Thống kê" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.mo index 3b3202875d..db0ce5ca5f 100644 Binary files a/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po index e0e28e0836..814f46bfda 100644 --- a/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po @@ -1,59 +1,95 @@ # 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 , 2014 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" -"PO-Revision-Date: 2015-08-20 21:57+0000\n" +"POT-Creation-Date: 2015-09-24 01:10-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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:16 links.py:24 permissions.py:7 +#: apps.py:23 links.py:28 permissions.py:7 msgid "Statistics" msgstr "统计" +#: apps.py:40 +msgid "Schedule" +msgstr "" + #: links.py:11 -msgid "Execute" +msgid "Queue" msgstr "" #: links.py:15 -msgid "Namespace details" +msgid "View" msgstr "" #: links.py:19 +msgid "Namespace details" +msgstr "" + +#: links.py:23 msgid "Namespace list" msgstr "" +#: models.py:12 +msgid "Slug" +msgstr "" + +#: models.py:14 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Data" +msgstr "" + +#: models.py:29 +msgid "Statistics result" +msgstr "" + +#: models.py:30 +msgid "Statistics results" +msgstr "" + #: permissions.py:10 msgid "View statistics" msgstr "" -#: views.py:15 +#: templates/statistics/backends/chartjs/line.html:19 +msgid "No data available yet" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" -#: views.py:32 +#: views.py:35 #, python-format msgid "Namespace details for: %s" msgstr "" -#: views.py:52 +#: views.py:55 #, python-format msgid "Results for: %s" msgstr "" -#: views.py:62 +#: views.py:62 views.py:82 #, python-format msgid "Statistic \"%s\" not found." msgstr "" + +#: views.py:75 +#, python-format +msgid "Queue statistic \"%s\" to be updated?" +msgstr "" diff --git a/mayan/apps/storage/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/ar/LC_MESSAGES/django.mo index 6440aa7784..1af5fd6845 100644 Binary files a/mayan/apps/storage/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po b/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po index a31adc0228..425586901e 100644 --- a/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/storage/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/bg/LC_MESSAGES/django.mo index 12d00a2b08..b89669c8e2 100644 Binary files a/mayan/apps/storage/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po b/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po index 67872d9e94..7b54dbb113 100644 --- a/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.mo index 4d42afbcd1..b13c677441 100644 Binary files a/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.po index 76e4aaf517..2549daa0b3 100644 --- a/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" diff --git a/mayan/apps/storage/locale/da/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/da/LC_MESSAGES/django.mo index ab3c5ec0e0..3866c1ac70 100644 Binary files a/mayan/apps/storage/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/da/LC_MESSAGES/django.po b/mayan/apps/storage/locale/da/LC_MESSAGES/django.po index 00849e99a9..2acad87ed3 100644 --- a/mayan/apps/storage/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/da/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.mo index 327b3cc31d..4df211d97d 100644 Binary files a/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.po index c063e6f548..2a866fe77e 100644 --- a/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 21:29+0000\n" "Last-Translator: Berny \n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/storage/locale/en/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/en/LC_MESSAGES/django.mo index f57cbeeead..3263c0b991 100644 Binary files a/mayan/apps/storage/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/en/LC_MESSAGES/django.po b/mayan/apps/storage/locale/en/LC_MESSAGES/django.po index bbe949a566..17f27122d4 100644 --- a/mayan/apps/storage/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/mayan/apps/storage/locale/es/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/es/LC_MESSAGES/django.mo index 5b779a002d..2ada0d806c 100644 Binary files a/mayan/apps/storage/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/es/LC_MESSAGES/django.po b/mayan/apps/storage/locale/es/LC_MESSAGES/django.po index 5135403f8a..80750a9c9c 100644 --- a/mayan/apps/storage/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 22:17+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/storage/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/fa/LC_MESSAGES/django.mo index 5bb0b60772..97c45935b2 100644 Binary files a/mayan/apps/storage/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po b/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po index f5bd45c885..d0b2225ad7 100644 --- a/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/storage/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/fr/LC_MESSAGES/django.mo index 8178391786..78acb6d206 100644 Binary files a/mayan/apps/storage/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po b/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po index 2ca6eca26e..e60c20df14 100644 --- a/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/storage/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/hu/LC_MESSAGES/django.mo index 6e6d6fb1c4..395491f517 100644 Binary files a/mayan/apps/storage/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po b/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po index b919de1810..90b4fe23ff 100644 --- a/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/storage/locale/id/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/id/LC_MESSAGES/django.mo index 08e99724d1..627ca85fce 100644 Binary files a/mayan/apps/storage/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/id/LC_MESSAGES/django.po b/mayan/apps/storage/locale/id/LC_MESSAGES/django.po index ed269cd49b..a53308db19 100644 --- a/mayan/apps/storage/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/storage/locale/it/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/it/LC_MESSAGES/django.mo index b23433dd29..27c6b8fa36 100644 Binary files a/mayan/apps/storage/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/it/LC_MESSAGES/django.po b/mayan/apps/storage/locale/it/LC_MESSAGES/django.po index 450c3c739d..64e106446d 100644 --- a/mayan/apps/storage/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.mo index a84146b4e7..9addf7232a 100644 Binary files a/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.po index d8e4c05038..98fe488e71 100644 --- a/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/storage/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/pl/LC_MESSAGES/django.mo index b2da50d274..32a775b9da 100644 Binary files a/mayan/apps/storage/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po b/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po index 89b3f7265a..59ac57baa3 100644 --- a/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/storage/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/pt/LC_MESSAGES/django.mo index e3373c302a..2a5b5cd45a 100644 Binary files a/mayan/apps/storage/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po b/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po index bfb0d62146..64143403ed 100644 --- a/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.mo index 2610f53c8a..4ff98b4883 100644 Binary files a/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.po index dbfb0c9541..2342a1e8e7 100644 --- a/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.mo index a1402cf7a3..57369ec8d2 100644 Binary files a/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.po index 834ae70572..c419adbb94 100644 --- a/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/storage/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/ru/LC_MESSAGES/django.mo index c78578dac7..f812e403a1 100644 Binary files a/mayan/apps/storage/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po b/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po index 4a5b918173..de3a09600a 100644 --- a/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.mo index 998368b75b..3314e16fc0 100644 Binary files a/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.po index 36e6a05508..8e82d0edca 100644 --- a/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.mo index 2f8558f003..08e0d9abcf 100644 Binary files a/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.po index 96f89e9754..99dd0a5de4 100644 --- a/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" diff --git a/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.mo index 275de2c3eb..98ab2afe50 100644 Binary files a/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.po index 6848f9d9fb..2c00743510 100644 --- a/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:23-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.mo index 50aeef8274..3e1663bcce 100644 Binary files a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po index 24843fbcc1..2a1734d043 100644 --- a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po @@ -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: # Translators: # Mohammed ALDOUB , 2013 @@ -9,18 +9,20 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" +"ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "الكلمات الاستدلالية" @@ -28,7 +30,7 @@ msgstr "الكلمات الاستدلالية" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -56,23 +58,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "اللون" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -191,22 +193,16 @@ msgstr "ازالة الكلمة الاستدلالية من الوثائق: %s" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" @@ -223,7 +219,8 @@ msgstr "الوثيقة \"%(document)s\" لم تربط مع: \"%(tag)s\"" #: views.py:384 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "الكلمة الاستدلالية \"%(tag)s\" أزيلت بنجاح من الوثيقة \"%(document)s\"." +msgstr "" +"الكلمة الاستدلالية \"%(tag)s\" أزيلت بنجاح من الوثيقة \"%(document)s\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.mo index c801eb9304..9d3dd04824 100644 Binary files a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po index ea46a7774f..189c58c63b 100644 --- a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po @@ -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: # Translators: # Pavlin Koldamov , 2012 @@ -9,18 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/bg/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Етикети" @@ -28,7 +29,7 @@ msgstr "Етикети" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -56,23 +57,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Цвят" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -183,22 +184,16 @@ msgstr "" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.mo index 76c0a8ac49..2eb84199e5 100644 Binary files a/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.po index 743f5fce10..22dee144c5 100644 --- a/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.po @@ -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: # Translators: # www.ping.ba , 2013 @@ -9,18 +9,20 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"rosarior/mayan-edms/language/bs_BA/)\n" +"Language: bs_BA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Tagovi" @@ -28,7 +30,7 @@ msgstr "Tagovi" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -56,23 +58,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Boja" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -185,22 +187,16 @@ msgstr "Ukloni tag iz dokumenata: %s." #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/da/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/da/LC_MESSAGES/django.mo index b7596f9ffe..0e83cbef95 100644 Binary files a/mayan/apps/tags/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/da/LC_MESSAGES/django.po b/mayan/apps/tags/locale/da/LC_MESSAGES/django.po index aa7799d4bd..a5d9191e28 100644 --- a/mayan/apps/tags/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/da/LC_MESSAGES/django.po @@ -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: # Translators: # Mads L. Nielsen , 2013 @@ -9,18 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" +"da/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Tags" @@ -28,7 +29,7 @@ msgstr "Tags" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -56,23 +57,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Farve" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -183,22 +184,16 @@ msgstr "Fjern tag fra dokumenter: %s." #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.mo index 3be719a975..7dad2a03a2 100644 Binary files a/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.po index f5ffaaa334..72c4108747 100644 --- a/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.po @@ -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: # Translators: # Berny , 2015 @@ -9,18 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" +"edms/language/de_DE/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Tags" @@ -28,7 +29,7 @@ msgstr "Tags" msgid "Preview" msgstr "Vorschau" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "Dokumente" @@ -56,23 +57,23 @@ msgstr "Löschen" msgid "Edit" msgstr "Bearbeiten" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "Text" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Farbe" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "Tag" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -183,22 +184,17 @@ msgstr "Tag von Dokumenten %s entfernen." #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" -msgstr "Wollen Sie den Tag %(tag)s wirklich vom Dokument %(document)s entfernen?" +msgstr "" +"Wollen Sie den Tag %(tag)s wirklich vom Dokument %(document)s entfernen?" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "Tag \"%(tag)s\" wirklich von den Dokumenten %(documents)s entfernen?" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "Wollen Sie die Tags %(tags)s vom Dokument %(document)s entfernen?" diff --git a/mayan/apps/tags/locale/en/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/en/LC_MESSAGES/django.mo index d58a07ac16..c5e481d5f3 100644 Binary files a/mayan/apps/tags/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/en/LC_MESSAGES/django.po b/mayan/apps/tags/locale/en/LC_MESSAGES/django.po index e6439c6892..8dada80210 100644 --- a/mayan/apps/tags/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Tags" @@ -28,7 +28,7 @@ msgstr "Tags" msgid "Preview" msgstr "preview" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 #, fuzzy msgid "Documents" msgstr "document" @@ -63,25 +63,25 @@ msgstr "delete" msgid "Edit" msgstr "Edit tags" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Color" -#: models.py:27 +#: models.py:28 #, fuzzy msgid "Tag" msgstr "Tags" -#: models.py:49 +#: models.py:53 #, fuzzy msgid "Document tag" msgstr "document" -#: models.py:50 +#: models.py:54 #, fuzzy msgid "Document tags" msgstr "document" diff --git a/mayan/apps/tags/locale/es/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/es/LC_MESSAGES/django.mo index 795c327aa3..74a138ce3d 100644 Binary files a/mayan/apps/tags/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/es/LC_MESSAGES/django.po b/mayan/apps/tags/locale/es/LC_MESSAGES/django.po index c9c3671a9f..36a4fdf914 100644 --- a/mayan/apps/tags/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/es/LC_MESSAGES/django.po @@ -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: # Translators: # jmcainzos , 2014 @@ -11,18 +11,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" +"language/es/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Etiquetas" @@ -30,7 +31,7 @@ msgstr "Etiquetas" msgid "Preview" msgstr "Presentación preliminar" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "Documentos" @@ -58,23 +59,23 @@ msgstr "Eliminar" msgid "Edit" msgstr "Editar" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "Etiqueta" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Color" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "Etiqueta" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -185,22 +186,16 @@ msgstr "Quitar etiqueta de los documentos: %s." #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" @@ -217,7 +212,8 @@ msgstr "Documento \"%(document)s\" no estaba etiquetado como \"%(tag)s \"" #: views.py:384 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Etiqueta \"%(tag)s\" eliminada con éxito del documento \"%(document)s\"." +msgstr "" +"Etiqueta \"%(tag)s\" eliminada con éxito del documento \"%(document)s\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.mo index 0d7935eec7..c3078fd5ed 100644 Binary files a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po index 6c181a79c9..b58e077ee7 100644 --- a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po @@ -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: # Translators: # Mohammad Dashtizadeh , 2013 @@ -9,18 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" +"language/fa/)\n" +"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=1; plural=0;\n" #: apps.py:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "برچسبها" @@ -28,7 +29,7 @@ msgstr "برچسبها" msgid "Preview" msgstr "پیش دید ویا دیدن" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "اسناد" @@ -56,23 +57,23 @@ msgstr "حذف" msgid "Edit" msgstr "ویرایش" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "برچسب" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "رنگ" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "برچسب" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -181,22 +182,16 @@ msgstr "حذف برچسب از اسناد: %s" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.mo index d368d5492f..bd23631880 100644 Binary files a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po index 64d13e2dd8..0d8e1c137a 100644 --- a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po @@ -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: # Translators: # Pierre Lhoste , 2012 @@ -10,18 +10,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" +"fr/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Etiquettes" @@ -29,7 +30,7 @@ msgstr "Etiquettes" msgid "Preview" msgstr "Prévisualiser" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "Documents" @@ -57,23 +58,23 @@ msgstr "Supprimer" msgid "Edit" msgstr "Modifier" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "Étiquette" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Couleur" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "Étiquette" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -121,7 +122,9 @@ msgstr "Le document \"%(document)s\" est déjà étiqueté comme \"%(tag)s\"" #: views.py:90 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "L'étiquette \"%(tag)s\" a été attachée avec succès au document \"%(document)s\"." +msgstr "" +"L'étiquette \"%(tag)s\" a été attachée avec succès au document \"%(document)s" +"\"." #: views.py:104 msgid "Attach tag to document" @@ -184,22 +187,16 @@ msgstr "Supprimer l'étiquette des documents: %s" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" @@ -216,7 +213,9 @@ msgstr "Le document \"%(document)s\" n'a pas été étiqueté avec \"%(tag)s\"" #: views.py:384 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "L'étiquette \"%(tag)s\" à été supprimée avec succès du document \"%(document)s\"." +msgstr "" +"L'étiquette \"%(tag)s\" à été supprimée avec succès du document " +"\"%(document)s\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.mo index d0747f368d..3368106e5c 100644 Binary files a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po index 328e69e17a..32115ce0cf 100644 --- a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po @@ -1,25 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" +"language/hu/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "" @@ -27,7 +28,7 @@ msgstr "" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -55,23 +56,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -182,22 +183,16 @@ msgstr "" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/id/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/id/LC_MESSAGES/django.mo index 8fd52b4db7..3fad27222c 100644 Binary files a/mayan/apps/tags/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/id/LC_MESSAGES/django.po b/mayan/apps/tags/locale/id/LC_MESSAGES/django.po index 584fd0a4f3..4d32ba76ce 100644 --- a/mayan/apps/tags/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/id/LC_MESSAGES/django.po @@ -1,25 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" +"language/id/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "" @@ -27,7 +28,7 @@ msgstr "" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -55,23 +56,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -180,22 +181,16 @@ msgstr "" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/it/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/it/LC_MESSAGES/django.mo index bd4522fb5a..8ec531ba65 100644 Binary files a/mayan/apps/tags/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/it/LC_MESSAGES/django.po b/mayan/apps/tags/locale/it/LC_MESSAGES/django.po index bf8280c7da..2b4f4644a6 100644 --- a/mayan/apps/tags/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/it/LC_MESSAGES/django.po @@ -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: # Translators: # Pierpaolo Baldan , 2011-2012 @@ -10,18 +10,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" +"language/it/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Etichette" @@ -29,7 +30,7 @@ msgstr "Etichette" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -57,23 +58,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Colori" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -184,22 +185,16 @@ msgstr "" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo index 35fe423a5c..2b2b934046 100644 Binary files a/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po index 845b7356a6..b5594f8abc 100644 --- a/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po @@ -1,25 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" +"edms/language/nl_NL/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Labels" @@ -27,7 +28,7 @@ msgstr "Labels" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -55,23 +56,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Kleur" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -139,7 +140,8 @@ msgstr "Label \"%s\" verwijderd." #: views.py:179 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" -msgstr "Fout bij het verwijderen van label: \"%(tag)s\". Foutmelding: %(error)s" +msgstr "" +"Fout bij het verwijderen van label: \"%(tag)s\". Foutmelding: %(error)s" #: views.py:189 msgid "Will be removed from all documents." @@ -182,22 +184,16 @@ msgstr "Verwijder label van documenten: %s" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.mo index 7ffaab088b..a540e873b5 100644 Binary files a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po index d73a047096..0e7787503a 100644 --- a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po @@ -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: # Translators: # Annunnaky , 2015 @@ -10,18 +10,20 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" +"pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" #: apps.py:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Tagi" @@ -29,7 +31,7 @@ msgstr "Tagi" msgid "Preview" msgstr "Podgląd" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "Dokumenty" @@ -57,23 +59,23 @@ msgstr "Usunąć" msgid "Edit" msgstr "Edytuj" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "Etykieta" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Kolor" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "Tag" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -186,22 +188,16 @@ msgstr "Usuń tagi z dokumentów: %s." #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.mo index f0255e572a..4cc61767e9 100644 Binary files a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po index f0c21b0962..a2e91be6f0 100644 --- a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po @@ -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: # Translators: # Emerson Soares , 2011 @@ -11,18 +11,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" +"language/pt/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Etiquetas" @@ -30,7 +31,7 @@ msgstr "Etiquetas" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -58,23 +59,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Cor" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -185,22 +186,16 @@ msgstr "" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo index 9270bfaf0d..69a303a1c3 100644 Binary files a/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.po index 7cf85f09b8..ab4515c002 100644 --- a/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.po @@ -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: # Translators: # Roberto Rosario, 2012 @@ -10,18 +10,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" +"edms/language/pt_BR/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Etiquetas" @@ -29,7 +30,7 @@ msgstr "Etiquetas" msgid "Preview" msgstr "Visualizar" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "Documentos" @@ -57,23 +58,23 @@ msgstr "Excluir" msgid "Edit" msgstr "Editar" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Cor" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "Etiqueta" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -121,7 +122,8 @@ msgstr "Documento \"%(document)s\" já está marcado como \"%(tag)s\"" #: views.py:90 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Etiqueta \"%(tag)s\" anexada com sucesso para o documento \"%(document)s\"." +msgstr "" +"Etiqueta \"%(tag)s\" anexada com sucesso para o documento \"%(document)s\"." #: views.py:104 msgid "Attach tag to document" @@ -184,22 +186,16 @@ msgstr "Remove etiqueta dos documentos: %s." #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.mo index eed7b60471..322d82aeea 100644 Binary files a/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.po index 2544140330..731630d550 100644 --- a/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.po @@ -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: # Translators: # Abalaru Paul , 2013 @@ -10,18 +10,20 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" +"edms/language/ro_RO/)\n" +"Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #: apps.py:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Etichete" @@ -29,7 +31,7 @@ msgstr "Etichete" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -57,23 +59,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Culoare" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -121,7 +123,8 @@ msgstr "Documentul \"%(document)s\" este deja etichetat cu \"%(tag)s\"" #: views.py:90 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Eticheta \"%(tag)s\" a fost atașată cu succes la documentul \"%(document)s\"." +msgstr "" +"Eticheta \"%(tag)s\" a fost atașată cu succes la documentul \"%(document)s\"." #: views.py:104 msgid "Attach tag to document" @@ -186,22 +189,16 @@ msgstr "Eliminați eticheta de la documentele:% s." #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" @@ -218,7 +215,9 @@ msgstr "Documentul \"%(document)s\" nu a fost etichetat cu \"%(tag)s\"" #: views.py:384 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Eticheta \"%(tag)s\" a fost eliminată cu succes din documentul \"%(document)s\"." +msgstr "" +"Eticheta \"%(tag)s\" a fost eliminată cu succes din documentul \"%(document)s" +"\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.mo index 102dc76b6d..6eacf6049c 100644 Binary files a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po index 79e8de14bb..3f550dfc63 100644 --- a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Метки" @@ -27,7 +30,7 @@ msgstr "Метки" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -55,23 +58,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Цвет" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -186,22 +189,16 @@ msgstr "Снять метку с документов %s." #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.mo index 674c55f35f..763e8479e3 100644 Binary files a/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.po index d55d95f635..10cc2fb322 100644 --- a/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.po @@ -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: # Translators: # kontrabant , 2013 @@ -9,18 +9,20 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" +"edms/language/sl_SI/)\n" +"Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #: apps.py:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Oznake" @@ -28,7 +30,7 @@ msgstr "Oznake" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -56,23 +58,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Barva" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -187,22 +189,16 @@ msgstr "" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo index bb3d44fb5d..8d17bc9540 100644 Binary files a/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.po index 37ac330c89..8d7ce0c66f 100644 --- a/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.po @@ -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: # Translators: # Trung Phan Minh , 2013 @@ -9,18 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" +"mayan-edms/language/vi_VN/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "Tags" @@ -28,7 +29,7 @@ msgstr "Tags" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -56,23 +57,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "Màu" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -181,22 +182,16 @@ msgstr "Xóa tag từ các tài liệu: %s" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.mo index 369db407c4..f2886f8ffa 100644 Binary files a/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.po index 5aac4690b4..23864a742f 100644 --- a/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.po @@ -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: # Translators: # Ford Guo , 2014 @@ -10,18 +10,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2015-08-27 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" +"language/zh_CN/)\n" +"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:33 apps.py:63 apps.py:78 forms.py:34 links.py:40 links.py:43 -#: models.py:28 permissions.py:7 views.py:131 +#: models.py:29 permissions.py:7 views.py:131 msgid "Tags" msgstr "标签" @@ -29,7 +30,7 @@ msgstr "标签" msgid "Preview" msgstr "" -#: apps.py:72 models.py:23 +#: apps.py:72 models.py:24 msgid "Documents" msgstr "" @@ -57,23 +58,23 @@ msgstr "" msgid "Edit" msgstr "" -#: models.py:19 +#: models.py:20 msgid "Label" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Color" msgstr "颜色" -#: models.py:27 +#: models.py:28 msgid "Tag" msgstr "" -#: models.py:49 +#: models.py:53 msgid "Document tag" msgstr "" -#: models.py:50 +#: models.py:54 msgid "Document tags" msgstr "" @@ -182,22 +183,16 @@ msgstr "从文档: %s移除标签" #: views.py:340 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:347 #, python-format -#| msgid "" -#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:356 #, python-format -#| msgid "" -#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.mo index 84c726ffa2..724245266f 100644 Binary files a/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po index 6d5f667f8c..3f5f689da8 100644 --- a/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "كلمة مرور جديدة" msgid "Confirm password" msgstr "تأكيد كلمة المرور" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -119,122 +119,121 @@ msgstr "تحرير المستخدمين الحاليين" msgid "View existing users" msgstr "عرض المستخدمين الحاليين" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Super user and staff user editing is not allowed, use the admin interface for these cases." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "تم تحديث المستخدم \"%s\" بنجاح." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "تم انشاء المستخدم \"%s\" بنجاح." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "يجب أن توفر ما لا يقل عن مستخدم واحد." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Super user and staff user deleting is not allowed, use the admin interface for these cases." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "تم مسح المستخدم \"%s\" بنجاح." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "خطأ أثناء حذف المستخدم \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "لا تتطابق كلمات المرور، حاول مرة أخرى." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Super user and staff user password reseting is not allowed, use the admin interface for these cases." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "نجحت إعادة تعيين كلمة المرور للمستخدم: %s" - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "خطأ أثناء إعادة تعيين كلمة المرور للمستخدم \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "إعادة كلمة السر للمستخدم: %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "إعادة كلمة السر للمستخدمين %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "تم انشاء المستخدم \"%s\" بنجاح." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "يجب أن توفر ما لا يقل عن مستخدم واحد." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Super user and staff user deleting is not allowed, use the admin interface for these cases." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "تم مسح المستخدم \"%s\" بنجاح." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "خطأ أثناء حذف المستخدم \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "لا تتطابق كلمات المرور، حاول مرة أخرى." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Super user and staff user password reseting is not allowed, use the admin interface for these cases." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "نجحت إعادة تعيين كلمة المرور للمستخدم: %s" + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "خطأ أثناء إعادة تعيين كلمة المرور للمستخدم \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "إعادة كلمة السر للمستخدم: %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "إعادة كلمة السر للمستخدمين %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.mo index 25223e98d2..31bccd2214 100644 Binary files a/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po index 7af8880244..54328713bc 100644 --- a/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "Нова парола" msgid "Confirm password" msgstr "Потвърждение на парола" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -119,122 +119,121 @@ msgstr "Редактиране на нови потребители" msgid "View existing users" msgstr "Преглед на съществуващи потребители" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Редактиране на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Потребител \"%s\" е обновен успешно" - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Потребител \"%s\" е създаден успешно." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Трябва да изберете поне един потребител." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Изтриване на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Потребител \"%s\" е изтрит успешно." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Грешка при изтриването на потребител \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "Паролата не съвпада. Опитайте отново." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Промяна на парола на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Успешна промяна на парола на потребител %s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Грешка при промяна на парола на потребител \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Промяна на парола на потребител %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Промяна на парола на потребители %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Потребител \"%s\" е създаден успешно." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Трябва да изберете поне един потребител." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Изтриване на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Потребител \"%s\" е изтрит успешно." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Грешка при изтриването на потребител \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "Паролата не съвпада. Опитайте отново." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Промяна на парола на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Успешна промяна на парола на потребител %s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Грешка при промяна на парола на потребител \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Промяна на парола на потребител %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Промяна на парола на потребители %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.mo index 3336f8d7ed..c1dc9b3e85 100644 Binary files a/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.po index 342deb4b66..4faf75abfb 100644 --- a/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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" @@ -59,7 +59,7 @@ msgstr "Nova lozinka" msgid "Confirm password" msgstr "Potvrdite lozinku" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -119,122 +119,121 @@ msgstr "Izmjeni postojeće korisnike" msgid "View existing users" msgstr "Pregledaj postojeće korisnike" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Super user i staff user izmjene nisu dozvoljene, koristite administratorski interface za takve slučajeve." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Korisnik \"%s\" uspješno update-ovan." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Korisnik \"%s\" uspješno kreiran." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Mora biti obebjeđen bar jedan korisnik." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Super user i staff user brisanja nisu dozvoljena, koristite administratorski interface za takve slučajeve" - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Korisnik \"%s\" uspješno obrisan." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Greška brisanja korisnika \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "Lozinke se ne podudaraju, pokušajte ponovo." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Super user i staff user reset lozinke nije dozvoljen, koristite administratorski interface za takve slučajeve" - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Uspješno resetovana lozinka za korisnika: %s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Greška resetovanja lozinke za korisnika \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Resetovanje lozinke za korisnika: %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Resetovanje lozinke za korisnike: %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Korisnik \"%s\" uspješno kreiran." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Mora biti obebjeđen bar jedan korisnik." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Super user i staff user brisanja nisu dozvoljena, koristite administratorski interface za takve slučajeve" + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Korisnik \"%s\" uspješno obrisan." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Greška brisanja korisnika \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "Lozinke se ne podudaraju, pokušajte ponovo." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Super user i staff user reset lozinke nije dozvoljen, koristite administratorski interface za takve slučajeve" + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Uspješno resetovana lozinka za korisnika: %s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Greška resetovanja lozinke za korisnika \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Resetovanje lozinke za korisnika: %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Resetovanje lozinke za korisnike: %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/da/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/da/LC_MESSAGES/django.mo index f49aea26c5..ac11621e9c 100644 Binary files a/mayan/apps/user_management/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/da/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/da/LC_MESSAGES/django.po index ab885d31b3..dd046611dc 100644 --- a/mayan/apps/user_management/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/da/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "Nyt password" msgid "Confirm password" msgstr "Bekræft password" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -119,122 +119,121 @@ msgstr "Rediger eksisterende brugere" msgid "View existing users" msgstr "Se eksisterende brugere" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Superbruger og personale-bruger redigering er ikke tilladt. Anvend administrator brugerflade i disse tilfælde. " - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Bruger \"%s\" opdateret." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Bruger \"%s\" oprettet." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Der skal angives mindst én bruger." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Det er ikke tilladt at slette superbruger og personalebruger. Anvend administrator brugerfladen i disse tilfælde." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Bruger \"%s\" slettet." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Fejl ved sletning af bruger \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "De to password stemmer ikke overens, prøv igen." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Det er ikke tilladt at nulstille Superbruger og personale brugeradgangskode. Anvend administrator brugerflade istedet." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Password er blevet nulstillet for bruger: %s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Fejl ved nulstilling af password for bruger \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Nulstiller password for bruger: %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Nulstiller password for brugerne: %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Bruger \"%s\" oprettet." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Der skal angives mindst én bruger." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Det er ikke tilladt at slette superbruger og personalebruger. Anvend administrator brugerfladen i disse tilfælde." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Bruger \"%s\" slettet." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Fejl ved sletning af bruger \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "De to password stemmer ikke overens, prøv igen." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Det er ikke tilladt at nulstille Superbruger og personale brugeradgangskode. Anvend administrator brugerflade istedet." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Password er blevet nulstillet for bruger: %s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Fejl ved nulstilling af password for bruger \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Nulstiller password for bruger: %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Nulstiller password for brugerne: %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo index 1e3d590d32..29222dd355 100644 Binary files a/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.po index a7a2845b14..7faad4d0c3 100644 --- a/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -63,7 +63,7 @@ msgstr "Neues Passwort" msgid "Confirm password" msgstr "Passwort bestätigen" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "Erstellen" @@ -75,15 +75,15 @@ msgstr "Löschen" msgid "Edit" msgstr "Bearbeiten" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "Gruppen" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "Erstellen" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "Benutzer" @@ -123,122 +123,121 @@ msgstr "Benutzer bearbeiten" msgid "View existing users" msgstr "Benutzer anzeigen" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Super User und Staff Benutzer bearbeiten ist nicht erlaubt, benutzen Sie die Administratoren-Oberfläche dafür." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Benutzer \"%s\" erfolgreich aktualisiert" - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "Benutzer %s bearbeiten" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Benutzer \"%s\" erfolgreich angelegt" - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Es muss mindestens ein Benutzer angegeben werden" - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie die Administratoren-Oberfläche dafür." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Benutzer \"%s\" erfolgreich gelöscht" - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Fehler beim Löschen des Benutzers \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "Benutzer %s löschen?" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "Die Benutzer %s löschen?" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "Passwörter stimmen nicht überein, bitte noch einmal versuchen" - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie die Administratoren-Oberfläche dafür." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Passwort erfolgreich zurückgesetzt für Benutzer %s" - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Fehler beim Zurücksetzen des Passworts für den Benutzer \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Passwort zurücksetzen für Benutzer %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Passwort zurücksetzen für die Benutzer %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "Verfügbare Gruppen" - -#: views.py:265 -msgid "Groups joined" -msgstr "Gruppen vereinigt" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "Gruppen von Benutzer %s" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "Gruppe %s bearbeiten" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "Gruppe %s löschen?" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "Verfügbare Gruppen" + +#: views.py:72 msgid "Members of groups" msgstr "Gruppenmitglieder" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "Mitglieder von Gruppe %s" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "Benutzer %s bearbeiten" + +#: views.py:121 +msgid "Groups joined" +msgstr "Gruppen vereinigt" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "Gruppen von Benutzer %s" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Benutzer \"%s\" erfolgreich angelegt" + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Es muss mindestens ein Benutzer angegeben werden" + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie die Administratoren-Oberfläche dafür." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Benutzer \"%s\" erfolgreich gelöscht" + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Fehler beim Löschen des Benutzers \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Benutzer %s löschen?" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Die Benutzer %s löschen?" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "Passwörter stimmen nicht überein, bitte noch einmal versuchen" + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie die Administratoren-Oberfläche dafür." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Passwort erfolgreich zurückgesetzt für Benutzer %s" + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Fehler beim Zurücksetzen des Passworts für den Benutzer \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Passwort zurücksetzen für Benutzer %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Passwort zurücksetzen für die Benutzer %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/en/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/en/LC_MESSAGES/django.mo index 4bde232772..7a8f80eb4b 100644 Binary files a/mayan/apps/user_management/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/en/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/en/LC_MESSAGES/django.po index 866bfaddb3..9f7c4210f6 100644 --- a/mayan/apps/user_management/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" "PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -63,7 +63,7 @@ msgstr "New password" msgid "Confirm password" msgstr "Confirm password" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 #, fuzzy msgid "Create new group" msgstr "Create new groups" @@ -77,17 +77,17 @@ msgstr "delete" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 #, fuzzy msgid "Groups" msgstr "groups" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 #, fuzzy msgid "Create new user" msgstr "Create new users" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 #, fuzzy msgid "Users" msgstr "users" @@ -129,130 +129,127 @@ msgstr "Edit existing users" msgid "View existing users" msgstr "View existing users" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "User \"%s\" updated successfully." - -#: views.py:72 -#, fuzzy, python-format -msgid "Edit user: %s" -msgstr "edit user: %s" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "User \"%s\" created successfully." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Must provide at least one user." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "User \"%s\" deleted successfully." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Error deleting user \"%(user)s\": %(error)s" - -#: views.py:158 -#, fuzzy, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "Delete existing users" - -#: views.py:160 -#, fuzzy, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "Delete existing users" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "Passwords do not match, try again." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Successfull password reset for user: %s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Error reseting password for user \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Reseting password for user: %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Reseting password for users: %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -#, fuzzy -msgid "Groups joined" -msgstr "groups" - -#: views.py:274 -#, fuzzy, python-format -msgid "Groups of user: %s" -msgstr "groups of user: %s" - -#: views.py:312 +#: views.py:44 #, fuzzy, python-format msgid "Edit group: %s" msgstr "edit group: %s" -#: views.py:333 +#: views.py:65 #, fuzzy, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "Delete existing groups" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 #, fuzzy msgid "Members of groups" msgstr "members of group: %s" -#: views.py:349 +#: views.py:81 #, fuzzy, python-format msgid "Members of group: %s" msgstr "members of group: %s" +#: views.py:114 +#, fuzzy, python-format +msgid "Edit user: %s" +msgstr "edit user: %s" + +#: views.py:121 +#, fuzzy +msgid "Groups joined" +msgstr "groups" + +#: views.py:130 +#, fuzzy, python-format +msgid "Groups of user: %s" +msgstr "groups of user: %s" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "User \"%s\" created successfully." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Must provide at least one user." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "User \"%s\" deleted successfully." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Error deleting user \"%(user)s\": %(error)s" + +#: views.py:245 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Delete existing users" + +#: views.py:247 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Delete existing users" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "Passwords do not match, try again." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Successfull password reset for user: %s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Error reseting password for user \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Reseting password for user: %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Reseting password for users: %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/es/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/es/LC_MESSAGES/django.mo index 0066257b10..cb9d36e3da 100644 Binary files a/mayan/apps/user_management/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po index 14ff575e1d..050f2e7211 100644 --- a/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po @@ -5,14 +5,15 @@ # Translators: # Translators: # jmcainzos , 2014 +# jmcainzos , 2015 # Lory977 , 2015 # Roberto Rosario, 2012,2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" @@ -27,11 +28,11 @@ msgstr "Administración de usuarios" #: apps.py:36 msgid "All the groups." -msgstr "" +msgstr "Todos los grupos." #: apps.py:40 msgid "All the users." -msgstr "" +msgstr "Todos los usuarios." #: apps.py:45 links.py:30 msgid "Members" @@ -61,7 +62,7 @@ msgstr "Nueva contraseña" msgid "Confirm password" msgstr "Confirmar contraseña" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "Crear nuevo grupo" @@ -73,21 +74,21 @@ msgstr "Borrar" msgid "Edit" msgstr "Editar" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "Grupos" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "Crear nuevo usuario" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "Usuarios" #: links.py:62 links.py:66 msgid "Reset password" -msgstr "Reestablecer contraseña" +msgstr "Restablecer contraseña" #: permissions.py:10 msgid "Create new groups" @@ -121,121 +122,120 @@ msgstr "Editar usuarios existentes" msgid "View existing users" msgstr "Ver usuarios existentes" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "No se permite editar el super usuario y el usuario de personal. Use la interfaz de administración para estos casos." +#: views.py:44 +#, python-format +msgid "Edit group: %s" +msgstr "Editar grupo: %s" #: views.py:65 #, python-format -msgid "User \"%s\" updated successfully." -msgstr "Usuario \"%s\" actualizado con éxito." +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "¿Borrar el grupo: %s?" + +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "Grupos disponibles." #: views.py:72 +msgid "Members of groups" +msgstr "Miembros de grupos" + +#: views.py:81 +#, python-format +msgid "Members of group: %s" +msgstr "Miembros del grupo: %s" + +#: views.py:114 #, python-format msgid "Edit user: %s" msgstr "Editar usuario: %s" -#: views.py:88 +#: views.py:121 +msgid "Groups joined" +msgstr "Grupos participados" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "Grupos de usuario: %s" + +#: views.py:175 #, python-format msgid "User \"%s\" created successfully." msgstr "Usuario \"%s\" creado con éxito." -#: views.py:116 views.py:184 +#: views.py:203 views.py:271 msgid "Must provide at least one user." msgstr "Debe indicar al menos un usuario." -#: views.py:133 +#: views.py:220 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "No se permite eliminar el super usuario y usuario de personal. Use la interfaz de administración para estos casos." -#: views.py:140 +#: views.py:227 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Usuario \"%s\" eliminado con éxito." -#: views.py:144 +#: views.py:231 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Error eliminando el usuario \"%(user)s\": %(error)s " -#: views.py:158 +#: views.py:245 #, python-format #| msgid "Delete existing users" msgid "Delete the user: %s?" -msgstr "" +msgstr "¿Borrar el usuario: %s?" -#: views.py:160 +#: views.py:247 #, python-format #| msgid "Delete existing users" msgid "Delete the users: %s?" -msgstr "" +msgstr "¿Borrar los usuarios: %s?" -#: views.py:199 +#: views.py:286 msgid "Passwords do not match, try again." msgstr "Las contraseñas no coinciden. Vuelva a intentarlo." -#: views.py:207 +#: views.py:294 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "No se permite cambiar la contraseña del super usuario y del usuario de personal. Use la interfaz de administración para estos casos." -#: views.py:217 +#: views.py:304 #, python-format msgid "Successfull password reset for user: %s." msgstr "Contraseña restablecida para el usuario: %s." -#: views.py:223 +#: views.py:310 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Error de restaurando la contraseña para el usuario \"%(user)s\": %(error)s " +msgstr "Error restaurando la contraseña para el usuario \"%(user)s\": %(error)s " -#: views.py:240 +#: views.py:327 #, python-format msgid "Reseting password for user: %s" msgstr "Restaurando contraseña del usuario: %s" -#: views.py:242 +#: views.py:329 #, python-format msgid "Reseting password for users: %s" msgstr "Restaurando la contraseña de los usuarios: %s" -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "Grupos de usuario: %s" - -#: views.py:312 -#, python-format -msgid "Edit group: %s" -msgstr "Editar grupo: %s" - -#: views.py:333 -#, python-format -#| msgid "Delete existing groups" -msgid "Delete the group: %s?" -msgstr "" - -#: views.py:340 -msgid "Members of groups" -msgstr "" - -#: views.py:349 -#, python-format -msgid "Members of group: %s" -msgstr "Miembros del grupo: %s" +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.mo index d780387472..3335b5e610 100644 Binary files a/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po index 8d61d1364e..cc1284705f 100644 --- a/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "کلمه عبور جدید" msgid "Confirm password" msgstr "تائید کلمه عبور" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "گروه جدید" @@ -71,15 +71,15 @@ msgstr "حذف" msgid "Edit" msgstr "ویرایش" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "گروه ها" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "کاربر جدید" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "کاربران" @@ -119,122 +119,121 @@ msgstr "ویرایش کاربران موجود" msgid "View existing users" msgstr "دیدن کاربران موجود" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "از صفحه admin برای این موارد استفاده کنید." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "کاربر \"%s\" با موفقیت بروز رسانی شد." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "ویرایش کاربر : %s" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "کاربر \"%s\" با موفقیت ساخته شد." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "باید حداقل یک کاربر ارئه شود." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "برای حذف از صفحه admin استفاده کنید." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "کاربر \"%s\" با موفقیت حذف شد." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "خطا در حذف کاربر \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "کلمه عبور یکسان نیست دوباره امتحان کنید." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "از صفحه admin برای این موارد استفاده کنید." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "ریست موفق کلمه عبور برای کاربر : %s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "خطا در زمان ریست کلمه عبور کاربر: \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "ریست کلمه عبور کاربر: %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "ریست کلمه عبور کابران : %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "گروه های کاربر : %s" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "ویرایش گروه : %s" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr " اعضای گروه : %s" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "ویرایش کاربر : %s" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "گروه های کاربر : %s" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "کاربر \"%s\" با موفقیت ساخته شد." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "باید حداقل یک کاربر ارئه شود." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "برای حذف از صفحه admin استفاده کنید." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "کاربر \"%s\" با موفقیت حذف شد." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "خطا در حذف کاربر \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "کلمه عبور یکسان نیست دوباره امتحان کنید." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "از صفحه admin برای این موارد استفاده کنید." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "ریست موفق کلمه عبور برای کاربر : %s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "خطا در زمان ریست کلمه عبور کاربر: \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "ریست کلمه عبور کاربر: %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "ریست کلمه عبور کابران : %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.mo index 8ed225ae5a..eb4693e63b 100644 Binary files a/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po index c5247a4050..c784f90a75 100644 --- a/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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" @@ -61,7 +61,7 @@ msgstr "Nouveau mot de passe" msgid "Confirm password" msgstr "Confirmer le mot de passe" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "Créer un nouveau groupe" @@ -73,15 +73,15 @@ msgstr "Supprimer" msgid "Edit" msgstr "Modifier" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "Groupes" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "créer un nouvel utilisateur" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "Utilisateurs" @@ -121,122 +121,121 @@ msgstr "Modifier de nouveaux utilisateurs" msgid "View existing users" msgstr "Afficher les utilisateurs existant" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "La modification des comptes super utilisateur et staff n'est pas autorisée ici, veuillez le faire via l'interface d'admin." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Utilisateur \"%s\" mis à jour avec succès." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "Modifier l'utilisateur: %s" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Utilisateur \"%s\" créé avec succès." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Vous devez fournir au moins un utilisateur." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "La suppression des comptes super utilisateur et staff n'est pas autorisée ici, veuillez le faire via l'interface d'admin." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Utilisateur \"%s\" supprimé avec succès." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Erreur lors de la suppression de l'utilisateur \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "Les mots de passe ne correspondent pas, veuillez réessayer." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "La réinitialisation des mots de passe pour les comptes super utilisateur et staff n'est pas autorisée ici, veuillez le faire via l'interface d'admin." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Mot de passe ré-initialisé avec succès pour l'utilisateur: %s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Erreur lors de la ré-initialisation du mot de passe pour l'utilisateur \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Ré-initialisation du mote de passe pour l'utilisateur: %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Ré-initialisation du mote de passe pour les utilisateur: %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "Membre des groupes: %s" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "Modification du groupe: %s" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "Membres du groupe: %s" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "Modifier l'utilisateur: %s" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "Membre des groupes: %s" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Utilisateur \"%s\" créé avec succès." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Vous devez fournir au moins un utilisateur." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "La suppression des comptes super utilisateur et staff n'est pas autorisée ici, veuillez le faire via l'interface d'admin." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Utilisateur \"%s\" supprimé avec succès." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Erreur lors de la suppression de l'utilisateur \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "Les mots de passe ne correspondent pas, veuillez réessayer." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "La réinitialisation des mots de passe pour les comptes super utilisateur et staff n'est pas autorisée ici, veuillez le faire via l'interface d'admin." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Mot de passe ré-initialisé avec succès pour l'utilisateur: %s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Erreur lors de la ré-initialisation du mot de passe pour l'utilisateur \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Ré-initialisation du mote de passe pour l'utilisateur: %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Ré-initialisation du mote de passe pour les utilisateur: %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.mo index d0747f368d..ccc88022b9 100644 Binary files a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po index 7b6bc3b88d..945bfb5d15 100644 --- a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" @@ -58,7 +58,7 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -70,15 +70,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -118,122 +118,121 @@ msgstr "" msgid "View existing users" msgstr "" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "" - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "" - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "" - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "" - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "" - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "" - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "" - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "" - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "" - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "" + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "" + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "" + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "" + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "" + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "" + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "" + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.mo index 8fd52b4db7..209dba05ea 100644 Binary files a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po index aab1e7ca17..1216a419e2 100644 --- a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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" @@ -58,7 +58,7 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -70,15 +70,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -118,122 +118,121 @@ msgstr "" msgid "View existing users" msgstr "" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "" - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "" - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "" - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "" - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "" - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "" - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "" - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "" - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "" - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "" + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "" + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "" + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "" + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "" + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "" + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "" + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/it/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/it/LC_MESSAGES/django.mo index 0502761d3d..cbcd7bed2f 100644 Binary files a/mayan/apps/user_management/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po index aaffb011b5..9b38063dfd 100644 --- a/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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" @@ -60,7 +60,7 @@ msgstr "Nuova password" msgid "Confirm password" msgstr "Conferma password" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -72,15 +72,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -120,122 +120,121 @@ msgstr "Modifica utenti " msgid "View existing users" msgstr "Visualizza utenti" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Super utente e utente modifica il personale non è consentito, utilizzare l'interfaccia di amministrazione per questi casi." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Utente \"%s\" aggiornato con successo." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Utente \"%s\" creato con successo." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Devi fornire almeno un utente." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Al super utente e utente non è consentito la cancellazione del personale, utilizzare l'interfaccia di amministrazione per questi casi." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Utente \"%s\" cancellato con successo." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Errore nella cancellazione dell'utente \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "La password non corrisponde, riprova." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Al super utente e utente non è consentito di reimpostare la password personale, utilizzare l'interfaccia di amministrazione per questi casi." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Password reimpostata per l'utente: %s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Errore per il reimpostamento della password per l'utente \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Reimposta la password per l'utente:%s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Reimposta la password per gli utenti:%s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Utente \"%s\" creato con successo." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Devi fornire almeno un utente." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Al super utente e utente non è consentito la cancellazione del personale, utilizzare l'interfaccia di amministrazione per questi casi." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Utente \"%s\" cancellato con successo." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Errore nella cancellazione dell'utente \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "La password non corrisponde, riprova." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Al super utente e utente non è consentito di reimpostare la password personale, utilizzare l'interfaccia di amministrazione per questi casi." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Password reimpostata per l'utente: %s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Errore per il reimpostamento della password per l'utente \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Reimposta la password per l'utente:%s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Reimposta la password per gli utenti:%s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo index da940ef9f2..b45e652c2c 100644 Binary files a/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po index 40d3d85f05..ff3e73fe8a 100644 --- a/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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" @@ -58,7 +58,7 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -70,15 +70,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -118,122 +118,121 @@ msgstr "" msgid "View existing users" msgstr "" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "" - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "" - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "" - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "" - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "" - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "" - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "" - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "" - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "" - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "" + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "" + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "" + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "" + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "" + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "" + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "" + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.mo index 1b6e3298de..c42ed01a5f 100644 Binary files a/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po index b0e67a0c60..7ed72d5b3b 100644 --- a/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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" @@ -60,7 +60,7 @@ msgstr "Nowe hasło" msgid "Confirm password" msgstr "Potwierdź hasło" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "utwórz nową grupę" @@ -72,15 +72,15 @@ msgstr "Usunąć" msgid "Edit" msgstr "Edytuj" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "Grupy" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "Tworzenie nowego użytkownika" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "Użytkownicy" @@ -120,122 +120,121 @@ msgstr "Edycja istniejących użytkowników" msgid "View existing users" msgstr "Zobacz istniejących użytkowników" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Super user oraz staff user edycja nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Użytkownik \"%s\" został zaktualizowany." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "Edytuj użytkownika: %s" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Użytkownik \"%s\" został utworzony pomyślnie." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Musi podać co najmniej jednego użytkownika." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Super user oraz staff user usuwanie nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Użytkownik \"%s\" został usunięta." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Błąd podczas usuwania użytkownika \" %(user)s \": %(error)s " - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "Hasła nie pasują, spróbuj ponownie." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Super user oraz staff user reset nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Pomyślne resetowania hasła użytkownika:%s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Błąd podczas resetowania hasło użytkownika \" %(user)s \": %(error)s " - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Resetowanie hasła użytkownika:%s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Resetowanie hasła dla użytkowników:%s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "Grupy użytkownika: %s" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "Edycja grupy: %s" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "Członkowie grupy: %s" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "Edytuj użytkownika: %s" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "Grupy użytkownika: %s" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Użytkownik \"%s\" został utworzony pomyślnie." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Musi podać co najmniej jednego użytkownika." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Super user oraz staff user usuwanie nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Użytkownik \"%s\" został usunięta." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Błąd podczas usuwania użytkownika \" %(user)s \": %(error)s " + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "Hasła nie pasują, spróbuj ponownie." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Super user oraz staff user reset nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Pomyślne resetowania hasła użytkownika:%s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Błąd podczas resetowania hasło użytkownika \" %(user)s \": %(error)s " + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Resetowanie hasła użytkownika:%s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Resetowanie hasła dla użytkowników:%s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.mo index b292b60b91..19d100b45f 100644 Binary files a/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po index 45a08037d7..59443056ff 100644 --- a/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "Nova senha" msgid "Confirm password" msgstr "Confirmar senha" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -73,15 +73,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -121,122 +121,121 @@ msgstr "Editar utilizadores existentes" msgid "View existing users" msgstr "Ver os utilizadores existentes" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Não é permitida a edição de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Utilizador \"%s\" atualizado com sucesso." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Utilizador \"%s\" criado com sucesso." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Deve fornecer pelo menos um utilizador." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Não é permitida a exclusão de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Utilizador \"%s\" removido com sucesso." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Erro ao excluir o utilizador \"%(user)s\": %(error)s " - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "As senhas não coincidem, tente novamente." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Não é permitido redefinir a senha de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Redefinição da senha bem-sucedida para o utilizador: %s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Erro ao redefinir a senha do utilizador \"%(user)s\": %(error)s " - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "A redefinir a senha do utilizador: %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "A redefinir a senha dos utilizadores: %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Utilizador \"%s\" criado com sucesso." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Deve fornecer pelo menos um utilizador." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Não é permitida a exclusão de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Utilizador \"%s\" removido com sucesso." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Erro ao excluir o utilizador \"%(user)s\": %(error)s " + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "As senhas não coincidem, tente novamente." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Não é permitido redefinir a senha de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Redefinição da senha bem-sucedida para o utilizador: %s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Erro ao redefinir a senha do utilizador \"%(user)s\": %(error)s " + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "A redefinir a senha do utilizador: %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "A redefinir a senha dos utilizadores: %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo index bde9e4bdf9..e4bf8d7980 100644 Binary files a/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po index ac6f245df0..ece29c2854 100644 --- a/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "Nova senha" msgid "Confirm password" msgstr "Confirmar senha" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "Criar novo Grupo" @@ -74,15 +74,15 @@ msgstr "excluir" msgid "Edit" msgstr "Editar" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "Grupos" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "Criar novo Usuário" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "Usuários" @@ -122,122 +122,121 @@ msgstr "Editar usuários existentes" msgid "View existing users" msgstr "Ver os usuários existentes" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Edição de super usuário e usuário pessoal não é permitida, use a interface de administração para esses casos." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Usuário \"%s\" atualizado com sucesso." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "Editar usuário:%s" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Usuário \"%s\" criado com sucesso." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Deve fornecer pelo menos um usuário." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Excluir super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Usuário \"%s\" removido com sucesso." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Erro ao excluir usuário \"%(user)s\": %(error)s " - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "Senhas não coincidem, tente novamente." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Redefinir senha de super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Redefinição de senha do usuário bem-sucedida: %s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Erro de redefinição de senha para o usuário \"%(user)s\": %(error)s " - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Redefinindo senha para o usuário: %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Redefinindo senha para os usuários: %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "Grupos de usuário:%s" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "Editar grupo:%s" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "membros do grupo: %s" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "Editar usuário:%s" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "Grupos de usuário:%s" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Usuário \"%s\" criado com sucesso." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Deve fornecer pelo menos um usuário." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Excluir super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Usuário \"%s\" removido com sucesso." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Erro ao excluir usuário \"%(user)s\": %(error)s " + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "Senhas não coincidem, tente novamente." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Redefinir senha de super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Redefinição de senha do usuário bem-sucedida: %s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Erro de redefinição de senha para o usuário \"%(user)s\": %(error)s " + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Redefinindo senha para o usuário: %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Redefinindo senha para os usuários: %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.mo index bca669801a..fe8ac33878 100644 Binary files a/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.po index eba788b9c6..9cb773407b 100644 --- a/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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" @@ -59,7 +59,7 @@ msgstr "Parolă nouă" msgid "Confirm password" msgstr "Confirmați parola" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -119,122 +119,121 @@ msgstr "Editați utilizatorii existenți" msgid "View existing users" msgstr "Vizualizați utilizatorii existenți" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Super-utilizator și personalul editare de utilizator nu este permisă, utilizați interfata de administrare pentru aceste cazuri." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Utilizatorul \"%s\" fost actualizat cu succes." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Utilizator \"%s\" creat cu succes." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Trebuie să furnizeze cel puțin un utilizator." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Super-utilizator și personalul ștergerea utilizator nu este permisă, utilizați interfata de administrare pentru aceste cazuri." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Utilizatorul \"%s\" a fost șters cu succes." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Eroare la ștergerea utilizator \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "Parolele nu corespund, încercați din nou." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Super utilizator și parola de utilizator personalul resetarea nu este permisă, utilizați interfata de administrare pentru aceste cazuri." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Resetarea parolei cu succes pentru utilizator:% s." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Eroare resetarea parola pentru utilizatorul %(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Resetarea parola pentru utilizator:% s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Resetarea parolei pentru utilizatori:% s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Utilizator \"%s\" creat cu succes." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Trebuie să furnizeze cel puțin un utilizator." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Super-utilizator și personalul ștergerea utilizator nu este permisă, utilizați interfata de administrare pentru aceste cazuri." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Utilizatorul \"%s\" a fost șters cu succes." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Eroare la ștergerea utilizator \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "Parolele nu corespund, încercați din nou." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Super utilizator și parola de utilizator personalul resetarea nu este permisă, utilizați interfata de administrare pentru aceste cazuri." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Resetarea parolei cu succes pentru utilizator:% s." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Eroare resetarea parola pentru utilizatorul %(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Resetarea parola pentru utilizator:% s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Resetarea parolei pentru utilizatori:% s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.mo index e225e04175..4dadccb671 100644 Binary files a/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po index 0c62b9ad47..847ee68cac 100644 --- a/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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" @@ -58,7 +58,7 @@ msgstr "Новый пароль" msgid "Confirm password" msgstr "Подтвердите пароль" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -70,15 +70,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -118,122 +118,121 @@ msgstr "Редактирование существующих пользоват msgid "View existing users" msgstr "Просмотр существующих пользователей" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Редактирование суперпользователя и персонала не допускается, используйте для этого интерфейс администратора." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Пользователь \"%s\"обновлён" - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Пользователь \"%s\" создан." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Должен быть хотя бы один пользователь." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Удаление суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Пользователь \"%s\" удален." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Ошибка при удалении пользователя \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "Пароли не совпадают, попробуйте еще раз." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Сброс паролей суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Пароль пользователя %s сброшен." - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Ошибка сброса пароля для пользователя \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Сброс пароля пользователя: %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Сброс пароля для пользователей: %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Пользователь \"%s\" создан." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Должен быть хотя бы один пользователь." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Удаление суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Пользователь \"%s\" удален." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Ошибка при удалении пользователя \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "Пароли не совпадают, попробуйте еще раз." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Сброс паролей суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Пароль пользователя %s сброшен." + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Ошибка сброса пароля для пользователя \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Сброс пароля пользователя: %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Сброс пароля для пользователей: %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.mo index 727e5195fc..667a48c7bb 100644 Binary files a/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.po index 6dbeb8af5d..e4c5fed118 100644 --- a/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+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" @@ -58,7 +58,7 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -70,15 +70,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -118,122 +118,121 @@ msgstr "" msgid "View existing users" msgstr "" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "" - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "" - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "" - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "" - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "" - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "" - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "" - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "" - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "" - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "" + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "" + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "" + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "" + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "" + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "" + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "" + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo index 8bf69b52aa..99109cb24e 100644 Binary files a/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po index 2a5cf730d4..36bf24aae7 100644 --- a/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "Mật khẩu mới" msgid "Confirm password" msgstr "Xác nhận mật khẩu" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -119,122 +119,121 @@ msgstr "Sửa người dùng" msgid "View existing users" msgstr "Xem người dùng" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "Super user and staff user editing is not allowed, use the admin interface for these cases." - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "Người dùng \"%s\" cập nhật thành công." - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "Người dùng \"%s\" được tạo thành công." - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "Cần cung cấp ít nhất một user." - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "Super user and staff user deleting is not allowed, use the admin interface for these cases." - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "Người dùng \"%s\" đã xóa thành công." - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Lỗi xóa người dùng \"%(user)s\": %(error)s" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "Mật khẩu không khớp, thử lại." - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "Super user and staff user password reseting is not allowed, use the admin interface for these cases." - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "Reset mật khẩu thành công: %s" - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Lỗi reset mật khẩu \"%(user)s\": %(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "Đang reset mật khẩu: %s" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "Đang reset mật khẩu: %s" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Người dùng \"%s\" được tạo thành công." + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "Cần cung cấp ít nhất một user." + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Super user and staff user deleting is not allowed, use the admin interface for these cases." + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Người dùng \"%s\" đã xóa thành công." + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Lỗi xóa người dùng \"%(user)s\": %(error)s" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "Mật khẩu không khớp, thử lại." + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Super user and staff user password reseting is not allowed, use the admin interface for these cases." + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Reset mật khẩu thành công: %s" + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Lỗi reset mật khẩu \"%(user)s\": %(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Đang reset mật khẩu: %s" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Đang reset mật khẩu: %s" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group." diff --git a/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.mo index 7c01dcbc78..513a029fca 100644 Binary files a/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.po index 42d6a5924d..39e2bb5b91 100644 --- a/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 01:24-0400\n" -"PO-Revision-Date: 2015-08-27 05:25+0000\n" +"POT-Creation-Date: 2015-09-24 01:11-0400\n" +"PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "新密码" msgid "Confirm password" msgstr "确认密码" -#: links.py:14 views.py:296 +#: links.py:14 views.py:28 msgid "Create new group" msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:26 links.py:34 links.py:50 views.py:319 +#: links.py:26 links.py:34 links.py:50 views.py:51 msgid "Groups" msgstr "" -#: links.py:38 views.py:97 +#: links.py:38 views.py:184 msgid "Create new user" msgstr "" -#: links.py:54 links.py:70 views.py:33 +#: links.py:54 links.py:70 views.py:156 msgid "Users" msgstr "" @@ -119,122 +119,121 @@ msgstr "编辑现有用户" msgid "View existing users" msgstr "查看现有用户" -#: views.py:50 -msgid "" -"Super user and staff user editing is not allowed, use the admin interface " -"for these cases." -msgstr "不允许编辑超级和管理用户,请使用管理接口来操作。" - -#: views.py:65 -#, python-format -msgid "User \"%s\" updated successfully." -msgstr "更新用户\"%s\"成功" - -#: views.py:72 -#, python-format -msgid "Edit user: %s" -msgstr "" - -#: views.py:88 -#, python-format -msgid "User \"%s\" created successfully." -msgstr "创建用户\"%s\"成功" - -#: views.py:116 views.py:184 -msgid "Must provide at least one user." -msgstr "必须提供至少一个用户" - -#: views.py:133 -msgid "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." -msgstr "不允许删除超级和管理用户,请使用管理接口来操作。" - -#: views.py:140 -#, python-format -msgid "User \"%s\" deleted successfully." -msgstr "删除用户\"%s\"成功" - -#: views.py:144 -#, python-format -msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "删除用户: \"%(user)s\": %(error)s出错。" - -#: views.py:158 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the user: %s?" -msgstr "" - -#: views.py:160 -#, python-format -#| msgid "Delete existing users" -msgid "Delete the users: %s?" -msgstr "" - -#: views.py:199 -msgid "Passwords do not match, try again." -msgstr "密码不匹配,请再试一次" - -#: views.py:207 -msgid "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." -msgstr "不允许重置超级和管理用户的密码,请使用管理接口来操作。" - -#: views.py:217 -#, python-format -msgid "Successfull password reset for user: %s." -msgstr "重置用户:%s密码成功" - -#: views.py:223 -#, python-format -msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "重置用户\"%(user)s\"密码出错:%(error)s" - -#: views.py:240 -#, python-format -msgid "Reseting password for user: %s" -msgstr "重置用户%s的密码" - -#: views.py:242 -#, python-format -msgid "Reseting password for users: %s" -msgstr "重置用户:%s的密码" - -#: views.py:264 views.py:339 -msgid "Available groups" -msgstr "" - -#: views.py:265 -msgid "Groups joined" -msgstr "" - -#: views.py:274 -#, python-format -msgid "Groups of user: %s" -msgstr "" - -#: views.py:312 +#: views.py:44 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:333 +#: views.py:65 #, python-format #| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" -#: views.py:340 +#: views.py:71 views.py:120 +msgid "Available groups" +msgstr "" + +#: views.py:72 msgid "Members of groups" msgstr "" -#: views.py:349 +#: views.py:81 #, python-format msgid "Members of group: %s" msgstr "" +#: views.py:114 +#, python-format +msgid "Edit user: %s" +msgstr "" + +#: views.py:121 +msgid "Groups joined" +msgstr "" + +#: views.py:130 +#, python-format +msgid "Groups of user: %s" +msgstr "" + +#: views.py:175 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "创建用户\"%s\"成功" + +#: views.py:203 views.py:271 +msgid "Must provide at least one user." +msgstr "必须提供至少一个用户" + +#: views.py:220 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "不允许删除超级和管理用户,请使用管理接口来操作。" + +#: views.py:227 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "删除用户\"%s\"成功" + +#: views.py:231 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "删除用户: \"%(user)s\": %(error)s出错。" + +#: views.py:245 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:247 +#, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:286 +msgid "Passwords do not match, try again." +msgstr "密码不匹配,请再试一次" + +#: views.py:294 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "不允许重置超级和管理用户的密码,请使用管理接口来操作。" + +#: views.py:304 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "重置用户:%s密码成功" + +#: views.py:310 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "重置用户\"%(user)s\"密码出错:%(error)s" + +#: views.py:327 +#, python-format +msgid "Reseting password for user: %s" +msgstr "重置用户%s的密码" + +#: views.py:329 +#, python-format +msgid "Reseting password for users: %s" +msgstr "重置用户:%s的密码" + +#~ msgid "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." +#~ msgstr "" +#~ "Super user and staff user editing is not allowed, use the admin interface " +#~ "for these cases." + +#~ msgid "User \"%s\" updated successfully." +#~ msgstr "User \"%s\" updated successfully." + #~ msgid "Must provide at least one group." #~ msgstr "Must provide at least one group."