diff --git a/contrib/scripts/process_messages.py b/contrib/scripts/process_messages.py index 1f05c44145..7a9021be10 100755 --- a/contrib/scripts/process_messages.py +++ b/contrib/scripts/process_messages.py @@ -14,7 +14,11 @@ APP_LIST = ( 'rest_api', 'smart_settings', 'sources', 'statistics', 'tags', 'user_management' ) -LANGUAGE_LIST = ('ar', 'bg', 'bs_BA', 'da', 'de_CH', 'de_DE', 'en', 'es', 'fa', 'fr', 'hu', 'hr_HR', 'id', 'it', 'lv', 'nb', 'nl_NL', 'pl', 'pt', 'pt_BR', 'ro_RO', 'ru', 'sl_SI', 'sq', 'tr_TR', 'vi_VN', 'zh_CN', 'zh_TW') +LANGUAGE_LIST = ( + 'ar', 'bg', 'bs_BA', 'da', 'de_CH', 'de_DE', 'en', 'es', 'fa', 'fr', 'hu', + 'hr_HR', 'id', 'it', 'lv', 'nb', 'nl_NL', 'pl', 'pt', 'pt_BR', 'ro_RO', + 'ru', 'sl_SI', 'sq', 'tr_TR', 'vi_VN', 'zh_CN', 'zh_TW' +) makemessages = sh.Command('django-admin.py') makemessages = makemessages.bake('makemessages') @@ -26,7 +30,9 @@ transifex_client = sh.Command('tx') pull_translations = transifex_client.bake('pull') push_translations = transifex_client.bake('push') -BASE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'mayan')) +BASE_DIR = os.path.abspath( + os.path.join(os.path.dirname(__file__), '..', '..', 'mayan') +) def process(command, app_list, language_list): @@ -59,12 +65,30 @@ def process(command, app_list, language_list): if __name__ == '__main__': parser = optparse.OptionParser() - parser.add_option('-m', '--make', help='create message sources file', dest='make', default=False, action='store_true') - parser.add_option('-c', '--compile', help='compile message files', dest='compile', default=False, action='store_true') - parser.add_option('-p', '--pull', help='pull translation files', dest='pull', default=False, action='store_true') - parser.add_option('-u', '--push', help='push translation files', dest='push', default=False, action='store_true') - parser.add_option('-a', '--app', help='specify which app to process', dest='app', action='store', metavar='appname') - parser.add_option('-l', '--lang', help='specify which language to process', dest='lang', action='store', metavar='language') + parser.add_option( + '-m', '--make', help='create message sources file', dest='make', + default=False, action='store_true' + ) + parser.add_option( + '-c', '--compile', help='compile message files', dest='compile', + default=False, action='store_true' + ) + parser.add_option( + '-p', '--pull', help='pull translation files', dest='pull', + default=False, action='store_true' + ) + parser.add_option( + '-u', '--push', help='push translation files', dest='push', + default=False, action='store_true' + ) + parser.add_option( + '-a', '--app', help='specify which app to process', dest='app', + action='store', metavar='appname' + ) + parser.add_option( + '-l', '--lang', help='specify which language to process', dest='lang', + action='store', metavar='language' + ) (opts, args) = parser.parse_args() if not opts.make and not opts.compile: diff --git a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po index 6bcd780f1d..2c075f67d7 100644 --- a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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,93 +9,55 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "New holder" - -#: forms.py:42 -msgid "Users" -msgstr "Users" - -#: forms.py:45 -msgid "Groups" -msgstr "Groups" - -#: forms.py:48 -msgid "Roles" -msgstr "Roles" - -#: forms.py:51 -msgid "Special" -msgstr "Special" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACLs" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "View ACLs" + +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "" - -#: links.py:15 -msgid "Default ACLs" -msgstr "Default ACLs" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "ACLs for class" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Insufficient access." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Roles" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Creator" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Access control lists" @@ -103,142 +65,116 @@ msgstr "Access control lists" msgid "Edit ACLs" msgstr "Edit ACLs" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "View ACLs" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Edit class default ACLs" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "View class default ACLs" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists" +msgid "New access control lists for: %s" +msgstr "Access control lists" + +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:51 views.py:403 -msgid "Permissions" +#: views.py:234 +#, python-format +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "" +#~ msgid "New holder" +#~ msgstr "New holder" -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "" +#~ msgid "Users" +#~ msgstr "Users" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" +#~ msgid "Groups" +#~ msgstr "Groups" -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" +#~ msgid "Special" +#~ msgstr "Special" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr ", " +#~ msgid "Default ACLs" +#~ msgstr "Default ACLs" -#: views.py:182 views.py:273 views.py:517 views.py:594 -#, python-format -msgid " for %s" -msgstr " for %s" +#~ msgid "ACLs for class" +#~ msgstr "ACLs for class" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr " to %s" +#~ msgid "Creator" +#~ msgstr "Creator" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgid "Edit class default ACLs" +#~ msgstr "Edit class default ACLs" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgid "View class default ACLs" +#~ msgstr "View class default ACLs" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgid ", " +#~ msgstr ", " -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s, already had the permission \"%(permission)s\" granted for %(object)s." +#~ msgid " for %s" +#~ msgstr " for %s" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr " from %s" +#~ msgid " to %s" +#~ msgstr " to %s" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "Are you sure you wish to grant the permission %(title_suffix)s?" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -#: views.py:292 views.py:613 -#, python-format -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, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" +#~ msgid " from %s" +#~ msgstr " from %s" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Select" +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "Are you sure you wish to revoke the permission %(title_suffix)s?" -#: views.py:381 -msgid "Class" -msgstr "" +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "Are you sure you wish to revoke the permissions %(title_suffix)s?" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" +#~ 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." -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "" +#~ msgid "Select" +#~ msgstr "Select" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po b/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po index ec3a2161f9..51638f429e 100644 --- a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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 @@ -11,93 +11,52 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Нов притежател" - -#: forms.py:42 -msgid "Users" -msgstr "Потребители" - -#: forms.py:45 -msgid "Groups" -msgstr "Групи" - -#: forms.py:48 -msgid "Roles" -msgstr "Роли" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "Контролни списъци за достъп" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "Контролни списъци за достъп по подразбиране" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "Контролни списъци за клас" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Недостатъчен достъп." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Роли" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Контролни списъци за достъп" @@ -105,142 +64,82 @@ msgstr "Контролни списъци за достъп" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists" +msgid "New access control lists for: %s" +msgstr "Контролни списъци за достъп" + +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:234 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "" +#~ msgid "New holder" +#~ msgstr "Нов притежател" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" +#~ msgid "Users" +#~ msgstr "Потребители" -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" +#~ msgid "Groups" +#~ msgstr "Групи" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" +#~ msgid "Default ACLs" +#~ msgstr "Контролни списъци за достъп по подразбиране" -#: views.py:182 views.py:273 views.py:517 views.py:594 -#, python-format -msgid " for %s" -msgstr " за %s" +#~ msgid "ACLs for class" +#~ msgstr "Контролни списъци за клас" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr " към %s" +#~ msgid " for %s" +#~ msgstr " за %s" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Сигурни ли сте, че искате да дадете разрешение за %(title_suffix)s?" +#~ msgid " to %s" +#~ msgstr " към %s" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Сигурни ли сте, че искате да дадете разрешения за %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "Сигурни ли сте, че искате да дадете разрешение за %(title_suffix)s?" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "Сигурни ли сте, че искате да дадете разрешения за %(title_suffix)s?" -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" +#~ msgid " from %s" +#~ msgstr " от %s" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr " от %s" +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "" +#~ "Сигурни ли сте, че искате да отнемете разрешението за %(title_suffix)s?" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Сигурни ли сте, че искате да отнемете разрешението за %(title_suffix)s?" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Сигурни ли сте, че искате да отнемете разрешенията за %(title_suffix)s?" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "" +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "" +#~ "Сигурни ли сте, че искате да отнемете разрешенията за %(title_suffix)s?" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" 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 339db6d97b..58aebaab78 100644 --- a/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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,93 +9,55 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Novi posjednik" - -#: forms.py:42 -msgid "Users" -msgstr "Korisnici" - -#: forms.py:45 -msgid "Groups" -msgstr "Grupe" - -#: forms.py:48 -msgid "Roles" -msgstr "Role" - -#: forms.py:51 -msgid "Special" -msgstr "Posebno" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACLs" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Pregledati ACLs" + +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "" - -#: links.py:15 -msgid "Default ACLs" -msgstr "Difoltne ACLs" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "ACLs za klasu" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Nedovoljne dozvole." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Role" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Kreator" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Liste kontrole pristupa (ACLs)" @@ -103,142 +65,114 @@ msgstr "Liste kontrole pristupa (ACLs)" msgid "Edit ACLs" msgstr "Izmjeniti ACLs" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Pregledati ACLs" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Izmjeniti difoltne ACLs klase" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "Pregledati difoltne ACLs klase" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists" +msgid "New access control lists for: %s" +msgstr "Liste kontrole pristupa (ACLs)" + +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:51 views.py:403 -msgid "Permissions" +#: views.py:234 +#, python-format +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "" +#~ msgid "New holder" +#~ msgstr "Novi posjednik" -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "" +#~ msgid "Users" +#~ msgstr "Korisnici" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" +#~ msgid "Groups" +#~ msgstr "Grupe" -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" +#~ msgid "Special" +#~ msgstr "Posebno" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr ", " +#~ msgid "Default ACLs" +#~ msgstr "Difoltne ACLs" -#: views.py:182 views.py:273 views.py:517 views.py:594 -#, python-format -msgid " for %s" -msgstr " za %s" +#~ msgid "ACLs for class" +#~ msgstr "ACLs za klasu" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr " prema %s" +#~ msgid "Creator" +#~ msgstr "Kreator" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Jeste li sigurni da želite odobriti dozvolu %(title_suffix)s?" +#~ msgid "Edit class default ACLs" +#~ msgstr "Izmjeniti difoltne ACLs klase" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Jeste li sigurni da želite odobriti dozvole %(title_suffix)s?" +#~ msgid "View class default ACLs" +#~ msgstr "Pregledati difoltne ACLs klase" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Dozvola \"%(permission)s\" odobrena za %(actor)s prema %(object)s." +#~ msgid ", " +#~ msgstr ", " -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s, već ima dozvolu \"%(permission)s\" prema %(object)s." +#~ msgid " for %s" +#~ msgstr " za %s" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr " od %s" +#~ msgid " to %s" +#~ msgstr " prema %s" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Jeste li sigurni da želite ukinuti dozvolu %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "Jeste li sigurni da želite odobriti dozvolu %(title_suffix)s?" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Jeste li sigurni da želite ukinuti dozvole %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "Jeste li sigurni da želite odobriti dozvole %(title_suffix)s?" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Dozvola \"%(permission)s\" povučena za %(actor)s prema %(object)s." +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Dozvola \"%(permission)s\" odobrena za %(actor)s prema %(object)s." -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s, nije imao/la dozvolu \"%(permission)s\" prema %(object)s." +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "%(actor)s, već ima dozvolu \"%(permission)s\" prema %(object)s." -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" +#~ msgid " from %s" +#~ msgstr " od %s" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Odabrati" +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "Jeste li sigurni da želite ukinuti dozvolu %(title_suffix)s?" -#: views.py:381 -msgid "Class" -msgstr "" +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "Jeste li sigurni da želite ukinuti dozvole %(title_suffix)s?" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "Dozvola \"%(permission)s\" povučena za %(actor)s prema %(object)s." -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "" +#~ "%(actor)s, nije imao/la dozvolu \"%(permission)s\" prema %(object)s." -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "" +#~ msgid "Select" +#~ msgstr "Odabrati" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/da/LC_MESSAGES/django.po b/mayan/apps/acls/locale/da/LC_MESSAGES/django.po index c6c86477ee..9b94be2b43 100644 --- a/mayan/apps/acls/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/da/LC_MESSAGES/django.po @@ -1,100 +1,57 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -102,142 +59,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/acls/locale/de_CH/LC_MESSAGES/django.po index 610bef10a3..599d999969 100644 --- a/mayan/apps/acls/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/de_CH/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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,83 +19,39 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -103,142 +59,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" 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 150f1b1a9e..e42e9070f5 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: # Stefan Lodders , 2012 @@ -15,93 +15,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Neue Berechtigung" - -#: forms.py:42 -msgid "Users" -msgstr "Benutzer" - -#: forms.py:45 -msgid "Groups" -msgstr "Gruppen" - -#: forms.py:48 -msgid "Roles" -msgstr "Rollen" - -#: forms.py:51 -msgid "Special" -msgstr "Spezial" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "Zugriffsberechtigungen" -#: links.py:10 links.py:18 -msgid "Details" -msgstr "Details" +#: links.py:24 +msgid "Delete" +msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" -msgstr "Erteilen" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Zugriffsberechtigungen anzeigen" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "Widerrufen" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" +msgstr "Berechtigungen" -#: links.py:15 -msgid "Default ACLs" -msgstr "Standardzugriffsberechtigungen" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "Klassen" - -#: links.py:17 -msgid "ACLs for class" -msgstr "Zugriffsberechtigungen für Klasse" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Keine Zugriffsberechtigung" -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "Berechtigung" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Rollen" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "Zugriffsberechtigung" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "Zugriffsberechtigungen" -#: models.py:88 -msgid "Default access entry" -msgstr "Standardzugriffsberechtigung" - -#: models.py:89 -msgid "Default access entries" -msgstr "Standardzugriffsberechtigungen" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Ersteller" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Zugriffsberechtigungen" @@ -109,136 +70,172 @@ msgstr "Zugriffsberechtigungen" msgid "Edit ACLs" msgstr "Zugriffsberechtigungen bearbeiten" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Zugriffsberechtigungen anzeigen" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Zugriffsberechtigungen der Klasse bearbeiten" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "Zugriffsberechtigungen der Klasse anzeigen" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "Zugriffsberechtigungen für: %s" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "Berechtigter" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists for: %s" +msgid "New access control lists for: %s" +msgstr "Zugriffsberechtigungen für: %s" -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "Berechtigungen" - -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "Berechtigungen von %(actor)s für %(obj)s" - -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "Namensraum" - -#: views.py:106 views.py:435 -msgid "Label" -msgstr "Bezeichnung" - -#: views.py:108 views.py:437 -msgid "Has permission" +#: views.py:163 +#, fuzzy +#| msgid "Has permission" +msgid "Available permissions" msgstr "Berechtigt" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "," +#: views.py:164 +#, fuzzy +#| msgid "Has permission" +msgid "Granted permissions" +msgstr "Berechtigt" -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." +msgstr "" + +#: views.py:234 #, python-format -msgid " for %s" -msgstr "für %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" +msgstr "" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "an %s" +#~ msgid "New holder" +#~ msgstr "Neue Berechtigung" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s erteilen möchten?" +#~ msgid "Users" +#~ msgstr "Benutzer" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s erteilen möchten?" +#~ msgid "Groups" +#~ msgstr "Gruppen" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Berechtigung \"%(permission)s\" erteilt an %(actor)s für %(object)s." +#~ msgid "Special" +#~ msgstr "Spezial" -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s verfügt bereits über die Berechtigung \"%(permission)s an %(object)s." +#~ msgid "Details" +#~ msgstr "Details" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "von %s" +#~ msgid "Grant" +#~ msgstr "Erteilen" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s widerrufen möchten?" +#~ msgid "Revoke" +#~ msgstr "Widerrufen" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s widerrufen möchten?" +#~ msgid "Default ACLs" +#~ msgstr "Standardzugriffsberechtigungen" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Berechtigung \"%(permission)s\" von %(actor)s für %(object)s widerrufen." +#~ msgid "Classes" +#~ msgstr "Klassen" -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s verfügte nicht über Berechtigung \"%(permission)s\" für %(object)s." +#~ msgid "ACLs for class" +#~ msgstr "Zugriffsberechtigungen für Klasse" -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "Neue Berechtigung für %s erstellen" +#~ msgid "Permission" +#~ msgstr "Berechtigung" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Auswählen" +#~ msgid "Default access entry" +#~ msgstr "Standardzugriffsberechtigung" -#: views.py:381 -msgid "Class" -msgstr "Klasse" +#~ msgid "Default access entries" +#~ msgstr "Standardzugriffsberechtigungen" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "Standardberechtigungen für Klasse %s" +#~ msgid "Creator" +#~ msgstr "Ersteller" -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "Berechtigungen von %(actor)s für Klasse %(class)s" +#~ msgid "Edit class default ACLs" +#~ msgstr "Zugriffsberechtigungen der Klasse bearbeiten" -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "Neue Berechtigung für Klasse %s erstellen" +#~ msgid "View class default ACLs" +#~ msgstr "Zugriffsberechtigungen der Klasse anzeigen" + +#~ msgid "Holder" +#~ msgstr "Berechtigter" + +#~ msgid "Permissions available to: %(actor)s for %(obj)s" +#~ msgstr "Berechtigungen von %(actor)s für %(obj)s" + +#~ msgid "Namespace" +#~ msgstr "Namensraum" + +#~ msgid "Label" +#~ msgstr "Bezeichnung" + +#~ msgid ", " +#~ msgstr "," + +#~ msgid " for %s" +#~ msgstr "für %s" + +#~ msgid " to %s" +#~ msgstr "an %s" + +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s erteilen " +#~ "möchten?" + +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s erteilen " +#~ "möchten?" + +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "" +#~ "Berechtigung \"%(permission)s\" erteilt an %(actor)s für %(object)s." + +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s verfügt bereits über die Berechtigung \"%(permission)s an " +#~ "%(object)s." + +#~ msgid " from %s" +#~ msgstr "von %s" + +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s widerrufen " +#~ "möchten?" + +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s widerrufen " +#~ "möchten?" + +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "" +#~ "Berechtigung \"%(permission)s\" von %(actor)s für %(object)s widerrufen." + +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "" +#~ "%(actor)s verfügte nicht über Berechtigung \"%(permission)s\" für " +#~ "%(object)s." + +#~ msgid "Add new holder for: %s" +#~ msgstr "Neue Berechtigung für %s erstellen" + +#~ msgid "Select" +#~ msgstr "Auswählen" + +#~ msgid "Class" +#~ msgstr "Klasse" + +#~ msgid "Default access control lists for class: %s" +#~ msgstr "Standardberechtigungen für Klasse %s" + +#~ msgid "Permissions available to: %(actor)s for class %(class)s" +#~ msgstr "Berechtigungen von %(actor)s für Klasse %(class)s" + +#~ msgid "Add new holder for class: %s" +#~ msgstr "Neue Berechtigung für Klasse %s erstellen" #~ msgid "List of classes" #~ msgstr "List of classes" diff --git a/mayan/apps/acls/locale/en/LC_MESSAGES/django.po b/mayan/apps/acls/locale/en/LC_MESSAGES/django.po index 9ea3b705c9..7a0291b1c5 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-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/" @@ -18,92 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "New holder" - -#: forms.py:42 -msgid "Users" -msgstr "Users" - -#: forms.py:45 -msgid "Groups" -msgstr "Groups" - -#: forms.py:48 -msgid "Roles" -msgstr "Roles" - -#: forms.py:51 -msgid "Special" -msgstr "Special" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACLs" -#: links.py:10 links.py:18 +#: links.py:24 +msgid "Delete" +msgstr "" + +#: links.py:32 #, fuzzy -msgid "Details" -msgstr "details" +#| msgid "View ACLs" +msgid "New ACL" +msgstr "View ACLs" -#: links.py:11 links.py:20 +#: links.py:36 models.py:36 views.py:75 #, fuzzy -msgid "Grant" -msgstr "grant" +msgid "Permissions" +msgstr "permissions" -#: links.py:12 links.py:21 -#, fuzzy -msgid "Revoke" -msgstr "revoke" - -#: links.py:15 -msgid "Default ACLs" -msgstr "Default ACLs" - -#: links.py:16 views.py:379 -#, fuzzy -msgid "Classes" -msgstr "classes" - -#: links.py:17 -msgid "ACLs for class" -msgstr "ACLs for class" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Insufficient access." -#: models.py:25 models.py:67 +#: models.py:38 views.py:71 #, fuzzy -msgid "Permission" -msgstr "permissions" +#| msgid "Roles" +msgid "Role" +msgstr "Roles" -#: models.py:51 +#: models.py:44 #, fuzzy msgid "Access entry" msgstr "access entry" -#: models.py:52 +#: models.py:45 #, fuzzy msgid "Access entries" msgstr "access entries" -#: models.py:88 -#, fuzzy -msgid "Default access entry" -msgstr "default access entry" - -#: models.py:89 -#, fuzzy -msgid "Default access entries" -msgstr "default access entries" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Creator" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Access control lists" @@ -111,145 +65,174 @@ msgstr "Access control lists" msgid "Edit ACLs" msgstr "Edit ACLs" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "View ACLs" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Edit class default ACLs" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "View class default ACLs" - -#: views.py:48 +#: views.py:68 #, fuzzy, python-format msgid "Access control lists for: %s" msgstr "access control lists for: %s" -#: views.py:50 views.py:402 -#, fuzzy -msgid "Holder" -msgstr "holder" - -#: views.py:51 views.py:403 -#, fuzzy -msgid "Permissions" -msgstr "permissions" - -#: views.py:98 +#: views.py:128 #, fuzzy, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" +msgstr "access control lists for: %s" -#: views.py:105 views.py:434 +#: views.py:163 #, fuzzy -msgid "Namespace" -msgstr "namespace" - -#: views.py:106 views.py:435 -#, fuzzy -msgid "Label" -msgstr "label" - -#: views.py:108 views.py:437 -#, fuzzy -msgid "Has permission" +msgid "Available permissions" msgstr "has permission" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr ", " - -#: views.py:182 views.py:273 views.py:517 views.py:594 -#, python-format -msgid " for %s" -msgstr " for %s" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr " to %s" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Are you sure you wish to grant the permission %(title_suffix)s?" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr " from %s" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Are you sure you wish to revoke the permission %(title_suffix)s?" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Are you sure you wish to revoke the permissions %(title_suffix)s?" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." - -#: views.py:292 views.py:613 -#, python-format -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." - -#: views.py:346 -#, fuzzy, python-format -msgid "Add new holder for: %s" -msgstr "add new holder for: %s" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Select" - -#: views.py:381 +#: views.py:164 #, fuzzy -msgid "Class" -msgstr "class" +msgid "Granted permissions" +msgstr "has permission" -#: views.py:400 -#, fuzzy, python-format -msgid "Default access control lists for class: %s" -msgstr "default access control lists for class: %s" +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." +msgstr "" -#: views.py:428 -#, fuzzy, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "permissions available to: %(actor)s for class %(class)s" +#: views.py:234 +#, python-format +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" +msgstr "" -#: views.py:475 -#, fuzzy, python-format -msgid "Add new holder for class: %s" -msgstr "add new holder for class: %s" +#~ msgid "New holder" +#~ msgstr "New holder" + +#~ msgid "Users" +#~ msgstr "Users" + +#~ msgid "Groups" +#~ msgstr "Groups" + +#~ msgid "Special" +#~ msgstr "Special" + +#, fuzzy +#~ msgid "Details" +#~ msgstr "details" + +#, fuzzy +#~ msgid "Grant" +#~ msgstr "grant" + +#, fuzzy +#~ msgid "Revoke" +#~ msgstr "revoke" + +#~ msgid "Default ACLs" +#~ msgstr "Default ACLs" + +#, fuzzy +#~ msgid "Classes" +#~ msgstr "classes" + +#~ msgid "ACLs for class" +#~ msgstr "ACLs for class" + +#, fuzzy +#~ msgid "Permission" +#~ msgstr "permissions" + +#, fuzzy +#~ msgid "Default access entry" +#~ msgstr "default access entry" + +#, fuzzy +#~ msgid "Default access entries" +#~ msgstr "default access entries" + +#~ msgid "Creator" +#~ msgstr "Creator" + +#~ msgid "Edit class default ACLs" +#~ msgstr "Edit class default ACLs" + +#~ msgid "View class default ACLs" +#~ msgstr "View class default ACLs" + +#, fuzzy +#~ msgid "Holder" +#~ msgstr "holder" + +#, fuzzy +#~ msgid "Permissions available to: %(actor)s for %(obj)s" +#~ msgstr "permissions available to: %(actor)s for %(obj)s" + +#, fuzzy +#~ msgid "Namespace" +#~ msgstr "namespace" + +#, fuzzy +#~ msgid "Label" +#~ msgstr "label" + +#~ msgid ", " +#~ msgstr ", " + +#~ msgid " for %s" +#~ msgstr " for %s" + +#~ msgid " to %s" +#~ msgstr " to %s" + +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "Are you sure you wish to grant the permission %(title_suffix)s?" + +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?" + +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." + +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." + +#~ msgid " from %s" +#~ msgstr " from %s" + +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "Are you sure you wish to revoke the permission %(title_suffix)s?" + +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "Are you sure you wish to revoke the permissions %(title_suffix)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." + +#, fuzzy +#~ msgid "Add new holder for: %s" +#~ msgstr "add new holder for: %s" + +#~ msgid "Select" +#~ msgstr "Select" + +#, fuzzy +#~ msgid "Class" +#~ msgstr "class" + +#, fuzzy +#~ msgid "Default access control lists for class: %s" +#~ msgstr "default access control lists for class: %s" + +#, fuzzy +#~ msgid "Permissions available to: %(actor)s for class %(class)s" +#~ msgstr "permissions available to: %(actor)s for class %(class)s" + +#, fuzzy +#~ msgid "Add new holder for class: %s" +#~ msgstr "add new holder for class: %s" #~ msgid "List of classes" #~ msgstr "List of classes" diff --git a/mayan/apps/acls/locale/es/LC_MESSAGES/django.po b/mayan/apps/acls/locale/es/LC_MESSAGES/django.po index 2ec67a6b3d..58a31b0339 100644 --- a/mayan/apps/acls/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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,93 +11,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2015-01-14 20:07+0000\n" "Last-Translator: Lory977 \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Nuevo titular" - -#: forms.py:42 -msgid "Users" -msgstr "Usuarios" - -#: forms.py:45 -msgid "Groups" -msgstr "Grupos" - -#: forms.py:48 -msgid "Roles" -msgstr "Roles" - -#: forms.py:51 -msgid "Special" -msgstr "Especial" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "LCA" -#: links.py:10 links.py:18 -msgid "Details" -msgstr "Detalles" +#: links.py:24 +msgid "Delete" +msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" -msgstr "Otorgar" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Ver LCA" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "Revocar" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" +msgstr "Autorizaciones" -#: links.py:15 -msgid "Default ACLs" -msgstr "LCA por defecto" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "Clases" - -#: links.py:17 -msgid "ACLs for class" -msgstr "LCA para la clase" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Acceso insuficiente." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "Autorización" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Roles" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "Acceso autorizado" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "las entradas de acceso" -#: models.py:88 -msgid "Default access entry" -msgstr "por defecto el acceso de entrada" - -#: models.py:89 -msgid "Default access entries" -msgstr "entradas de acceso por defecto" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Creador" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Listas de control de acceso" @@ -105,136 +66,160 @@ msgstr "Listas de control de acceso" msgid "Edit ACLs" msgstr "Editar LCA" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Ver LCA" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Editar LCA por defecto de la clase" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "Ver LCA por defecto de la clase" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "listas de control de acceso para: %s" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "titular" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists for: %s" +msgid "New access control lists for: %s" +msgstr "listas de control de acceso para: %s" -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "Autorizaciones" - -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "Autorizaciones disponibles para: %(actor)s para %(obj)s" - -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "Espacios nombrados" - -#: views.py:106 views.py:435 -msgid "Label" -msgstr "Etiqueta" - -#: views.py:108 views.py:437 -msgid "Has permission" +#: views.py:163 +#, fuzzy +#| msgid "Has permission" +msgid "Available permissions" msgstr "Tiene permiso" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr ", " +#: views.py:164 +#, fuzzy +#| msgid "Has permission" +msgid "Granted permissions" +msgstr "Tiene permiso" -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." +msgstr "" + +#: views.py:234 #, python-format -msgid " for %s" -msgstr " para %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" +msgstr "" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr " a %s" +#~ msgid "New holder" +#~ msgstr "Nuevo titular" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "¿Está seguro que desea conceder el permiso %(title_suffix)s?" +#~ msgid "Users" +#~ msgstr "Usuarios" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "¿Está seguro que desea conceder los permisos de %(title_suffix)s?" +#~ msgid "Groups" +#~ msgstr "Grupos" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Permiso \"%(permission)s\" otorgado a %(actor)s para %(object)s." +#~ msgid "Special" +#~ msgstr "Especial" -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para %(object)s." +#~ msgid "Details" +#~ msgstr "Detalles" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr " de %s" +#~ msgid "Grant" +#~ msgstr "Otorgar" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "¿Está seguro que desea revocar el permiso %(title_suffix)s?" +#~ msgid "Revoke" +#~ msgstr "Revocar" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "¿Está seguro de querer revocar los permisos %(title_suffix)s?" +#~ msgid "Default ACLs" +#~ msgstr "LCA por defecto" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Permiso \"%(permission)s\" revocado del %(actor)s para %(object)s." +#~ msgid "Classes" +#~ msgstr "Clases" -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s, no tenía el permiso \"%(permission)s\" para %(object)s." +#~ msgid "ACLs for class" +#~ msgstr "LCA para la clase" -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "añadir nuevo titular para: %s" +#~ msgid "Permission" +#~ msgstr "Autorización" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Seleccionar" +#~ msgid "Default access entry" +#~ msgstr "por defecto el acceso de entrada" -#: views.py:381 -msgid "Class" -msgstr "Clase" +#~ msgid "Default access entries" +#~ msgstr "entradas de acceso por defecto" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "listas de control de acceso por defecto para la clase: %s" +#~ msgid "Creator" +#~ msgstr "Creador" -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "permisos disponibles para: %(actor)s para la clase %(class)s " +#~ msgid "Edit class default ACLs" +#~ msgstr "Editar LCA por defecto de la clase" -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "añadir nuevo titular para la clase: %s" +#~ msgid "View class default ACLs" +#~ msgstr "Ver LCA por defecto de la clase" + +#~ msgid "Holder" +#~ msgstr "titular" + +#~ msgid "Permissions available to: %(actor)s for %(obj)s" +#~ msgstr "Autorizaciones disponibles para: %(actor)s para %(obj)s" + +#~ msgid "Namespace" +#~ msgstr "Espacios nombrados" + +#~ msgid "Label" +#~ msgstr "Etiqueta" + +#~ msgid ", " +#~ msgstr ", " + +#~ msgid " for %s" +#~ msgstr " para %s" + +#~ msgid " to %s" +#~ msgstr " a %s" + +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "¿Está seguro que desea conceder el permiso %(title_suffix)s?" + +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "¿Está seguro que desea conceder los permisos de %(title_suffix)s?" + +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Permiso \"%(permission)s\" otorgado a %(actor)s para %(object)s." + +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para " +#~ "%(object)s." + +#~ msgid " from %s" +#~ msgstr " de %s" + +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "¿Está seguro que desea revocar el permiso %(title_suffix)s?" + +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "¿Está seguro de querer revocar los permisos %(title_suffix)s?" + +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "Permiso \"%(permission)s\" revocado del %(actor)s para %(object)s." + +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, no tenía el permiso \"%(permission)s\" para %(object)s." + +#~ msgid "Add new holder for: %s" +#~ msgstr "añadir nuevo titular para: %s" + +#~ msgid "Select" +#~ msgstr "Seleccionar" + +#~ msgid "Class" +#~ msgstr "Clase" + +#~ msgid "Default access control lists for class: %s" +#~ msgstr "listas de control de acceso por defecto para la clase: %s" + +#~ msgid "Permissions available to: %(actor)s for class %(class)s" +#~ msgstr "permisos disponibles para: %(actor)s para la clase %(class)s " + +#~ msgid "Add new holder for class: %s" +#~ msgstr "añadir nuevo titular para la clase: %s" #~ msgid "List of classes" #~ msgstr "List of classes" diff --git a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po index ce95e683fe..3b7b0e62d1 100644 --- a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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,93 +9,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-30 13:05+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "دارنده مجوز جدید" - -#: forms.py:42 -msgid "Users" -msgstr "کاربران" - -#: forms.py:45 -msgid "Groups" -msgstr "گروه ها" - -#: forms.py:48 -msgid "Roles" -msgstr "رل ها" - -#: forms.py:51 -msgid "Special" -msgstr "ویژه" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "لیست دسترسی ها (ACLs)" -#: links.py:10 links.py:18 -msgid "Details" -msgstr "جزئیات" +#: links.py:24 +msgid "Delete" +msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" -msgstr "دادن اجازه" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "دیدن دسترسی ها" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "پس گرفتن" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" +msgstr "مجوزها" -#: links.py:15 -msgid "Default ACLs" -msgstr "لیست دسترسی های پیش فرض" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "کلاس ها" - -#: links.py:17 -msgid "ACLs for class" -msgstr "لیست دسترسیها برای کلاس" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "دسترسی ناکافی" -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "مجوز" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "رل ها" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "ورودی دسترسی" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "ورودیهای دسترسی" -#: models.py:88 -msgid "Default access entry" -msgstr "ورودی دسترسی پیش فرض" - -#: models.py:89 -msgid "Default access entries" -msgstr "ورودیهای دسترسی پیش فرض" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "خالق" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "لیست کنترل دسترسی ها" @@ -103,136 +64,158 @@ msgstr "لیست کنترل دسترسی ها" msgid "Edit ACLs" msgstr "ویرایش دسترسی ها" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "دیدن دسترسی ها" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "ویرایش دسترسی های پیش فرض کلاس" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "دیدن دسترسی های پیش فرض کلاس" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "لیست کنترل دسترسی ها برای : %s" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "دارنده" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists for: %s" +msgid "New access control lists for: %s" +msgstr "لیست کنترل دسترسی ها برای : %s" -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "مجوزها" - -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "مجوزها : %(actor)sبرای %(obj)s" - -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "فضای نام" - -#: views.py:106 views.py:435 -msgid "Label" -msgstr "برچسب" - -#: views.py:108 views.py:437 -msgid "Has permission" +#: views.py:163 +#, fuzzy +#| msgid "Has permission" +msgid "Available permissions" msgstr "دارای مجوز" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "," +#: views.py:164 +#, fuzzy +#| msgid "Has permission" +msgid "Granted permissions" +msgstr "دارای مجوز" -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." +msgstr "" + +#: views.py:234 #, python-format -msgid " for %s" -msgstr "برای %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" +msgstr "" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "به %s" +#~ msgid "New holder" +#~ msgstr "دارنده مجوز جدید" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "آیا از دادن مجوز به %(title_suffix)s مطمئن هستید؟" +#~ msgid "Users" +#~ msgstr "کاربران" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "آیا از دادن مجوز به %(title_suffix)s مطمئن هستید؟" +#~ msgid "Groups" +#~ msgstr "گروه ها" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "مجوز \"%(permission)s\" داده شده به %(actor)s برای %(object)s." +#~ msgid "Special" +#~ msgstr "ویژه" -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s دارای مجوز %(permission)s برروی %(object)s میباشد." +#~ msgid "Details" +#~ msgstr "جزئیات" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "از %s" +#~ msgid "Grant" +#~ msgstr "دادن اجازه" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "آیا مطمئن هستید که میخواهید مجوز %(title_suffix)s را لغو کنید؟" +#~ msgid "Revoke" +#~ msgstr "پس گرفتن" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "آیا مطمئن هستید که میخواهید مجوز %(title_suffix)s را لغو کنید؟" +#~ msgid "Default ACLs" +#~ msgstr "لیست دسترسی های پیش فرض" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "مجوز \"%(permission)s از %(actor)s برای %(object)s گرفته شد." +#~ msgid "Classes" +#~ msgstr "کلاس ها" -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s مجوز %(permission)s را برای %(object)s نداشت." +#~ msgid "ACLs for class" +#~ msgstr "لیست دسترسیها برای کلاس" -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "ایجاد دارنده برای: %s" +#~ msgid "Permission" +#~ msgstr "مجوز" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "انتخاب" +#~ msgid "Default access entry" +#~ msgstr "ورودی دسترسی پیش فرض" -#: views.py:381 -msgid "Class" -msgstr "کلاس" +#~ msgid "Default access entries" +#~ msgstr "ورودیهای دسترسی پیش فرض" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "لیست کنترل دسترسی پیش فرض برای کلاس : %s" +#~ msgid "Creator" +#~ msgstr "خالق" -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "مجوزها : %(actor)s برای کلاس %(class)s" +#~ msgid "Edit class default ACLs" +#~ msgstr "ویرایش دسترسی های پیش فرض کلاس" -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "دارنده جدید برای کلاس : %s" +#~ msgid "View class default ACLs" +#~ msgstr "دیدن دسترسی های پیش فرض کلاس" + +#~ msgid "Holder" +#~ msgstr "دارنده" + +#~ msgid "Permissions available to: %(actor)s for %(obj)s" +#~ msgstr "مجوزها : %(actor)sبرای %(obj)s" + +#~ msgid "Namespace" +#~ msgstr "فضای نام" + +#~ msgid "Label" +#~ msgstr "برچسب" + +#~ msgid ", " +#~ msgstr "," + +#~ msgid " for %s" +#~ msgstr "برای %s" + +#~ msgid " to %s" +#~ msgstr "به %s" + +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "آیا از دادن مجوز به %(title_suffix)s مطمئن هستید؟" + +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "آیا از دادن مجوز به %(title_suffix)s مطمئن هستید؟" + +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "مجوز \"%(permission)s\" داده شده به %(actor)s برای %(object)s." + +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "%(actor)s دارای مجوز %(permission)s برروی %(object)s میباشد." + +#~ msgid " from %s" +#~ msgstr "از %s" + +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "آیا مطمئن هستید که میخواهید مجوز %(title_suffix)s را لغو کنید؟" + +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "آیا مطمئن هستید که میخواهید مجوز %(title_suffix)s را لغو کنید؟" + +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "مجوز \"%(permission)s از %(actor)s برای %(object)s گرفته شد." + +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s مجوز %(permission)s را برای %(object)s نداشت." + +#~ msgid "Add new holder for: %s" +#~ msgstr "ایجاد دارنده برای: %s" + +#~ msgid "Select" +#~ msgstr "انتخاب" + +#~ msgid "Class" +#~ msgstr "کلاس" + +#~ msgid "Default access control lists for class: %s" +#~ msgstr "لیست کنترل دسترسی پیش فرض برای کلاس : %s" + +#~ msgid "Permissions available to: %(actor)s for class %(class)s" +#~ msgstr "مجوزها : %(actor)s برای کلاس %(class)s" + +#~ msgid "Add new holder for class: %s" +#~ msgstr "دارنده جدید برای کلاس : %s" #~ msgid "List of classes" #~ msgstr "List of classes" diff --git a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po index 1af7f52dbf..c39f7f13fc 100644 --- a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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,93 +10,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-11-02 08:22+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Nouveau détenteur" - -#: forms.py:42 -msgid "Users" -msgstr "Utilisateurs" - -#: forms.py:45 -msgid "Groups" -msgstr "Groupes" - -#: forms.py:48 -msgid "Roles" -msgstr "Rôles" - -#: forms.py:51 -msgid "Special" -msgstr "Spécial" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACLs" -#: links.py:10 links.py:18 -msgid "Details" -msgstr "Détails" +#: links.py:24 +msgid "Delete" +msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" -msgstr "Attribuer" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Afficher ACLs" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "Retirer" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" +msgstr "Droits" -#: links.py:15 -msgid "Default ACLs" -msgstr "ACLs par défaut" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "Classes" - -#: links.py:17 -msgid "ACLs for class" -msgstr "ACLs pour la classe" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Autorisations insuffisantes." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "Droit" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Rôles" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "Autorisation d'accès" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "Autorisations d'accès" -#: models.py:88 -msgid "Default access entry" -msgstr "Autorisation d'accès par défaut" - -#: models.py:89 -msgid "Default access entries" -msgstr "Autorisations d'accès par défaut" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Créateur" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Listes de contrôle d'accès (ACL)" @@ -104,136 +65,167 @@ msgstr "Listes de contrôle d'accès (ACL)" msgid "Edit ACLs" msgstr "Modifier ACLs" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Afficher ACLs" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Modifier ACLs par défaut" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "Afficher ACLs par défaut pour la classe" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "Liste de contrôle d'accès (ACL) pour: %s" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "Détenteur" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists for: %s" +msgid "New access control lists for: %s" +msgstr "Liste de contrôle d'accès (ACL) pour: %s" -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "Droits" - -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "Autorisations pour: %(actor)s for %(obj)s" - -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "Espace de nommage" - -#: views.py:106 views.py:435 -msgid "Label" -msgstr "Étiquette" - -#: views.py:108 views.py:437 -msgid "Has permission" +#: views.py:163 +#, fuzzy +#| msgid "Has permission" +msgid "Available permissions" msgstr "Autorisation accordée " -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "," +#: views.py:164 +#, fuzzy +#| msgid "Has permission" +msgid "Granted permissions" +msgstr "Autorisation accordée " -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." +msgstr "" + +#: views.py:234 #, python-format -msgid " for %s" -msgstr "à %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" +msgstr "" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "sur %s" +#~ msgid "New holder" +#~ msgstr "Nouveau détenteur" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Êtes vous certain de vouloir attribuer l'autorisation %(title_suffix)s?" +#~ msgid "Users" +#~ msgstr "Utilisateurs" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Êtes vous certain de vouloir attribuer les autorisations %(title_suffix)s?" +#~ msgid "Groups" +#~ msgstr "Groupes" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Autorisation \"%(permission)s\" accordée à %(actor)s sur %(object)s." +#~ msgid "Special" +#~ msgstr "Spécial" -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s, dispose déjà de l'autorisation \"%(permission)s\" accordée sur %(object)s." +#~ msgid "Details" +#~ msgstr "Détails" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "de %s" +#~ msgid "Grant" +#~ msgstr "Attribuer" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Êtes vous certain de vouloir révoquer l'autorisation %(title_suffix)s?" +#~ msgid "Revoke" +#~ msgstr "Retirer" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Êtes vous certain de vouloir révoquer les autorisations %(title_suffix)s?" +#~ msgid "Default ACLs" +#~ msgstr "ACLs par défaut" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Autorisation \"%(permission)s\" révoquée pour %(actor)s sur %(object)s." +#~ msgid "Classes" +#~ msgstr "Classes" -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s, n'a pas l'autorisation \"%(permission)s\" sur %(object)s." +#~ msgid "ACLs for class" +#~ msgstr "ACLs pour la classe" -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "Ajouter un nouveau détenteur pour: %s" +#~ msgid "Permission" +#~ msgstr "Droit" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Sélectionner" +#~ msgid "Default access entry" +#~ msgstr "Autorisation d'accès par défaut" -#: views.py:381 -msgid "Class" -msgstr "Classe" +#~ msgid "Default access entries" +#~ msgstr "Autorisations d'accès par défaut" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "Liste de contrôle d'accès (ACL) par défaut pour: %s" +#~ msgid "Creator" +#~ msgstr "Créateur" -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "Autorisations attribuées à: %(actor)s sur la classe %(class)s" +#~ msgid "Edit class default ACLs" +#~ msgstr "Modifier ACLs par défaut" -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "Ajouter un nouveau détenteur sur la classe: %s" +#~ msgid "View class default ACLs" +#~ msgstr "Afficher ACLs par défaut pour la classe" + +#~ msgid "Holder" +#~ msgstr "Détenteur" + +#~ msgid "Permissions available to: %(actor)s for %(obj)s" +#~ msgstr "Autorisations pour: %(actor)s for %(obj)s" + +#~ msgid "Namespace" +#~ msgstr "Espace de nommage" + +#~ msgid "Label" +#~ msgstr "Étiquette" + +#~ msgid ", " +#~ msgstr "," + +#~ msgid " for %s" +#~ msgstr "à %s" + +#~ msgid " to %s" +#~ msgstr "sur %s" + +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "" +#~ "Êtes vous certain de vouloir attribuer l'autorisation %(title_suffix)s?" + +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "" +#~ "Êtes vous certain de vouloir attribuer les autorisations %(title_suffix)s?" + +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "" +#~ "Autorisation \"%(permission)s\" accordée à %(actor)s sur %(object)s." + +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s, dispose déjà de l'autorisation \"%(permission)s\" accordée sur " +#~ "%(object)s." + +#~ msgid " from %s" +#~ msgstr "de %s" + +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "" +#~ "Êtes vous certain de vouloir révoquer l'autorisation %(title_suffix)s?" + +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "" +#~ "Êtes vous certain de vouloir révoquer les autorisations %(title_suffix)s?" + +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "" +#~ "Autorisation \"%(permission)s\" révoquée pour %(actor)s sur %(object)s." + +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "" +#~ "%(actor)s, n'a pas l'autorisation \"%(permission)s\" sur %(object)s." + +#~ msgid "Add new holder for: %s" +#~ msgstr "Ajouter un nouveau détenteur pour: %s" + +#~ msgid "Select" +#~ msgstr "Sélectionner" + +#~ msgid "Class" +#~ msgstr "Classe" + +#~ msgid "Default access control lists for class: %s" +#~ msgstr "Liste de contrôle d'accès (ACL) par défaut pour: %s" + +#~ msgid "Permissions available to: %(actor)s for class %(class)s" +#~ msgstr "Autorisations attribuées à: %(actor)s sur la classe %(class)s" + +#~ msgid "Add new holder for class: %s" +#~ msgstr "Ajouter un nouveau détenteur sur la classe: %s" #~ msgid "List of classes" #~ msgstr "List of classes" diff --git a/mayan/apps/acls/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/acls/locale/hr_HR/LC_MESSAGES/django.po index c0142d9b1f..36e1eb872c 100644 --- a/mayan/apps/acls/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/hr_HR/LC_MESSAGES/django.po @@ -1,100 +1,58 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -102,142 +60,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po index 87d4c46776..5b70bb51a9 100644 --- a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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,93 +9,50 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACL-ek" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -103,142 +60,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/id/LC_MESSAGES/django.po b/mayan/apps/acls/locale/id/LC_MESSAGES/django.po index b60d386aee..c7b708b923 100644 --- a/mayan/apps/acls/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/id/LC_MESSAGES/django.po @@ -1,100 +1,57 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -102,142 +59,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/it/LC_MESSAGES/django.po b/mayan/apps/acls/locale/it/LC_MESSAGES/django.po index 07b557e620..7eb9d775c1 100644 --- a/mayan/apps/acls/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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 @@ -12,93 +12,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2015-01-29 07:17+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Nuovo titolare" - -#: forms.py:42 -msgid "Users" -msgstr "Utenti" - -#: forms.py:45 -msgid "Groups" -msgstr "Gruppi" - -#: forms.py:48 -msgid "Roles" -msgstr "Ruoli" - -#: forms.py:51 -msgid "Special" -msgstr "Speciale" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACL" -#: links.py:10 links.py:18 -msgid "Details" -msgstr "Dettagli" +#: links.py:24 +msgid "Delete" +msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Visualizza ACL" + +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "Permessi" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "Revoca" - -#: links.py:15 -msgid "Default ACLs" -msgstr "Default ACL" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "Classi" - -#: links.py:17 -msgid "ACLs for class" -msgstr "ACL per la classe" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Accesso insufficiente." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "Permessi" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Ruoli" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "Voce di accesso" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "Voci di accesso" -#: models.py:88 -msgid "Default access entry" -msgstr "Voce di accesso di default" - -#: models.py:89 -msgid "Default access entries" -msgstr "Voci di accesso di default" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Creatore" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Liste di controllo accessi" @@ -106,136 +67,159 @@ msgstr "Liste di controllo accessi" msgid "Edit ACLs" msgstr "Modifica ACL" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Visualizza ACL" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Modifica ACL predefiniti di classe" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "Visualizza classi ACL predefinite" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "Lista dei permessi d'accesso per: %s" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "Titolare" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists for: %s" +msgid "New access control lists for: %s" +msgstr "Lista dei permessi d'accesso per: %s" -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "Permessi" - -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "Permessi disponibili per: %(actor)s per %(obj)s" - -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "Namespace" - -#: views.py:106 views.py:435 -msgid "Label" -msgstr "Etichetta" - -#: views.py:108 views.py:437 -msgid "Has permission" +#: views.py:163 +#, fuzzy +#| msgid "Has permission" +msgid "Available permissions" msgstr "Ha il permesso" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr ", " +#: views.py:164 +#, fuzzy +#| msgid "Has permission" +msgid "Granted permissions" +msgstr "Ha il permesso" -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." +msgstr "" + +#: views.py:234 #, python-format -msgid " for %s" -msgstr "per %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" +msgstr "" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "a %s" +#~ msgid "New holder" +#~ msgstr "Nuovo titolare" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Sei sicuro di voler concedere l'autorizzazione %(title_suffix)s?" +#~ msgid "Users" +#~ msgstr "Utenti" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Sei sicuro di voler concedere permessi %(title_suffix)s?" +#~ msgid "Groups" +#~ msgstr "Gruppi" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Permesso \"%(permission)s\" concesso%(actor)s per %(object)s." +#~ msgid "Special" +#~ msgstr "Speciale" -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s, ha già i permessi\"%(permission)s\" concessi per%(object)s." +#~ msgid "Details" +#~ msgstr "Dettagli" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "da %s" +#~ msgid "Grant" +#~ msgstr "Permessi" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Sei sicuro di voler revocare l'autorizzazione %(title_suffix)s?" +#~ msgid "Revoke" +#~ msgstr "Revoca" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Sei sicuro di voler revocare permessi %(title_suffix)s?" +#~ msgid "Default ACLs" +#~ msgstr "Default ACL" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Permessi \"%(permission)s\" revocati al %(actor)s per %(object)s." +#~ msgid "Classes" +#~ msgstr "Classi" -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s, non ha i permessi\"%(permission)s\" per %(object)s." +#~ msgid "ACLs for class" +#~ msgstr "ACL per la classe" -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "Aggiungi un nuovo proprietario per: %s" +#~ msgid "Permission" +#~ msgstr "Permessi" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Selezionare" +#~ msgid "Default access entry" +#~ msgstr "Voce di accesso di default" -#: views.py:381 -msgid "Class" -msgstr "Classe" +#~ msgid "Default access entries" +#~ msgstr "Voci di accesso di default" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "Lista di default per il controlli d'accesso alla classe: %s" +#~ msgid "Creator" +#~ msgstr "Creatore" -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "Permessi disponibili per: %(actor)s per la classe %(class)s" +#~ msgid "Edit class default ACLs" +#~ msgstr "Modifica ACL predefiniti di classe" -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "Aggiungi un nuovo proprietario per la classe: %s" +#~ msgid "View class default ACLs" +#~ msgstr "Visualizza classi ACL predefinite" + +#~ msgid "Holder" +#~ msgstr "Titolare" + +#~ msgid "Permissions available to: %(actor)s for %(obj)s" +#~ msgstr "Permessi disponibili per: %(actor)s per %(obj)s" + +#~ msgid "Namespace" +#~ msgstr "Namespace" + +#~ msgid "Label" +#~ msgstr "Etichetta" + +#~ msgid ", " +#~ msgstr ", " + +#~ msgid " for %s" +#~ msgstr "per %s" + +#~ msgid " to %s" +#~ msgstr "a %s" + +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "Sei sicuro di voler concedere l'autorizzazione %(title_suffix)s?" + +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "Sei sicuro di voler concedere permessi %(title_suffix)s?" + +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Permesso \"%(permission)s\" concesso%(actor)s per %(object)s." + +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s, ha già i permessi\"%(permission)s\" concessi per%(object)s." + +#~ msgid " from %s" +#~ msgstr "da %s" + +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "Sei sicuro di voler revocare l'autorizzazione %(title_suffix)s?" + +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "Sei sicuro di voler revocare permessi %(title_suffix)s?" + +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "Permessi \"%(permission)s\" revocati al %(actor)s per %(object)s." + +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, non ha i permessi\"%(permission)s\" per %(object)s." + +#~ msgid "Add new holder for: %s" +#~ msgstr "Aggiungi un nuovo proprietario per: %s" + +#~ msgid "Select" +#~ msgstr "Selezionare" + +#~ msgid "Class" +#~ msgstr "Classe" + +#~ msgid "Default access control lists for class: %s" +#~ msgstr "Lista di default per il controlli d'accesso alla classe: %s" + +#~ msgid "Permissions available to: %(actor)s for class %(class)s" +#~ msgstr "Permessi disponibili per: %(actor)s per la classe %(class)s" + +#~ msgid "Add new holder for class: %s" +#~ msgstr "Aggiungi un nuovo proprietario per la classe: %s" #~ msgid "List of classes" #~ msgstr "List of classes" diff --git a/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po b/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po index be4cd66869..77ff2f8da9 100644 --- a/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/lv/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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,83 +20,39 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -104,142 +60,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/nb/LC_MESSAGES/django.po b/mayan/apps/acls/locale/nb/LC_MESSAGES/django.po index 4f9cd484f3..f446d2b529 100644 --- a/mayan/apps/acls/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/nb/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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,83 +19,39 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -103,142 +59,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" 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 475f6e3d50..ce23e1a5e0 100644 --- a/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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 @@ -10,93 +10,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Nieuwe houder" - -#: forms.py:42 -msgid "Users" -msgstr "Gebruikers" - -#: forms.py:45 -msgid "Groups" -msgstr "Groepen" - -#: forms.py:48 -msgid "Roles" -msgstr "gebruikersrollen" - -#: forms.py:51 -msgid "Special" -msgstr "Speciaal" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "Authorisatielijsten" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Bekijken Authorisatielijst" + +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "" - -#: links.py:15 -msgid "Default ACLs" -msgstr "Authorisatielijst verstekwaarden" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "Authorisatielijst voor authorisatieklasse" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Permissies zijn ontoereikend" -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "gebruikersrollen" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Maker" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Authorisatielijst" @@ -104,142 +65,115 @@ msgstr "Authorisatielijst" msgid "Edit ACLs" msgstr "Bewerken Authorisatielijst" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Bekijken Authorisatielijst" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Bewerk verstekwaarden authorisatieklasse" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "Bekijken verstekwaarden authorisatieklassen" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists" +msgid "New access control lists for: %s" +msgstr "Authorisatielijst" + +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:51 views.py:403 -msgid "Permissions" +#: views.py:234 +#, python-format +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "" +#~ msgid "New holder" +#~ msgstr "Nieuwe houder" -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "" +#~ msgid "Users" +#~ msgstr "Gebruikers" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" +#~ msgid "Groups" +#~ msgstr "Groepen" -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" +#~ msgid "Special" +#~ msgstr "Speciaal" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "," +#~ msgid "Default ACLs" +#~ msgstr "Authorisatielijst verstekwaarden" -#: views.py:182 views.py:273 views.py:517 views.py:594 -#, python-format -msgid " for %s" -msgstr "voor %s" +#~ msgid "ACLs for class" +#~ msgstr "Authorisatielijst voor authorisatieklasse" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "aan %s" +#~ msgid "Creator" +#~ msgstr "Maker" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Bent u er zeker van permissies: %(title_suffix)s, toe te staan?" +#~ msgid "Edit class default ACLs" +#~ msgstr "Bewerk verstekwaarden authorisatieklasse" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Bent u er zeker van permissies: %(title_suffix)s, toe te staan?" +#~ msgid "View class default ACLs" +#~ msgstr "Bekijken verstekwaarden authorisatieklassen" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Permissie \"%(permission)s\" gegeven aan %(actor)s voor %(object)s." +#~ msgid ", " +#~ msgstr "," -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s, had reeds de permissie \"%(permission)s\" voor %(object)s." +#~ msgid " for %s" +#~ msgstr "voor %s" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "van %s" +#~ msgid " to %s" +#~ msgstr "aan %s" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Weet u zeker dat u de permissie %(title_suffix)s wilt intrekken?" +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "Bent u er zeker van permissies: %(title_suffix)s, toe te staan?" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Weet u zeker dat u de permissie %(title_suffix)s wilt intrekken?" +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "Bent u er zeker van permissies: %(title_suffix)s, toe te staan?" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Permissie \"%(permission)s\" van %(actor)s voor %(object)s ingetrokken." +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Permissie \"%(permission)s\" gegeven aan %(actor)s voor %(object)s." -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s, had geen permissie \"%(permission)s\" voor %(object)s." +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s, had reeds de permissie \"%(permission)s\" voor %(object)s." -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" +#~ msgid " from %s" +#~ msgstr "van %s" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Selecteer" +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "Weet u zeker dat u de permissie %(title_suffix)s wilt intrekken?" -#: views.py:381 -msgid "Class" -msgstr "" +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "Weet u zeker dat u de permissie %(title_suffix)s wilt intrekken?" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "" +#~ "Permissie \"%(permission)s\" van %(actor)s voor %(object)s ingetrokken." -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, had geen permissie \"%(permission)s\" voor %(object)s." -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "" +#~ msgid "Select" +#~ msgstr "Selecteer" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po b/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po index 117f7942ce..d0245428ca 100644 --- a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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 , 2013,2015 @@ -9,93 +9,53 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2015-02-28 19:42+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "Użytkownicy" - -#: forms.py:45 -msgid "Groups" -msgstr "Grupy" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACLs" -#: links.py:10 links.py:18 -msgid "Details" -msgstr "Szczegóły" - -#: links.py:11 links.py:20 -msgid "Grant" -msgstr "Przyznać" - -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "Odwołać" - -#: links.py:15 -msgid "Default ACLs" -msgstr "Domyślne ACLs" - -#: links.py:16 views.py:379 -msgid "Classes" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:17 -msgid "ACLs for class" -msgstr "" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Podgląd ACLs" -#: managers.py:118 managers.py:130 +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" +msgstr "Uprawnienia" + +#: managers.py:69 msgid "Insufficient access." msgstr "Niewystarczające uprawnienia." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "Uprawnienia" +#: models.py:38 views.py:71 +msgid "Role" +msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -103,136 +63,92 @@ msgstr "" msgid "Edit ACLs" msgstr "Edytuj ACLs" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Podgląd ACLs" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "Uprawnienia" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "" - -#: views.py:106 views.py:435 -msgid "Label" -msgstr "Etykieta" - -#: views.py:108 views.py:437 -msgid "Has permission" +#: views.py:163 +#, fuzzy +#| msgid "Has permission" +msgid "Available permissions" msgstr "Ma uprawnienie" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr ", " +#: views.py:164 +#, fuzzy +#| msgid "Has permission" +msgid "Granted permissions" +msgstr "Ma uprawnienie" -#: views.py:182 views.py:273 views.py:517 views.py:594 -#, python-format -msgid " for %s" +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:183 views.py:518 +#: views.py:234 #, python-format -msgid " to %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Czy na pewno chcesz przyznać uprawnienie %(title_suffix)s?" +#~ msgid "Users" +#~ msgstr "Użytkownicy" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Czy na pewno chcesz przyznać uprawnienia %(title_suffix)s?" +#~ msgid "Groups" +#~ msgstr "Grupy" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Uprawnienie \"%(permission)s\" przyznane %(actor)s dla %(object)s." +#~ msgid "Details" +#~ msgstr "Szczegóły" -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s, posiada uprawnienie \"%(permission)s\" przyznane dla %(object)s." +#~ msgid "Grant" +#~ msgstr "Przyznać" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" +#~ msgid "Revoke" +#~ msgstr "Odwołać" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Czy na pewno chcesz odwołać uprawnienie %(title_suffix)s?" +#~ msgid "Default ACLs" +#~ msgstr "Domyślne ACLs" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Czy na pewno chcesz odwołać uprawnienia %(title_suffix)s?" +#~ msgid "Permission" +#~ msgstr "Uprawnienia" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" +#~ msgid "Label" +#~ msgstr "Etykieta" -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" +#~ msgid ", " +#~ msgstr ", " -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "Czy na pewno chcesz przyznać uprawnienie %(title_suffix)s?" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Wybierz" +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "Czy na pewno chcesz przyznać uprawnienia %(title_suffix)s?" -#: views.py:381 -msgid "Class" -msgstr "" +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Uprawnienie \"%(permission)s\" przyznane %(actor)s dla %(object)s." -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s, posiada uprawnienie \"%(permission)s\" przyznane dla " +#~ "%(object)s." -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "Czy na pewno chcesz odwołać uprawnienie %(title_suffix)s?" -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "" +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "Czy na pewno chcesz odwołać uprawnienia %(title_suffix)s?" + +#~ msgid "Select" +#~ msgstr "Wybierz" #~ msgid "List of classes" #~ msgstr "List of classes" diff --git a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po index 74a611e782..cfbcebbf35 100644 --- a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: # Vítor Figueiró , 2012 @@ -9,93 +9,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Novo detentor" - -#: forms.py:42 -msgid "Users" -msgstr "Utilizadores" - -#: forms.py:45 -msgid "Groups" -msgstr "Grupos" - -#: forms.py:48 -msgid "Roles" -msgstr "Funções" - -#: forms.py:51 -msgid "Special" -msgstr "Especial" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACL's" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Ver ACL's" + +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "" - -#: links.py:15 -msgid "Default ACLs" -msgstr "ACL's padrão" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "ACL's para a classe" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Acesso insuficiente." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Funções" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Criador" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Listas de controlo de acesso" @@ -103,142 +64,119 @@ msgstr "Listas de controlo de acesso" msgid "Edit ACLs" msgstr "Editar ACL's" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Ver ACL's" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Editar os ACL's padrão da classe" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "Ver os ACL's padrão da classe" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists" +msgid "New access control lists for: %s" +msgstr "Listas de controlo de acesso" + +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:51 views.py:403 -msgid "Permissions" +#: views.py:234 +#, python-format +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "" +#~ msgid "New holder" +#~ msgstr "Novo detentor" -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "" +#~ msgid "Users" +#~ msgstr "Utilizadores" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" +#~ msgid "Groups" +#~ msgstr "Grupos" -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" +#~ msgid "Special" +#~ msgstr "Especial" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr ", " +#~ msgid "Default ACLs" +#~ msgstr "ACL's padrão" -#: views.py:182 views.py:273 views.py:517 views.py:594 -#, python-format -msgid " for %s" -msgstr " para %s" +#~ msgid "ACLs for class" +#~ msgstr "ACL's para a classe" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr " a %s" +#~ msgid "Creator" +#~ msgstr "Criador" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Tem a certeza de que pretende conceder a permissão %(title_suffix)s?" +#~ msgid "Edit class default ACLs" +#~ msgstr "Editar os ACL's padrão da classe" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Tem a certeza de que pretende conceder as permissões %(title_suffix)s?" +#~ msgid "View class default ACLs" +#~ msgstr "Ver os ACL's padrão da classe" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Permissão \"%(permission)s\" concedida a %(actor)s para %(object)s." +#~ msgid ", " +#~ msgstr ", " -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s, já possuia a permissão \"%(permission)s\" para %(object)s." +#~ msgid " for %s" +#~ msgstr " para %s" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr " de %s" +#~ msgid " to %s" +#~ msgstr " a %s" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Tem a certeza de que pretende revogar a permissão %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "" +#~ "Tem a certeza de que pretende conceder a permissão %(title_suffix)s?" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Tem a certeza de que pretende revogar as permissões %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "" +#~ "Tem a certeza de que pretende conceder as permissões %(title_suffix)s?" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Permissão \"%(permission)s\" revogada para %(actor)s para %(object)s." +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Permissão \"%(permission)s\" concedida a %(actor)s para %(object)s." -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s, não tinha a permissão \"%(permission)s\" para %(object)s." +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s, já possuia a permissão \"%(permission)s\" para %(object)s." -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" +#~ msgid " from %s" +#~ msgstr " de %s" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Selecionar" +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "Tem a certeza de que pretende revogar a permissão %(title_suffix)s?" -#: views.py:381 -msgid "Class" -msgstr "" +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "" +#~ "Tem a certeza de que pretende revogar as permissões %(title_suffix)s?" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "" +#~ "Permissão \"%(permission)s\" revogada para %(actor)s para %(object)s." -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "" +#~ "%(actor)s, não tinha a permissão \"%(permission)s\" para %(object)s." -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "" +#~ msgid "Select" +#~ msgstr "Selecionar" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" 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 8df88ad6bd..a83a42d822 100644 --- a/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: # wolvsky , 2014 @@ -11,93 +11,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2015-05-07 13:57+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Novo titular" - -#: forms.py:42 -msgid "Users" -msgstr "Usuários" - -#: forms.py:45 -msgid "Groups" -msgstr "Grupos" - -#: forms.py:48 -msgid "Roles" -msgstr "Regras" - -#: forms.py:51 -msgid "Special" -msgstr "Especial" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACLs" -#: links.py:10 links.py:18 -msgid "Details" -msgstr "Detalhes" +#: links.py:24 +msgid "Delete" +msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" -msgstr "Conceder" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Visualizar ACLs" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "Revogar" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" +msgstr "Permissões" -#: links.py:15 -msgid "Default ACLs" -msgstr "ACLs padrões" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "classes" - -#: links.py:17 -msgid "ACLs for class" -msgstr "ACLs para classes" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Acesso insuficiente." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "Permissões" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Regras" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "Acesso entrada" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "Entradas de acesso" -#: models.py:88 -msgid "Default access entry" -msgstr "Entrada de acesso padrão" - -#: models.py:89 -msgid "Default access entries" -msgstr "Entradas de acesso padrão" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Criador" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Listas de controle de acesso" @@ -105,136 +66,161 @@ msgstr "Listas de controle de acesso" msgid "Edit ACLs" msgstr "Editar ACLs" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Visualizar ACLs" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Editar classe de ACLs padrões" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "Visualizar classe de ACLs padrões" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "listas de controle de acesso para: %s" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "Titular" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists for: %s" +msgid "New access control lists for: %s" +msgstr "listas de controle de acesso para: %s" -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "Permissões" - -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "permissões disponíveis para: %(actor)s para %(obj)s" - -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "Namespace" - -#: views.py:106 views.py:435 -msgid "Label" -msgstr "Label" - -#: views.py:108 views.py:437 -msgid "Has permission" +#: views.py:163 +#, fuzzy +#| msgid "Has permission" +msgid "Available permissions" msgstr "tem permissão" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "," +#: views.py:164 +#, fuzzy +#| msgid "Has permission" +msgid "Granted permissions" +msgstr "tem permissão" -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." +msgstr "" + +#: views.py:234 #, python-format -msgid " for %s" -msgstr "para %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" +msgstr "" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "até %s" +#~ msgid "New holder" +#~ msgstr "Novo titular" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Você tem certeza que deseja conceder a permissão %(title_suffix)s?" +#~ msgid "Users" +#~ msgstr "Usuários" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Você tem certeza que deseja conceder a permissões %(title_suffix)s?" +#~ msgid "Groups" +#~ msgstr "Grupos" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Permissão \"%(permission)s\" concedida %(actor)s para %(object)s." +#~ msgid "Special" +#~ msgstr "Especial" -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s, já tem a permissão \"%(permission)s\" concedida para %(object)s." +#~ msgid "Details" +#~ msgstr "Detalhes" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "de %s" +#~ msgid "Grant" +#~ msgstr "Conceder" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Você tem certeza que deseja revogar a permissão %(title_suffix)s?" +#~ msgid "Revoke" +#~ msgstr "Revogar" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Você tem certeza que deseja revogar as permissões %(title_suffix)s?" +#~ msgid "Default ACLs" +#~ msgstr "ACLs padrões" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Permissão \"%(permission)s\" revogada de %(actor)s para %(object)s." +#~ msgid "Classes" +#~ msgstr "classes" -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s, não tinha a permissão \"%(permission)s\" para %(object)s." +#~ msgid "ACLs for class" +#~ msgstr "ACLs para classes" -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "adicionar um novo titular para: %s" +#~ msgid "Permission" +#~ msgstr "Permissões" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Selecionar" +#~ msgid "Default access entry" +#~ msgstr "Entrada de acesso padrão" -#: views.py:381 -msgid "Class" -msgstr "classe" +#~ msgid "Default access entries" +#~ msgstr "Entradas de acesso padrão" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "listas de controle de acesso padrão para classe: %s" +#~ msgid "Creator" +#~ msgstr "Criador" -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "permissões disponíveis para: %(actor)s para a classe %(class)s" +#~ msgid "Edit class default ACLs" +#~ msgstr "Editar classe de ACLs padrões" -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "adicionar um novo titular para a classe: %s" +#~ msgid "View class default ACLs" +#~ msgstr "Visualizar classe de ACLs padrões" + +#~ msgid "Holder" +#~ msgstr "Titular" + +#~ msgid "Permissions available to: %(actor)s for %(obj)s" +#~ msgstr "permissões disponíveis para: %(actor)s para %(obj)s" + +#~ msgid "Namespace" +#~ msgstr "Namespace" + +#~ msgid "Label" +#~ msgstr "Label" + +#~ msgid ", " +#~ msgstr "," + +#~ msgid " for %s" +#~ msgstr "para %s" + +#~ msgid " to %s" +#~ msgstr "até %s" + +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "Você tem certeza que deseja conceder a permissão %(title_suffix)s?" + +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "Você tem certeza que deseja conceder a permissões %(title_suffix)s?" + +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Permissão \"%(permission)s\" concedida %(actor)s para %(object)s." + +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s, já tem a permissão \"%(permission)s\" concedida para " +#~ "%(object)s." + +#~ msgid " from %s" +#~ msgstr "de %s" + +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "Você tem certeza que deseja revogar a permissão %(title_suffix)s?" + +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "Você tem certeza que deseja revogar as permissões %(title_suffix)s?" + +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "Permissão \"%(permission)s\" revogada de %(actor)s para %(object)s." + +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "" +#~ "%(actor)s, não tinha a permissão \"%(permission)s\" para %(object)s." + +#~ msgid "Add new holder for: %s" +#~ msgstr "adicionar um novo titular para: %s" + +#~ msgid "Select" +#~ msgstr "Selecionar" + +#~ msgid "Class" +#~ msgstr "classe" + +#~ msgid "Default access control lists for class: %s" +#~ msgstr "listas de controle de acesso padrão para classe: %s" + +#~ msgid "Permissions available to: %(actor)s for class %(class)s" +#~ msgstr "permissões disponíveis para: %(actor)s para a classe %(class)s" + +#~ msgid "Add new holder for class: %s" +#~ msgstr "adicionar um novo titular para a classe: %s" #~ msgid "List of classes" #~ msgstr "List of classes" 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 9368c86e2d..f4772fcbbd 100644 --- a/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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,93 +9,55 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Noul titular" - -#: forms.py:42 -msgid "Users" -msgstr "Utilizatorii" - -#: forms.py:45 -msgid "Groups" -msgstr "Grupuri" - -#: forms.py:48 -msgid "Roles" -msgstr "Roluri" - -#: forms.py:51 -msgid "Special" -msgstr "Special" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACL-uri" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Vezi ACL-uri" + +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "" - -#: links.py:15 -msgid "Default ACLs" -msgstr "ACL-uri iniţial" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "ACL-uri pentru clasa" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Accesul insuficient." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Roluri" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Creator" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Lista de control acces" @@ -103,142 +65,116 @@ msgstr "Lista de control acces" msgid "Edit ACLs" msgstr "Editați ACL-uri" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Vezi ACL-uri" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Editați ACL-uri de clasă implicite" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "Vezi ACL-uri de clasă implicite" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists" +msgid "New access control lists for: %s" +msgstr "Lista de control acces" + +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:51 views.py:403 -msgid "Permissions" +#: views.py:234 +#, python-format +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "" +#~ msgid "New holder" +#~ msgstr "Noul titular" -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "" +#~ msgid "Users" +#~ msgstr "Utilizatorii" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" +#~ msgid "Groups" +#~ msgstr "Grupuri" -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" +#~ msgid "Special" +#~ msgstr "Special" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "," +#~ msgid "Default ACLs" +#~ msgstr "ACL-uri iniţial" -#: views.py:182 views.py:273 views.py:517 views.py:594 -#, python-format -msgid " for %s" -msgstr "pentru% s" +#~ msgid "ACLs for class" +#~ msgstr "ACL-uri pentru clasa" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "la% s" +#~ msgid "Creator" +#~ msgstr "Creator" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Sunteți sigur că doriți să acorde permisiunea %(title_suffix)s ?" +#~ msgid "Edit class default ACLs" +#~ msgstr "Editați ACL-uri de clasă implicite" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Sunteți sigur că doriți să acorde permisiuni %(title_suffix)s ?" +#~ msgid "View class default ACLs" +#~ msgstr "Vezi ACL-uri de clasă implicite" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Permisiune \"%(permission)s\" acordată %(actor)s pentru %(object)s." +#~ msgid ", " +#~ msgstr "," -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s , a avut deja permisiunea \"%(permission)s\" acordată pentru %(object)s." +#~ msgid " for %s" +#~ msgstr "pentru% s" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "de la% s" +#~ msgid " to %s" +#~ msgstr "la% s" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Sunteți sigur că doriți să revocați permisiunea %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "Sunteți sigur că doriți să acorde permisiunea %(title_suffix)s ?" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Sunteți sigur că doriți să revocați permisiunile %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "Sunteți sigur că doriți să acorde permisiuni %(title_suffix)s ?" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Permisiune\"%(permission)s\" revocată pentru %(actor)s pentru %(object)s." +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Permisiune \"%(permission)s\" acordată %(actor)s pentru %(object)s." -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s, nu a avut permisiunea%(permission)s\" pentru %(object)s." +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "" +#~ "%(actor)s , a avut deja permisiunea \"%(permission)s\" acordată pentru " +#~ "%(object)s." -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" +#~ msgid " from %s" +#~ msgstr "de la% s" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Selecta" +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "Sunteți sigur că doriți să revocați permisiunea %(title_suffix)s?" -#: views.py:381 -msgid "Class" -msgstr "" +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "Sunteți sigur că doriți să revocați permisiunile %(title_suffix)s?" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "" +#~ "Permisiune\"%(permission)s\" revocată pentru %(actor)s pentru %(object)s." -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s, nu a avut permisiunea%(permission)s\" pentru %(object)s." -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "" +#~ msgid "Select" +#~ msgstr "Selecta" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po index c6570cd84b..916d7d3381 100644 --- a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/ru/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: # Sergey Glita , 2012 @@ -9,93 +9,56 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Новый владелец" - -#: forms.py:42 -msgid "Users" -msgstr "Пользователи" - -#: forms.py:45 -msgid "Groups" -msgstr "Группы" - -#: forms.py:48 -msgid "Roles" -msgstr "Роли" - -#: forms.py:51 -msgid "Special" -msgstr "Специальный" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "Списки ACL" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "Просмотр списков ACL" + +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "" - -#: links.py:15 -msgid "Default ACLs" -msgstr "ACL по умолчанию" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "ACL для класса" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "Недостаточный доступ." -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Роли" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "Создатель" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "Списки контроля доступа" @@ -103,142 +66,113 @@ msgstr "Списки контроля доступа" msgid "Edit ACLs" msgstr "Редактировать списки ACL" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "Просмотр списков ACL" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "Редактировать списки ACL класса по умолчанию" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "Просмотр списков ACL класса по умолчанию" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists" +msgid "New access control lists for: %s" +msgstr "Списки контроля доступа" + +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:51 views.py:403 -msgid "Permissions" +#: views.py:234 +#, python-format +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "" +#~ msgid "New holder" +#~ msgstr "Новый владелец" -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "" +#~ msgid "Users" +#~ msgstr "Пользователи" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" +#~ msgid "Groups" +#~ msgstr "Группы" -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" +#~ msgid "Special" +#~ msgstr "Специальный" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "," +#~ msgid "Default ACLs" +#~ msgstr "ACL по умолчанию" -#: views.py:182 views.py:273 views.py:517 views.py:594 -#, python-format -msgid " for %s" -msgstr "для %s" +#~ msgid "ACLs for class" +#~ msgstr "ACL для класса" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "до %s" +#~ msgid "Creator" +#~ msgstr "Создатель" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Вы действительно хотите предоставить разрешение %(title_suffix)s?" +#~ msgid "Edit class default ACLs" +#~ msgstr "Редактировать списки ACL класса по умолчанию" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Вы уверены, что хотите предоставить разрешения %(title_suffix)s?" +#~ msgid "View class default ACLs" +#~ msgstr "Просмотр списков ACL класса по умолчанию" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "Право \"%(permission)s\" проедоставлено %(actor)s для %(object)s." +#~ msgid ", " +#~ msgstr "," -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(actor)s, уже имеет право \"%(permission)s\" для %(object)s." +#~ msgid " for %s" +#~ msgstr "для %s" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "от%s" +#~ msgid " to %s" +#~ msgstr "до %s" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "Вы действительно хотите предоставить разрешение %(title_suffix)s?" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?" +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "Вы уверены, что хотите предоставить разрешения %(title_suffix)s?" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Право \"%(permission)s\" для %(object)s отозвано у %(actor)s." +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "Право \"%(permission)s\" проедоставлено %(actor)s для %(object)s." -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(actor)s не имеет права \"%(permission)s\" для %(object)s." +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "%(actor)s, уже имеет право \"%(permission)s\" для %(object)s." -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" +#~ msgid " from %s" +#~ msgstr "от%s" -#: views.py:347 views.py:477 -msgid "Select" -msgstr "Выбор" +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?" -#: views.py:381 -msgid "Class" -msgstr "" +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr "Право \"%(permission)s\" для %(object)s отозвано у %(actor)s." -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(actor)s не имеет права \"%(permission)s\" для %(object)s." -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "" +#~ msgid "Select" +#~ msgstr "Выбор" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" 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 2436ff9e55..8bd1e66c6e 100644 --- a/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po @@ -1,100 +1,58 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -102,142 +60,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/sq/LC_MESSAGES/django.po b/mayan/apps/acls/locale/sq/LC_MESSAGES/django.po index f360cbd1a0..17750cb370 100644 --- a/mayan/apps/acls/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/sq/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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,83 +20,41 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "Mbajtës i ri" - -#: forms.py:42 -msgid "Users" -msgstr "Përdorues" - -#: forms.py:45 -msgid "Groups" -msgstr "Grupe" - -#: forms.py:48 -msgid "Roles" -msgstr "Role" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "ACLs" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "ACL e paracaktuara" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "ACL-të per klasën" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "e drejtë e pa mjaftueshme" -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "Role" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -104,142 +62,58 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" +#~ msgid "New holder" +#~ msgstr "Mbajtës i ri" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" +#~ msgid "Users" +#~ msgstr "Përdorues" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" +#~ msgid "Groups" +#~ msgstr "Grupe" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" +#~ msgid "Default ACLs" +#~ msgstr "ACL e paracaktuara" -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "" +#~ msgid "ACLs for class" +#~ msgstr "ACL-të per klasën" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po index 1699311320..234d5e8538 100644 --- a/mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po @@ -1,100 +1,57 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -102,142 +59,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" 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 ca928f59a3..de2a0afe66 100644 --- a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po @@ -1,100 +1,57 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -102,142 +59,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" 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 d08fb76a7b..d2e425e4bb 100644 --- a/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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,93 +10,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2015-01-07 02:01+0000\n" "Last-Translator: Genlin Jiao \n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "新建权限" - -#: forms.py:42 -msgid "Users" -msgstr "用户" - -#: forms.py:45 -msgid "Groups" -msgstr "用户组" - -#: forms.py:48 -msgid "Roles" -msgstr "角色" - -#: forms.py:51 -msgid "Special" -msgstr "特例" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "访问控制列表" -#: links.py:10 links.py:18 -msgid "Details" -msgstr "细节" +#: links.py:24 +msgid "Delete" +msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" -msgstr " 授予" +#: links.py:32 +#, fuzzy +#| msgid "View ACLs" +msgid "New ACL" +msgstr "查看访问控制列表" -#: links.py:12 links.py:21 -msgid "Revoke" -msgstr "撤回" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" +msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "默认访问控制" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "类" - -#: links.py:17 -msgid "ACLs for class" -msgstr "类访问控制列表" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "权限不足" -#: models.py:25 models.py:67 -msgid "Permission" -msgstr "许可" +#: models.py:38 views.py:71 +#, fuzzy +#| msgid "Roles" +msgid "Role" +msgstr "角色" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "访问入口" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "多个访问入口" -#: models.py:88 -msgid "Default access entry" -msgstr "默认访问入口" - -#: models.py:89 -msgid "Default access entries" -msgstr "默认多个访问入口" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "创建者" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "访问控制列表" @@ -104,142 +65,134 @@ msgstr "访问控制列表" msgid "Edit ACLs" msgstr "编辑访问控制列表" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "查看访问控制列表" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "编辑缺省的ACL类" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "查看缺省的ACL类" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" +#: views.py:128 +#, fuzzy, python-format +#| msgid "Access control lists" +msgid "New access control lists for: %s" +msgstr "访问控制列表" + +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:51 views.py:403 -msgid "Permissions" +#: views.py:234 +#, python-format +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" -#: views.py:98 -#, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" -msgstr "" +#~ msgid "New holder" +#~ msgstr "新建权限" -#: views.py:105 views.py:434 -msgid "Namespace" -msgstr "" +#~ msgid "Users" +#~ msgstr "用户" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" +#~ msgid "Groups" +#~ msgstr "用户组" -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" +#~ msgid "Special" +#~ msgstr "特例" -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "," +#~ msgid "Details" +#~ msgstr "细节" -#: views.py:182 views.py:273 views.py:517 views.py:594 -#, python-format -msgid " for %s" -msgstr "对 %s" +#~ msgid "Grant" +#~ msgstr " 授予" -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "到 %s" +#~ msgid "Revoke" +#~ msgstr "撤回" -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "确定要赋予权限 %(title_suffix)s么?" +#~ msgid "Default ACLs" +#~ msgstr "默认访问控制" -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "确定要赋予权限%(title_suffix)s么?" +#~ msgid "Classes" +#~ msgstr "类" -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "权限\"%(permission)s\"被赋给%(object)s的%(actor)s" +#~ msgid "ACLs for class" +#~ msgstr "类访问控制列表" -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "%(object)s的%(actor)s已经被赋予\"%(permission)s\"的权限" +#~ msgid "Permission" +#~ msgstr "许可" -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "从 %s" +#~ msgid "Default access entry" +#~ msgstr "默认访问入口" -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "确定要撤销权限%(title_suffix)s么?" +#~ msgid "Default access entries" +#~ msgstr "默认多个访问入口" -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "确定要撤销权限%(title_suffix)s么?" +#~ msgid "Creator" +#~ msgstr "创建者" -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr " %(object)s的%(actor)s权限\"%(permission)s\"已经被撤销" +#~ msgid "Edit class default ACLs" +#~ msgstr "编辑缺省的ACL类" -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "%(object)s的%(actor)s没有权限\"%(permission)s\"" +#~ msgid "View class default ACLs" +#~ msgstr "查看缺省的ACL类" -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" +#~ msgid ", " +#~ msgstr "," -#: views.py:347 views.py:477 -msgid "Select" -msgstr "选择" +#~ msgid " for %s" +#~ msgstr "对 %s" -#: views.py:381 -msgid "Class" -msgstr "" +#~ msgid " to %s" +#~ msgstr "到 %s" -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" +#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +#~ msgstr "确定要赋予权限 %(title_suffix)s么?" -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" +#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +#~ msgstr "确定要赋予权限%(title_suffix)s么?" -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" -msgstr "" +#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +#~ msgstr "权限\"%(permission)s\"被赋给%(object)s的%(actor)s" + +#~ msgid "" +#~ "%(actor)s, already had the permission \"%(permission)s\" granted for " +#~ "%(object)s." +#~ msgstr "%(object)s的%(actor)s已经被赋予\"%(permission)s\"的权限" + +#~ msgid " from %s" +#~ msgstr "从 %s" + +#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +#~ msgstr "确定要撤销权限%(title_suffix)s么?" + +#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +#~ msgstr "确定要撤销权限%(title_suffix)s么?" + +#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +#~ msgstr " %(object)s的%(actor)s权限\"%(permission)s\"已经被撤销" + +#~ msgid "" +#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +#~ msgstr "%(object)s的%(actor)s没有权限\"%(permission)s\"" + +#~ msgid "Select" +#~ msgstr "选择" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/acls/locale/zh_TW/LC_MESSAGES/django.po index 943db3197c..0045c42040 100644 --- a/mayan/apps/acls/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/zh_TW/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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: 2014-10-25 06:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,83 +19,39 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:25 links.py:13 links.py:19 -msgid "New holder" -msgstr "" - -#: forms.py:42 -msgid "Users" -msgstr "" - -#: forms.py:45 -msgid "Groups" -msgstr "" - -#: forms.py:48 -msgid "Roles" -msgstr "" - -#: forms.py:51 -msgid "Special" -msgstr "" - -#: links.py:9 +#: apps.py:13 links.py:28 msgid "ACLs" msgstr "" -#: links.py:10 links.py:18 -msgid "Details" +#: links.py:24 +msgid "Delete" msgstr "" -#: links.py:11 links.py:20 -msgid "Grant" +#: links.py:32 +msgid "New ACL" msgstr "" -#: links.py:12 links.py:21 -msgid "Revoke" +#: links.py:36 models.py:36 views.py:75 +msgid "Permissions" msgstr "" -#: links.py:15 -msgid "Default ACLs" -msgstr "" - -#: links.py:16 views.py:379 -msgid "Classes" -msgstr "" - -#: links.py:17 -msgid "ACLs for class" -msgstr "" - -#: managers.py:118 managers.py:130 +#: managers.py:69 msgid "Insufficient access." msgstr "" -#: models.py:25 models.py:67 -msgid "Permission" +#: models.py:38 views.py:71 +msgid "Role" msgstr "" -#: models.py:51 +#: models.py:44 msgid "Access entry" msgstr "" -#: models.py:52 +#: models.py:45 msgid "Access entries" msgstr "" -#: models.py:88 -msgid "Default access entry" -msgstr "" - -#: models.py:89 -msgid "Default access entries" -msgstr "" - -#: models.py:108 models.py:111 models.py:112 -msgid "Creator" -msgstr "" - -#: permissions.py:7 permissions.py:8 +#: permissions.py:7 msgid "Access control lists" msgstr "" @@ -103,142 +59,43 @@ msgstr "" msgid "Edit ACLs" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "View ACLs" msgstr "" -#: permissions.py:13 -msgid "Edit class default ACLs" -msgstr "" - -#: permissions.py:14 -msgid "View class default ACLs" -msgstr "" - -#: views.py:48 +#: views.py:68 #, python-format msgid "Access control lists for: %s" msgstr "" -#: views.py:50 views.py:402 -msgid "Holder" -msgstr "" - -#: views.py:51 views.py:403 -msgid "Permissions" -msgstr "" - -#: views.py:98 +#: views.py:128 #, python-format -msgid "Permissions available to: %(actor)s for %(obj)s" +msgid "New access control lists for: %s" msgstr "" -#: views.py:105 views.py:434 -msgid "Namespace" +#: views.py:163 +#, fuzzy +#| msgid "permission" +msgid "Available permissions" +msgstr "permission" + +#: views.py:164 +#, fuzzy +#| msgid "permission" +msgid "Granted permissions" +msgstr "permission" + +#: views.py:203 +msgid "Disabled permissions are inherited from a parent object." msgstr "" -#: views.py:106 views.py:435 -msgid "Label" -msgstr "" - -#: views.py:108 views.py:437 -msgid "Has permission" -msgstr "" - -#: views.py:181 views.py:272 views.py:516 views.py:593 -msgid ", " -msgstr "" - -#: views.py:182 views.py:273 views.py:517 views.py:594 +#: views.py:234 #, python-format -msgid " for %s" -msgstr "" - -#: views.py:183 views.py:518 -#, python-format -msgid " to %s" -msgstr "" - -#: views.py:186 views.py:521 -#, python-format -msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" - -#: views.py:188 views.py:523 -#, python-format -msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:195 views.py:530 -#, python-format -msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" - -#: views.py:201 views.py:536 -#, python-format -msgid "" -"%(actor)s, already had the permission \"%(permission)s\" granted for " -"%(object)s." -msgstr "" - -#: views.py:274 views.py:595 -#, python-format -msgid " from %s" -msgstr "" - -#: views.py:277 views.py:598 -#, python-format -msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" - -#: views.py:279 views.py:600 -#, python-format -msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" - -#: views.py:286 views.py:607 -#, python-format -msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" - -#: views.py:292 views.py:613 -#, python-format -msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" - -#: views.py:346 -#, python-format -msgid "Add new holder for: %s" -msgstr "" - -#: views.py:347 views.py:477 -msgid "Select" -msgstr "" - -#: views.py:381 -msgid "Class" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Default access control lists for class: %s" -msgstr "" - -#: views.py:428 -#, python-format -msgid "Permissions available to: %(actor)s for class %(class)s" -msgstr "" - -#: views.py:475 -#, python-format -msgid "Add new holder for class: %s" +msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgstr "" #~ msgid "List of classes" #~ msgstr "List of classes" -#~ msgid "permission" -#~ msgstr "permission" - #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..58d3acdd14 --- /dev/null +++ b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,259 @@ +# 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-08-11 02:08-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" +"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 "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2aebbba795 --- /dev/null +++ b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po new file mode 100644 index 0000000000..443ff786f6 --- /dev/null +++ b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po @@ -0,0 +1,257 @@ +# 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-08-11 02:08-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 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2aebbba795 --- /dev/null +++ b/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/de_CH/LC_MESSAGES/django.po new file mode 100644 index 0000000000..443ff786f6 --- /dev/null +++ b/mayan/apps/appearance/locale/de_CH/LC_MESSAGES/django.po @@ -0,0 +1,257 @@ +# 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-08-11 02:08-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 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po new file mode 100644 index 0000000000..443ff786f6 --- /dev/null +++ b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po @@ -0,0 +1,257 @@ +# 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-08-11 02:08-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 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000000..443ff786f6 --- /dev/null +++ b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,257 @@ +# 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-08-11 02:08-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 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/es/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2aebbba795 --- /dev/null +++ b/mayan/apps/appearance/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a3575ff25e --- /dev/null +++ b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..18d73c007c --- /dev/null +++ b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/hr_HR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..443ff786f6 --- /dev/null +++ b/mayan/apps/appearance/locale/hr_HR/LC_MESSAGES/django.po @@ -0,0 +1,257 @@ +# 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-08-11 02:08-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 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2aebbba795 --- /dev/null +++ b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a3575ff25e --- /dev/null +++ b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2aebbba795 --- /dev/null +++ b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po new file mode 100644 index 0000000000..c6d3b41249 --- /dev/null +++ b/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po @@ -0,0 +1,259 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/nb/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2aebbba795 --- /dev/null +++ b/mayan/apps/appearance/locale/nb/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..443ff786f6 --- /dev/null +++ b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,257 @@ +# 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-08-11 02:08-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 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000000..91785a1fcf --- /dev/null +++ b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,259 @@ +# 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-08-11 02:08-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" +"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 "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2aebbba795 --- /dev/null +++ b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..18d73c007c --- /dev/null +++ b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po new file mode 100644 index 0000000000..443ff786f6 --- /dev/null +++ b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po @@ -0,0 +1,257 @@ +# 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-08-11 02:08-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 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000000..89178bcb76 --- /dev/null +++ b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,259 @@ +# 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-08-11 02:08-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" +"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 "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po new file mode 100644 index 0000000000..443ff786f6 --- /dev/null +++ b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po @@ -0,0 +1,257 @@ +# 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-08-11 02:08-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 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/sq/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2aebbba795 --- /dev/null +++ b/mayan/apps/appearance/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..443ff786f6 --- /dev/null +++ b/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po @@ -0,0 +1,257 @@ +# 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-08-11 02:08-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 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..443ff786f6 --- /dev/null +++ b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,257 @@ +# 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-08-11 02:08-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 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a3575ff25e --- /dev/null +++ b/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/appearance/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/zh_TW/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a3575ff25e --- /dev/null +++ b/mayan/apps/appearance/locale/zh_TW/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# 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-08-11 02:08-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" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: apps.py:9 +msgid "Appearance" +msgstr "" + +#: templates/403.html:5 templates/403.html.py:9 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:11 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:5 templates/404.html.py:9 +msgid "Page not found" +msgstr "" + +#: templates/404.html:11 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/500.html:5 templates/500.html.py:9 +msgid "Server error" +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." +msgstr "" + +#: templates/500.html:14 +msgid "" +"If you need assistance, you may reference this error via the following " +"identifier:" +msgstr "" + +#: templates/appearance/about.html:8 templates/appearance/about.html.py:58 +msgid "About" +msgstr "" + +#: templates/appearance/about.html:63 +msgid "Version" +msgstr "" + +#: templates/appearance/about.html:65 +#, python-format +msgid "Build number: %(build_number)s" +msgstr "" + +#: templates/appearance/about.html:89 +msgid "Released under the Apache 2.0 License" +msgstr "" + +#: templates/appearance/about.html:101 +msgid "Copyright © 2011-2015 Roberto Rosario." +msgstr "" + +#: templates/appearance/base.html:173 +msgid "Toggle navigation" +msgstr "" + +#: templates/appearance/base.html:202 +msgid "Anonymous" +msgstr "" + +#: templates/appearance/base.html:204 +msgid "User details" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Success" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Information" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Warning" +msgstr "" + +#: templates/appearance/base.html:217 +msgid "Error" +msgstr "" + +#: templates/appearance/base.html:246 +msgid "Actions" +msgstr "" + +#: templates/appearance/base.html:247 +msgid "Toggle Dropdown" +msgstr "" + +#: templates/appearance/calculate_form_title.html:7 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:10 +#, python-format +msgid "Edit: %(object)s" +msgstr "" + +#: templates/appearance/calculate_form_title.html:12 +msgid "Create" +msgstr "" + +#: templates/appearance/generic_confirm.html:6 +#: templates/appearance/generic_confirm.html:13 +msgid "Confirm" +msgstr "" + +#: templates/appearance/generic_confirm.html:11 +msgid "Confirm delete" +msgstr "" + +#: templates/appearance/generic_confirm.html:27 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/appearance/generic_confirm.html:47 +msgid "Yes" +msgstr "" + +#: templates/appearance/generic_confirm.html:49 +msgid "No" +msgstr "" + +#: templates/appearance/generic_form_instance.html:39 +#: templates/appearance/generic_form_instance.html:46 +#: templates/appearance/generic_form_subtemplate.html:51 +#: templates/appearance/generic_multiform_subtemplate.html:43 +msgid "required" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Save" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:71 +#: templates/appearance/generic_list_subtemplate.html:29 +#: templates/appearance/generic_multiform_subtemplate.html:64 +msgid "Submit" +msgstr "" + +#: templates/appearance/generic_form_subtemplate.html:74 +#: templates/appearance/generic_multiform_subtemplate.html:67 +msgid "Cancel" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:13 +#, python-format +msgid "" +"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " +"%(total_pages)s)" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:15 +#, python-format +msgid "Total: %(total)s" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:49 +msgid "Identifier" +msgstr "" + +#: templates/appearance/generic_list_subtemplate.html:112 +msgid "No results" +msgstr "" + +#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 +msgid "Home" +msgstr "" + +#: templates/appearance/home.html:21 +msgid "Getting started" +msgstr "" + +#: templates/appearance/home.html:24 +msgid "Before you can fully use Mayan EDMS you need the following:" +msgstr "" + +#: templates/appearance/home.html:57 +msgid "Space separated terms" +msgstr "" + +#: templates/appearance/home.html:59 +msgid "Search" +msgstr "" + +#: templates/appearance/home.html:60 +msgid "Advanced" +msgstr "" + +#: templates/appearance/login.html:18 +msgid "First time login" +msgstr "" + +#: templates/appearance/login.html:21 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/appearance/login.html:22 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/appearance/login.html:23 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/appearance/login.html:24 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: templates/appearance/login.html:25 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/appearance/login.html:26 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/appearance/login.html:35 templates/appearance/login.html.py:44 +msgid "Sign in" +msgstr "" + +#: templatetags/appearance_tags.py:16 +msgid "None" +msgstr "" diff --git a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po index 6bf8202f7e..de322c2359 100644 --- a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ar/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,50 +19,46 @@ 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:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po index 3bfe7e7896..5db6cc706f 100644 --- a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/bg/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" 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 08f64e86fe..6fd88c9de4 100644 --- a/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/bs_BA/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po index 3bfe7e7896..5db6cc706f 100644 --- a/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/da/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/de_CH/LC_MESSAGES/django.po index 08f64e86fe..6fd88c9de4 100644 --- a/mayan/apps/authentication/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/de_CH/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" 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 08f64e86fe..6fd88c9de4 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: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po index 08f64e86fe..6fd88c9de4 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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po index 3bfe7e7896..5db6cc706f 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: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po index 4ecbb66a75..1133cebe4c 100644 --- a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/fa/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po index db8b821ce7..d9606701c7 100644 --- a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/fr/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/hr_HR/LC_MESSAGES/django.po index 08f64e86fe..f003afaab9 100644 --- a/mayan/apps/authentication/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/hr_HR/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po index 3bfe7e7896..4b03b7f7c0 100644 --- a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/hu/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po index 4ecbb66a75..1133cebe4c 100644 --- a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/id/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po index 3bfe7e7896..4b03b7f7c0 100644 --- a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/it/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/lv/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/lv/LC_MESSAGES/django.po index 27ee40a063..01bd988973 100644 --- a/mayan/apps/authentication/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/lv/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,50 +19,46 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/nb/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/nb/LC_MESSAGES/django.po index 3bfe7e7896..4b03b7f7c0 100644 --- a/mayan/apps/authentication/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/nb/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" 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 08f64e86fe..f003afaab9 100644 --- a/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/nl_NL/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po index fa0265261b..54bbc7724b 100644 --- a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pl/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,50 +19,46 @@ 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:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po index 3bfe7e7896..4b03b7f7c0 100644 --- a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pt/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" 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 db8b821ce7..d9606701c7 100644 --- a/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pt_BR/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" 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 08f64e86fe..f003afaab9 100644 --- a/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ro_RO/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po index f0319555fe..bbb27fe4c1 100644 --- a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ru/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-04-06 16:05-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,50 +19,46 @@ 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:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" 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 34c36654e9..f003afaab9 100644 --- a/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/sl_SI/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/sq/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/sq/LC_MESSAGES/django.po index c4600fdbc5..4b03b7f7c0 100644 --- a/mayan/apps/authentication/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/sq/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/tr_TR/LC_MESSAGES/django.po index 34c36654e9..f003afaab9 100644 --- a/mayan/apps/authentication/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/tr_TR/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" 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 34c36654e9..f003afaab9 100644 --- a/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/vi_VN/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" 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 c0a7802272..1133cebe4c 100644 --- a/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/zh_CN/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/authentication/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/zh_TW/LC_MESSAGES/django.po index c0a7802272..1133cebe4c 100644 --- a/mayan/apps/authentication/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/zh_TW/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,50 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:25 +#: apps.py:16 settings.py:7 msgid "Authentication" msgstr "" -#: forms.py:21 +#: forms.py:17 msgid "Email" msgstr "" -#: forms.py:24 +#: forms.py:20 msgid "Password" msgstr "" -#: forms.py:27 +#: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." msgstr "" -#: forms.py:29 +#: forms.py:26 msgid "This account is inactive." msgstr "" -#: links.py:12 +#: links.py:13 msgid "Logout" msgstr "" -#: links.py:13 +#: links.py:16 msgid "Change password" msgstr "" -#: settings.py:14 +#: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:23 -msgid "Allow non authenticated users, access to all views" -msgstr "" - -#: views.py:49 +#: views.py:36 msgid "Current user password change" msgstr "" -#: views.py:64 +#: views.py:52 msgid "Your password has been successfully changed." msgstr "" diff --git a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po index fdf3a9d398..d96dcbbcd0 100644 --- a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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,236 +9,258 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "Document checked out" - -#: events.py:8 -msgid "Document checked in" -msgstr "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "Document automatically checked in" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Document checked in" + +#: events.py:15 +msgid "Document checked out" +msgstr "Document checked out" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Document forcefully checked in" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "Document already checked out." -#: links.py:19 -msgid "Checkouts" -msgstr "" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "New versions allowed: %s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "Check out expiration date and time" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "Amount of time to hold the document checked out in minutes." -#: models.py:32 -msgid "Block new version upload" -msgstr "" +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "Check out expiration date and time" -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "User: %s" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "Do not allow new version of this document to be uploaded." -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Check out expiration date and time" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Document checkout" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Check out documents" - #: permissions.py:10 msgid "Check in documents" msgstr "Check in documents" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Forcefully check in documents" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Check out documents" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "User: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Check out time: %s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Check out expiration: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "New versions allowed: %s" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Check out details for document: %s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Error trying to check out document; %s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Document \"%s\" checked out successfully." -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Check out document: %s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "User: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Check out time: %s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Check out expiration: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "New versions allowed: %s" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" +msgstr "" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Check out details for document: %s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "Document has not been checked out." -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Error trying to check in document; %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Document \"%s\" checked in successfully." -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" -msgstr "You didn't originally checked out this document. Are you sure you wish to forcefully check in document: %s?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "Are you sure you wish to check in document: %s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Check out document: %s" -#: widgets.py:17 -msgid "Days" -msgstr "Days" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "Hours" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Allow overriding check out restrictions" -#: widgets.py:19 -msgid "Minutes" -msgstr "Minutes" +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "Are you sure you wish to check in document: %s?" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Enter a valid number of days." +#~ msgid "Days" +#~ msgstr "Days" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Enter a valid number of hours." +#~ msgid "Hours" +#~ msgstr "Hours" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Enter a valid number of minutes." +#~ msgid "Minutes" +#~ msgstr "Minutes" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Enter a valid time difference." +#~ msgid "Enter a valid number of days." +#~ msgstr "Enter a valid number of days." -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "Amount of time to hold the document in the checked out state in days, hours and/or minutes." +#~ msgid "Enter a valid number of hours." +#~ msgstr "Enter a valid number of hours." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Enter a valid number of minutes." + +#~ msgid "Enter a valid time difference." +#~ msgstr "Enter a valid time difference." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po index 59835232f2..1d8feafe3d 100644 --- a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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,236 +9,257 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "Документът е проверен." - -#: events.py:8 -msgid "Document checked in" -msgstr "Докъментът е регистриран" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "Автоматично регистрирани документи" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Докъментът е регистриран" + +#: events.py:15 +msgid "Document checked out" +msgstr "Документът е проверен." + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Документът е принудително регистриран" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "Документът вече е проверен." -#: links.py:19 -msgid "Checkouts" -msgstr "" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "Разрешени нови версии: %s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "Проверете срока на валидност" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "Време за задържане на проверения документ в минути." -#: models.py:32 -msgid "Block new version upload" -msgstr "" +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "Проверете срока на валидност" -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "Потребител: %s" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "Забранете качването на нова версия на този документ." -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Проверете срока на валидност" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Проверка на документ" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Провери документи" - #: permissions.py:10 msgid "Check in documents" msgstr "Регистрирай документи" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Регистрирай принудилтелно документи" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Разреши проверки незвисимо от забрана" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Провери документи" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "Потребител: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Време на отписване: %s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Проверка срок на валидност: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "Разрешени нови версии: %s" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Данни от проверката на документ: %s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Грешка при проверка на документ; %s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Документ \"%s\" проверен успешно." -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Провери документ: %s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "Потребител: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Време на отписване: %s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Проверка срок на валидност: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "Разрешени нови версии: %s" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" +msgstr "" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Данни от проверката на документ: %s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "Документът не е проверяван." -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Грешка при регистрация на документ; %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Документ \"%s\" е регистриран успешно." -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" -msgstr "Проверката на този документ не е извършвана от Вас. Сигурни ли сте, че искате принудително да регистрирате документа: %s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" +"Проверката на този документ не е извършвана от Вас. Сигурни ли сте, че " +"искате принудително да регистрирате документа: %s?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "Сигурни ли сте, че искате да регистрирате този документ: %s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Провери документ: %s" -#: widgets.py:17 -msgid "Days" -msgstr "Дни" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "Часове" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Разреши проверки незвисимо от забрана" -#: widgets.py:19 -msgid "Minutes" -msgstr "Минути" +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "Сигурни ли сте, че искате да регистрирате този документ: %s?" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Въведете валиден брой дни." +#~ msgid "Days" +#~ msgstr "Дни" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Въведете валиден брой часове." +#~ msgid "Hours" +#~ msgstr "Часове" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Въведете валиден брой минути." +#~ msgid "Minutes" +#~ msgstr "Минути" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Въведете валидна времева разлика." +#~ msgid "Enter a valid number of days." +#~ msgstr "Въведете валиден брой дни." -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "Време за задържане на документа в състояние проверен, в дни, часове и/или минути." +#~ msgid "Enter a valid number of hours." +#~ msgstr "Въведете валиден брой часове." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Въведете валиден брой минути." + +#~ msgid "Enter a valid time difference." +#~ msgstr "Въведете валидна времева разлика." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "Време за задържане на документа в състояние проверен, в дни, часове и/или " +#~ "минути." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." 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 a45f06bf0d..437d7c5732 100644 --- a/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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,236 +9,258 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "Dokument odjavljen" - -#: events.py:8 -msgid "Document checked in" -msgstr "Dokument prijavljen" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "Dokument je automatski prijavljen" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Dokument prijavljen" + +#: events.py:15 +msgid "Document checked out" +msgstr "Dokument odjavljen" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Dokument je prisilno prijavljen" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "Dokument je već odjavljen." -#: links.py:19 -msgid "Checkouts" -msgstr "" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "Nove verzije dozvoljene: %s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "Datum i vrijeme istjecanja odjave" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "Vrijeme zadržavanja odjavljenog dokumenta u minutama " -#: models.py:32 -msgid "Block new version upload" -msgstr "" +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "Datum i vrijeme istjecanja odjave" -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "Korisnik: %s" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "Ne dozvoliti upload nove verzije ovog dokumenta." -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Datum i vrijeme istjecanja odjave" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Odjava dokumenta" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Odjaviti dokumente" - #: permissions.py:10 msgid "Check in documents" msgstr "Prijaviti dokumente" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Prisilno prijaviti dokumente" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Dozvoliti zanemarivanje ograničenja odjavljivanja" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Odjaviti dokumente" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "Korisnik: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Vrijeme odjave: %s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Isticanje odjave za: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "Nove verzije dozvoljene: %s" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Odjavni detalji za dokument: %s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Greška pokušaja odjave dokumenta; %s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Dokument \"%s\" uspješno odjavljen." -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Odjaviti dokument: %s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "Korisnik: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Vrijeme odjave: %s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Isticanje odjave za: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "Nove verzije dozvoljene: %s" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" +msgstr "" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Odjavni detalji za dokument: %s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "Dokument nije odjavljen." -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Greška pokušaja prijave dokumenta; %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Dokument \"%s\" uspješno prijavljen." -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" -msgstr "Vi niste odjavili ovaj dokument. Jeste li sigurni da želite prisilno prijaviti dokument: %s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" +"Vi niste odjavili ovaj dokument. Jeste li sigurni da želite prisilno " +"prijaviti dokument: %s?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "Jeste li sigurni da želite prijaviti dokument: %s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Odjaviti dokument: %s" -#: widgets.py:17 -msgid "Days" -msgstr "Dana" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "Sati" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Dozvoliti zanemarivanje ograničenja odjavljivanja" -#: widgets.py:19 -msgid "Minutes" -msgstr "Minuta" +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "Jeste li sigurni da želite prijaviti dokument: %s?" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Unesite validan broj dana." +#~ msgid "Days" +#~ msgstr "Dana" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Unesite validan broj sati." +#~ msgid "Hours" +#~ msgstr "Sati" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Unesite validan broj minuta." +#~ msgid "Minutes" +#~ msgstr "Minuta" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Unesite važeću vremensku razliku." +#~ msgid "Enter a valid number of days." +#~ msgstr "Unesite validan broj dana." -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "Vremenski period zadržavanja dokumenta u odjavljenom stanju u danima, satima i/ili minutama." +#~ msgid "Enter a valid number of hours." +#~ msgstr "Unesite validan broj sati." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Unesite validan broj minuta." + +#~ msgid "Enter a valid time difference." +#~ msgstr "Unesite važeću vremensku razliku." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "Vremenski period zadržavanja dokumenta u odjavljenom stanju u danima, " +#~ "satima i/ili minutama." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po index cc971f61d2..ce764fe0ac 100644 --- a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po @@ -1,242 +1,221 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -254,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -274,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" diff --git a/mayan/apps/checkouts/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/de_CH/LC_MESSAGES/django.po index e04707b53f..5966879c6b 100644 --- a/mayan/apps/checkouts/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/de_CH/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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,225 +19,203 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -255,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -275,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" 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 8ff43badc7..95c2a473f7 100644 --- a/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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: # Stefan Lodders , 2012 @@ -13,236 +13,260 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "Dokument ausgebucht" - -#: events.py:8 -msgid "Document checked in" -msgstr "Dokument eingebucht" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "Ausbuchungen" #: events.py:9 msgid "Document automatically checked in" msgstr "Dokument automatisch eingebucht" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Dokument eingebucht" + +#: events.py:15 +msgid "Document checked out" +msgstr "Dokument ausgebucht" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Dokument zwingend eingebucht" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "Dokument bereits ausgebucht" -#: links.py:19 -msgid "Checkouts" -msgstr "Ausbuchungen" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "Hochladen neuer Versionen erlaubt: %s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "Dokument ausbuchen" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "Dokument einbuchen" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "Aus-/Einbuchen" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "Ausgebucht" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "Eingebucht/Verfügbar" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "Dokument" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "Ausbuchungsbeginn" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "Ausbuchungsende" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "Zeit, für die das Dokument ausgebucht werden soll" -#: models.py:32 -msgid "Block new version upload" -msgstr "Hochladen von neuen Versionen sperren" +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "Ausbuchungsende" -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "Benutzer: %s" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "Das Hochladen von neuen Versionen dieses Dokuments sperren" -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "Hochladen von neuen Versionen sperren" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Ausbuchungsende" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Ausbuchung" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "Ausbuchungen" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Dokumente ausbuchen" - #: permissions.py:10 msgid "Check in documents" msgstr "Dokumente einbuchen" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Dokumente zwingend einbuchen" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Aufhebung der Ausbuchungseinschränkungen erlauben" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Dokumente ausbuchen" -#: views.py:32 -msgid "Documents checked out" -msgstr "Ausgebuchte Dokumente" - -#: views.py:35 -msgid "Checkout user" -msgstr "Benutzer" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "Ausbuchungsbeginn" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "Ausbuchungsende" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "Dokumentenstatus: %s" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "Benutzer: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Ausbuchungsbeginn: %s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Ausbuchungsende: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "Hochladen neuer Versionen erlaubt: %s" - -#: views.py:57 -msgid "Yes" -msgstr "Ja" - -#: views.py:57 -msgid "No" -msgstr "Nein" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Ausbuchungsdetails für Dokument %s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Fehler bei der Ausbuchung von Dokument %s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Dokument \"%s\" erfolgreich ausgebucht" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Dokument %s ausbuchen" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "Ausgebuchte Dokumente" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "Ausbuchungsbeginn" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "Ausbuchungsende" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "Dokumentenstatus: %s" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "Benutzer: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Ausbuchungsbeginn: %s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Ausbuchungsende: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "Hochladen neuer Versionen erlaubt: %s" + +#: views.py:138 +msgid "Yes" +msgstr "Ja" + +#: views.py:138 +msgid "No" +msgstr "Nein" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Ausbuchungsdetails für Dokument %s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "Dokument wurde nicht ausgebucht" -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Fehler bei der Einbuchung von Dokument %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Dokument \"%s\" erfolgreich eingebucht" -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" -msgstr "Ein anderer Benutzer hat dieses Dokument ausgebucht. Wollen Sie Dokument %s wirklich zwingend einbuchen?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" +"Ein anderer Benutzer hat dieses Dokument ausgebucht. Wollen Sie Dokument %s " +"wirklich zwingend einbuchen?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "Wollen Sie Dokument %s wirklich einbuchen?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Dokument %s ausbuchen" -#: widgets.py:17 -msgid "Days" -msgstr "Tage" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "Stunden" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Aufhebung der Ausbuchungseinschränkungen erlauben" -#: widgets.py:19 -msgid "Minutes" -msgstr "Minuten" +#~ msgid "Checkout user" +#~ msgstr "Benutzer" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Geben Sie eine gültige Anzahl an Tagen ein" +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "Wollen Sie Dokument %s wirklich einbuchen?" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Geben Sie eine gültige Anzahl an Stunden ein" +#~ msgid "Days" +#~ msgstr "Tage" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Geben Sie eine gültige Anzahl an Minuten ein" +#~ msgid "Hours" +#~ msgstr "Stunden" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Geben Sie eine gültige Zeitdifferenz ein" +#~ msgid "Minutes" +#~ msgstr "Minuten" -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "Zeitdauer der Ausbuchung des Dokuments (in Tagen, Stunden und/oder Minuten)" +#~ msgid "Enter a valid number of days." +#~ msgstr "Geben Sie eine gültige Anzahl an Tagen ein" + +#~ msgid "Enter a valid number of hours." +#~ msgstr "Geben Sie eine gültige Anzahl an Stunden ein" + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Geben Sie eine gültige Anzahl an Minuten ein" + +#~ msgid "Enter a valid time difference." +#~ msgstr "Geben Sie eine gültige Zeitdifferenz ein" + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "Zeitdauer der Ausbuchung des Dokuments (in Tagen, Stunden und/oder " +#~ "Minuten)" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po index 23884a7188..7f88e647d2 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/" @@ -18,245 +18,264 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: events.py:7 -msgid "Document checked out" -msgstr "Document checked out" - -#: events.py:8 -msgid "Document checked in" -msgstr "Document checked in" +#: apps.py:33 links.py:22 +#, fuzzy +msgid "Checkouts" +msgstr "checkouts" #: events.py:9 msgid "Document automatically checked in" msgstr "Document automatically checked in" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Document checked in" + +#: events.py:15 +msgid "Document checked out" +msgstr "Document checked out" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Document forcefully checked in" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "Document already checked out." -#: links.py:19 -#, fuzzy -msgid "Checkouts" -msgstr "checkouts" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "New versions allowed: %s" -#: links.py:20 +#: links.py:27 #, fuzzy msgid "Check out document" msgstr "Check out documents" -#: links.py:21 +#: links.py:33 #, fuzzy msgid "Check in document" msgstr "Check in documents" -#: links.py:22 +#: links.py:40 #, fuzzy msgid "Check in/out" msgstr "check in/out" -#: literals.py:9 +#: literals.py:12 #, fuzzy msgid "Checked out" msgstr "checked out" -#: literals.py:10 +#: literals.py:13 #, fuzzy msgid "Checked in/available" msgstr "checked in/available" -#: models.py:23 +#: models.py:28 #, fuzzy msgid "Document" msgstr "document" -#: models.py:24 +#: models.py:31 #, fuzzy msgid "Check out date and time" msgstr "check out date and time" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "Check out expiration date and time" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "Amount of time to hold the document checked out in minutes." -#: models.py:32 +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "Check out expiration date and time" + +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "User: %s" + +#: models.py:43 +msgid "Do not allow new version of this document to be uploaded." +msgstr "Do not allow new version of this document to be uploaded." + +#: models.py:45 #, fuzzy msgid "Block new version upload" msgstr "block new version upload" -#: models.py:32 -msgid "Do not allow new version of this document to be uploaded." -msgstr "Do not allow new version of this document to be uploaded." +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Check out expiration date and time" -#: models.py:58 permissions.py:7 +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Document checkout" -#: models.py:59 +#: models.py:81 #, fuzzy msgid "Document checkouts" msgstr "Document checkout" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Check out documents" - #: permissions.py:10 msgid "Check in documents" msgstr "Check in documents" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Forcefully check in documents" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Check out documents" -#: views.py:32 -#, fuzzy -msgid "Documents checked out" -msgstr "Document checked out" - -#: views.py:35 -#, fuzzy -msgid "Checkout user" -msgstr "checkout user" - -#: views.py:36 -#, fuzzy -msgid "Checkout time and date" -msgstr "checkout time and date" - -#: views.py:37 -#, fuzzy -msgid "Checkout expiration" -msgstr "checkout expiration" - -#: views.py:50 -#, fuzzy, python-format -msgid "Document status: %s" -msgstr "Document status: %(widget)s %(text)s" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "User: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Check out time: %s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Check out expiration: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "New versions allowed: %s" - -#: views.py:57 -#, fuzzy -msgid "Yes" -msgstr "yes" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Check out details for document: %s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Error trying to check out document; %s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Document \"%s\" checked out successfully." -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Check out document: %s" -#: views.py:107 views.py:128 +#: views.py:83 +#, fuzzy +msgid "Documents checked out" +msgstr "Document checked out" + +#: views.py:93 +#, fuzzy +msgid "Checkout time and date" +msgstr "checkout time and date" + +#: views.py:99 +#, fuzzy +msgid "Checkout expiration" +msgstr "checkout expiration" + +#: views.py:123 +#, fuzzy, python-format +msgid "Document status: %s" +msgstr "Document status: %(widget)s %(text)s" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "User: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Check out time: %s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Check out expiration: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "New versions allowed: %s" + +#: views.py:138 +#, fuzzy +msgid "Yes" +msgstr "yes" + +#: views.py:138 +msgid "No" +msgstr "" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Check out details for document: %s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "Document has not been checked out." -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Error trying to check in document; %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Document \"%s\" checked in successfully." -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" msgstr "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "Are you sure you wish to check in document: %s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Check out document: %s" -#: widgets.py:17 -msgid "Days" -msgstr "Days" - -#: widgets.py:18 -msgid "Hours" -msgstr "Hours" - -#: widgets.py:19 -msgid "Minutes" -msgstr "Minutes" - -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Enter a valid number of days." - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Enter a valid number of hours." - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Enter a valid number of minutes." - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Enter a valid time difference." - -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +#: widgets.py:22 +msgid "Period" msgstr "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." + +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Allow overriding check out restrictions" + +#, fuzzy +#~ msgid "Checkout user" +#~ msgstr "checkout user" + +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "Are you sure you wish to check in document: %s?" + +#~ msgid "Days" +#~ msgstr "Days" + +#~ msgid "Hours" +#~ msgstr "Hours" + +#~ msgid "Minutes" +#~ msgstr "Minutes" + +#~ msgid "Enter a valid number of days." +#~ msgstr "Enter a valid number of days." + +#~ msgid "Enter a valid number of hours." +#~ msgstr "Enter a valid number of hours." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Enter a valid number of minutes." + +#~ msgid "Enter a valid time difference." +#~ msgstr "Enter a valid time difference." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po index bc7fbac664..749078e4ce 100644 --- a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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,236 +11,260 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-18 06:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "Documento reservado" - -#: events.py:8 -msgid "Document checked in" -msgstr "Documento devuelto" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "Reservaciones" #: events.py:9 msgid "Document automatically checked in" msgstr "Documento devuelto automáticamente" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Documento devuelto" + +#: events.py:15 +msgid "Document checked out" +msgstr "Documento reservado" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Documento devuelto forzosamente" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "El documento ya está reservado." -#: links.py:19 -msgid "Checkouts" -msgstr "Reservaciones" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "Nuevas versiones permitidas: %s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "Reservar documento" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "Devolver documento" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "Reservas" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "Reservado" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "Devuelto/disponible" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "Documento" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "Fecha y hora de la reservación" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "Fecha y hora de la expiración de la reserva." - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "Cantidad de tiempo para mantener el documento reservado, en minutos." -#: models.py:32 -msgid "Block new version upload" -msgstr "Restringir la subida de nuevas versiones" +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "Fecha y hora de la expiración de la reserva." -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "Usuario: %s" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "No permitir que nuevas versiones de este documento sean cargadas." -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "Restringir la subida de nuevas versiones" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Fecha y hora de la expiración de la reserva." + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Reserva de documentos" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "Reservaciones de documentos" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Reservar documentos" - #: permissions.py:10 msgid "Check in documents" msgstr "Devolver documentos" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Devolver documentos forzosamente" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Ignorar las restricciones de documentos reservados" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Reservar documentos" -#: views.py:32 -msgid "Documents checked out" -msgstr "Documentos reservados" - -#: views.py:35 -msgid "Checkout user" -msgstr "Usuario que reserva" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "Fecha y hora de reservación" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "Expiración de la reservación" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "Estado de documento: %s" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "Usuario: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Tiempo de la reserva: %s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Expiración de la reserva: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "Nuevas versiones permitidas: %s" - -#: views.py:57 -msgid "Yes" -msgstr "Si" - -#: views.py:57 -msgid "No" -msgstr "No" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Detalles de la reserva para el documento: %s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Error tratando de reservar documento: %s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Document \"%s\" reservado con éxito." -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Reservar el documento: %s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "Documentos reservados" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "Fecha y hora de reservación" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "Expiración de la reservación" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "Estado de documento: %s" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "Usuario: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Tiempo de la reserva: %s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Expiración de la reserva: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "Nuevas versiones permitidas: %s" + +#: views.py:138 +msgid "Yes" +msgstr "Si" + +#: views.py:138 +msgid "No" +msgstr "No" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Detalles de la reserva para el documento: %s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "El documento no ha sido reservado." -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Error tratando de devolver documento: %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Documento \"%s\" devuelto con éxito." -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" -msgstr "Usted no reservó inicialmente este documento. ¿Está seguro que desea devolver forzosamente el documento: %s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" +"Usted no reservó inicialmente este documento. ¿Está seguro que desea " +"devolver forzosamente el documento: %s?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "¿Está seguro que desea devolver el documento: %s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Reservar el documento: %s" -#: widgets.py:17 -msgid "Days" -msgstr "Dias" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "Horas" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Ignorar las restricciones de documentos reservados" -#: widgets.py:19 -msgid "Minutes" -msgstr "Minutos" +#~ msgid "Checkout user" +#~ msgstr "Usuario que reserva" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Introduzca un número de dias válido." +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "¿Está seguro que desea devolver el documento: %s?" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Introduzca un número de horas válido." +#~ msgid "Days" +#~ msgstr "Dias" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Introduzca un número de minutos válido." +#~ msgid "Hours" +#~ msgstr "Horas" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Introduzca una diferencia de tiempo válida." +#~ msgid "Minutes" +#~ msgstr "Minutos" -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "Cantidad de tiempo para reservar el documento, en días, horas y / o minutos." +#~ msgid "Enter a valid number of days." +#~ msgstr "Introduzca un número de dias válido." + +#~ msgid "Enter a valid number of hours." +#~ msgstr "Introduzca un número de horas válido." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Introduzca un número de minutos válido." + +#~ msgid "Enter a valid time difference." +#~ msgstr "Introduzca una diferencia de tiempo válida." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "Cantidad de tiempo para reservar el documento, en días, horas y / o " +#~ "minutos." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po index f3595da5a4..2e64520d09 100644 --- a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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,236 +10,260 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "سند خارج شد." - -#: events.py:8 -msgid "Document checked in" -msgstr "سند وارد شد." +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "خروج Checkout" #: events.py:9 msgid "Document automatically checked in" msgstr "سند بصورت اتوماتیک وارد شده است." -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "سند وارد شد." + +#: events.py:15 +msgid "Document checked out" +msgstr "سند خارج شد." + +#: events.py:19 msgid "Document forcefully checked in" msgstr "سند طبق دستور وارد شد." -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "سند در حال حاضر خارج و یا checked out شده است." -#: links.py:19 -msgid "Checkouts" -msgstr "خروج Checkout" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "نسخ جدید اجازه دارد: %s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "خروج checkout سند" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "ورود check in سند" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "ورود/خروج" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "خارج شده checked out" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "وارد شده و یا موجود Checked in" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "سند" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "تاریخ و زمان خروج check out" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "انقضای مهلت خروج و یا Check out تاریخ و زمان" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "مدت زمان مجاز برای خارج نگه داشتن سند به دقیقه." -#: models.py:32 -msgid "Block new version upload" -msgstr "آپلود نسخه و یا بلوک جدید" +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "انقضای مهلت خروج و یا Check out تاریخ و زمان" -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "کاربر: %s" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "از بارگذاری نسخه جدید این سند جلوگیری کنید." -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "آپلود نسخه و یا بلوک جدید" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "انقضای مهلت خروج و یا Check out تاریخ و زمان" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "خروج و یا checkout سند" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "خروجی های check out سند" -#: permissions.py:9 -msgid "Check out documents" -msgstr "خروج اسناد" - #: permissions.py:10 msgid "Check in documents" msgstr "ورود اسناد" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "ورود اجباری اسناد" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "اجازه بازنویسی و تعییر محدودیت های خروج سند" +#: permissions.py:16 +msgid "Check out documents" +msgstr "خروج اسناد" -#: views.py:32 -msgid "Documents checked out" -msgstr "اسناد خارج شده check out" - -#: views.py:35 -msgid "Checkout user" -msgstr "کاربر خارج کننده Checkout" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "زمان و تاریخ خروج" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "زمان پایان خارج بودن Checkout" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "وضعیت سند : %s" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "کاربر: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "زمان خارج ویا checkout کردن:%s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "انقضای مهلت خارج و یا checkout بودن: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "نسخ جدید اجازه دارد: %s" - -#: views.py:57 -msgid "Yes" -msgstr "بلی" - -#: views.py:57 -msgid "No" -msgstr "خیر" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "جزئیات خروج و یا Checkout سند: %s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "خطا در زمان خارج ویا checkout کردن سند: %s " -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "سند \"%s\" بالاجبار خارج ویا checked out شد." -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "خروج و یا check out سند: %s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "اسناد خارج شده check out" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "زمان و تاریخ خروج" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "زمان پایان خارج بودن Checkout" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "وضعیت سند : %s" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "کاربر: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "زمان خارج ویا checkout کردن:%s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "انقضای مهلت خارج و یا checkout بودن: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "نسخ جدید اجازه دارد: %s" + +#: views.py:138 +msgid "Yes" +msgstr "بلی" + +#: views.py:138 +msgid "No" +msgstr "خیر" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "جزئیات خروج و یا Checkout سند: %s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "سند خارج و یا checked out نشده است." -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "خطا در زمان خروج و یا checkout سند: %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "سند \"%s\" با موفقیت وارد و یا checked in شد." -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" -msgstr "شما خارج و یا checkout کننده اصلی این سند : %s نیستید. آیا از ورود و یا check in اجباری این سند مطمئن هستید؟" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" +"شما خارج و یا checkout کننده اصلی این سند : %s نیستید. آیا از ورود و یا " +"check in اجباری این سند مطمئن هستید؟" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "آیا از ورود ویا check in این سند: %s مطمئن هستید؟" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "خروج و یا check out سند: %s" -#: widgets.py:17 -msgid "Days" -msgstr "روزها" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "ساعات" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "اجازه بازنویسی و تعییر محدودیت های خروج سند" -#: widgets.py:19 -msgid "Minutes" -msgstr "دقایق" +#~ msgid "Checkout user" +#~ msgstr "کاربر خارج کننده Checkout" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "تعداد معتبر روزها را وارد کنید." +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "آیا از ورود ویا check in این سند: %s مطمئن هستید؟" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "تعداد معتبر ساعات را وارد کنید." +#~ msgid "Days" +#~ msgstr "روزها" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "تعداد معتبر دقایق را وارد کنید." +#~ msgid "Hours" +#~ msgstr "ساعات" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "تفاوت زمانی معتبری وارد کنید." +#~ msgid "Minutes" +#~ msgstr "دقایق" -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "مدت زمان مجاز جهت نگهداری در وضعیت خروج و یا checked out به روز، ساعت و دقیقه." +#~ msgid "Enter a valid number of days." +#~ msgstr "تعداد معتبر روزها را وارد کنید." + +#~ msgid "Enter a valid number of hours." +#~ msgstr "تعداد معتبر ساعات را وارد کنید." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "تعداد معتبر دقایق را وارد کنید." + +#~ msgid "Enter a valid time difference." +#~ msgstr "تفاوت زمانی معتبری وارد کنید." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "مدت زمان مجاز جهت نگهداری در وضعیت خروج و یا checked out به روز، ساعت و " +#~ "دقیقه." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po index 63addddadc..efbbae1f97 100644 --- a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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 , 2015 @@ -10,236 +10,260 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-04-06 09:00+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "Documents verrouillés" - -#: events.py:8 -msgid "Document checked in" -msgstr "Document déverrouillé" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "Verrous" #: events.py:9 msgid "Document automatically checked in" msgstr "Document déverrouillé automatiquement" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Document déverrouillé" + +#: events.py:15 +msgid "Document checked out" +msgstr "Documents verrouillés" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Document déverrouillé de force" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "Document déjà verrouillé." -#: links.py:19 -msgid "Checkouts" -msgstr "Verrous" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "Nouvelles versions autorisées: %s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "Verrouiller le document" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "Déverrouiller le document" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "Verrouiller/déverrouiller" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "Verrouillé" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "Déverrouiller/rendre disponible" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "Document" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "Date et heure du verrouillage" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "Date et heure de l'expiration du verrou" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "Durée en minutes pendant laquelle le document doit être verrouillé" -#: models.py:32 -msgid "Block new version upload" -msgstr "Empêcher l'importation d'une nouvelle version" +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "Date et heure de l'expiration du verrou" -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "Utilisateur: %s" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "Ne pas autoriser l'importation d'une nouvelle version de ce document" -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "Empêcher l'importation d'une nouvelle version" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Date et heure de l'expiration du verrou" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Verrouillage du document" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "Verrouillages du document" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Verrouiller les documents" - #: permissions.py:10 msgid "Check in documents" msgstr "Déverrouiller les documents" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Déverrouiller de force les documents" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Permettre de révoquer le verrouillage" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Verrouiller les documents" -#: views.py:32 -msgid "Documents checked out" -msgstr "Documents verrouillés" - -#: views.py:35 -msgid "Checkout user" -msgstr "Verrou utilisateur" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "date et heure de verrouillage" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "Expiration du verrou" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "État du document: %s" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "Utilisateur: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Heure du verrou: %s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Expiration du verrou: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "Nouvelles versions autorisées: %s" - -#: views.py:57 -msgid "Yes" -msgstr "Oui" - -#: views.py:57 -msgid "No" -msgstr "Non" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Détails du verrou pour le document; %s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Erreur lors de l'essai de verrouillage du document; %s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Document \"%s\" verouillé avec succès." -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Verrouiller le document: %s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "Documents verrouillés" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "date et heure de verrouillage" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "Expiration du verrou" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "État du document: %s" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "Utilisateur: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Heure du verrou: %s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Expiration du verrou: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "Nouvelles versions autorisées: %s" + +#: views.py:138 +msgid "Yes" +msgstr "Oui" + +#: views.py:138 +msgid "No" +msgstr "Non" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Détails du verrou pour le document; %s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "Ce document n'a pas été verrouillé." -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Erreur lors de la tentative de déverrouillage du document; %s " -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Document \"%s\" déverrouillé avec succès." -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" -msgstr "Ce n'est pas vous qui avec posé le verrou sur ce document. Êtes vous certain de vouloir forcer le déverrouillage de: %s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" +"Ce n'est pas vous qui avec posé le verrou sur ce document. Êtes vous certain " +"de vouloir forcer le déverrouillage de: %s?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "Êtes vous certain de vouloir verrouiller le document: %s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Verrouiller le document: %s" -#: widgets.py:17 -msgid "Days" -msgstr "Jours" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "Heures" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Permettre de révoquer le verrouillage" -#: widgets.py:19 -msgid "Minutes" -msgstr "Minutes" +#~ msgid "Checkout user" +#~ msgstr "Verrou utilisateur" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Saisissez un nombre de jours valide." +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "Êtes vous certain de vouloir verrouiller le document: %s?" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Saisissez un nombre d'heures valide." +#~ msgid "Days" +#~ msgstr "Jours" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Saisissez un nombre de minutes valide." +#~ msgid "Hours" +#~ msgstr "Heures" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Saisissez un intervalle de temps valide." +#~ msgid "Minutes" +#~ msgstr "Minutes" -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "Durée pendant laquelle conserver le verrou sur le document en jours, heures et/ou minutes." +#~ msgid "Enter a valid number of days." +#~ msgstr "Saisissez un nombre de jours valide." + +#~ msgid "Enter a valid number of hours." +#~ msgstr "Saisissez un nombre d'heures valide." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Saisissez un nombre de minutes valide." + +#~ msgid "Enter a valid time difference." +#~ msgstr "Saisissez un intervalle de temps valide." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "Durée pendant laquelle conserver le verrou sur le document en jours, " +#~ "heures et/ou minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/hr_HR/LC_MESSAGES/django.po index 6eff9becce..20e4c310b1 100644 --- a/mayan/apps/checkouts/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/hr_HR/LC_MESSAGES/django.po @@ -1,242 +1,222 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -254,9 +234,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -274,6 +251,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" diff --git a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po index d83e4d3825..b25fe98ab2 100644 --- a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po @@ -1,242 +1,221 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -254,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -274,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" diff --git a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po index 22fcfd19fc..73a8e3e4a5 100644 --- a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po @@ -1,242 +1,221 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -254,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -274,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" diff --git a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po index 6f3865af12..e340541dbb 100644 --- a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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 , 2015 @@ -9,236 +9,260 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-29 08:10+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "Documento in uscita" - -#: events.py:8 -msgid "Document checked in" -msgstr "Documento in entrata" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "Uscite" #: events.py:9 msgid "Document automatically checked in" msgstr "Documento automaticamente in entrata" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Documento in entrata" + +#: events.py:15 +msgid "Document checked out" +msgstr "Documento in uscita" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Forza documento in entrata" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "Documento già uscito" -#: links.py:19 -msgid "Checkouts" -msgstr "Uscite" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "Nuova versione concessa: %s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "Documento in uscita" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "Documento in entrata" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "Check in / out" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "Checked-out" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "Check-in / disponibile" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "Documento" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "Uscito in data e ora" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "Scopri la data e l'ora di scadenza" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "Minuti disponibili per fermare il documento in checked out" -#: models.py:32 -msgid "Block new version upload" -msgstr "Blocca la nuova versione in caricamento" +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "Scopri la data e l'ora di scadenza" -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "Utente: %s" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "Non permettere che la nuova versione di questo documento sia caricata." -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "Blocca la nuova versione in caricamento" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Scopri la data e l'ora di scadenza" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Documento uscito" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "Documenti usciti" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Check out dei documenti" - #: permissions.py:10 msgid "Check in documents" msgstr "Check in documenti" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Forza il check in dei documenti" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Consenti di sovrascirvere le restrizioni di check out" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Check out dei documenti" -#: views.py:32 -msgid "Documents checked out" -msgstr "Documenti estratti" - -#: views.py:35 -msgid "Checkout user" -msgstr "Utente per il checkout " - -#: views.py:36 -msgid "Checkout time and date" -msgstr "Ora e data checkout " - -#: views.py:37 -msgid "Checkout expiration" -msgstr "Scadenza checkout " - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "Stato del documento: %s" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "Utente: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Ora del check out: %s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Scadenza del check out: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "Nuova versione concessa: %s" - -#: views.py:57 -msgid "Yes" -msgstr "Si" - -#: views.py:57 -msgid "No" -msgstr "No" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Dettaglio del check out per il documento: %s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Errore nel cercare il check out del documento; %s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Il documento\"%s\" è uscito con successo" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Check out documento: %s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "Documenti estratti" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "Ora e data checkout " + +#: views.py:99 +msgid "Checkout expiration" +msgstr "Scadenza checkout " + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "Stato del documento: %s" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "Utente: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Ora del check out: %s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Scadenza del check out: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "Nuova versione concessa: %s" + +#: views.py:138 +msgid "Yes" +msgstr "Si" + +#: views.py:138 +msgid "No" +msgstr "No" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Dettaglio del check out per il documento: %s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "Il documento non è stato fatto uscire" -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Errore nel tentare il check out del documento; %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Il documento \"%s\" è entrato con successo" -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" -msgstr "Originariamente non è stato fatto uscire questo documento. Sei sicuro di voler forzare il check in del documento: %s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" +"Originariamente non è stato fatto uscire questo documento. Sei sicuro di " +"voler forzare il check in del documento: %s?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "Sei sicuro di voler far entrare il documento: %s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Check out documento: %s" -#: widgets.py:17 -msgid "Days" -msgstr "Giorni" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "Orario" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Consenti di sovrascirvere le restrizioni di check out" -#: widgets.py:19 -msgid "Minutes" -msgstr "Minuti" +#~ msgid "Checkout user" +#~ msgstr "Utente per il checkout " -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Immettere un numero valido di giorni." +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "Sei sicuro di voler far entrare il documento: %s?" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Immettere un numero valido di ore." +#~ msgid "Days" +#~ msgstr "Giorni" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Immettere un numero valido di minuti." +#~ msgid "Hours" +#~ msgstr "Orario" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Inserire una differenza di tempo valido." +#~ msgid "Minutes" +#~ msgstr "Minuti" -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "Quantità di tempo per tenere il documento in check out in giorni, ore e / o minuti." +#~ msgid "Enter a valid number of days." +#~ msgstr "Immettere un numero valido di giorni." + +#~ msgid "Enter a valid number of hours." +#~ msgstr "Immettere un numero valido di ore." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Immettere un numero valido di minuti." + +#~ msgid "Enter a valid time difference." +#~ msgstr "Inserire una differenza di tempo valido." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "Quantità di tempo per tenere il documento in check out in giorni, ore e / " +#~ "o minuti." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po index b00569e5cf..d0842bb4aa 100644 --- a/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/lv/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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,225 +20,203 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -256,9 +234,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -276,6 +251,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" diff --git a/mayan/apps/checkouts/locale/nb/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/nb/LC_MESSAGES/django.po index 459fedadf4..7807cb636e 100644 --- a/mayan/apps/checkouts/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/nb/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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,225 +19,203 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -255,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -275,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" 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 30728df711..89f8d35512 100644 --- a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po @@ -1,242 +1,221 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -254,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -274,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" diff --git a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po index 0e936ba0e9..5e14b1fd29 100644 --- a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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,236 +10,236 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-03-01 19:24+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "Dokument" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "Sprawdź datę i godzinę" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "Sprawdź datę i godzinę wygaśnięcia" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" -msgstr "Zablokuj uaktualnienie do nowszej wersji." +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "Sprawdź datę i godzinę wygaśnięcia" -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "Użytkownik: %s" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "Zablokuj uaktualnienie do nowszej wersji." + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Sprawdź datę i godzinę wygaśnięcia" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "" -#: permissions.py:9 -msgid "Check out documents" -msgstr "" - #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "Status dokumentu: %s" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "Użytkownik: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "Tak" - -#: views.py:57 -msgid "No" -msgstr "Nie" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "Status dokumentu: %s" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "Użytkownik: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "Tak" + +#: views.py:138 +msgid "No" +msgstr "Nie" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "" -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:143 +#: views.py:197 #, python-format msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" msgstr "" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" -#: widgets.py:17 -msgid "Days" -msgstr "Dni" +#~ msgid "Days" +#~ msgstr "Dni" -#: widgets.py:18 -msgid "Hours" -msgstr "Godziny" +#~ msgid "Hours" +#~ msgstr "Godziny" -#: widgets.py:19 -msgid "Minutes" -msgstr "Minuty" +#~ msgid "Minutes" +#~ msgstr "Minuty" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Wprowadź poprawną liczbę dni." +#~ msgid "Enter a valid number of days." +#~ msgstr "Wprowadź poprawną liczbę dni." -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Wprowadź poprawną liczbę godzin." +#~ msgid "Enter a valid number of hours." +#~ msgstr "Wprowadź poprawną liczbę godzin." -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Wprowadź różnicę czasu." - -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "" +#~ msgid "Enter a valid time difference." +#~ msgstr "Wprowadź różnicę czasu." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." @@ -276,6 +276,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" diff --git a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po index c06f34ab4a..e5188ef3ef 100644 --- a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po @@ -1,242 +1,221 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -254,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -274,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" 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 f51d19ab6d..e70a01a789 100644 --- a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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: # Rogerio Falcone , 2015 @@ -9,236 +9,262 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-13 17:40+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: events.py:7 -msgid "Document checked out" -msgstr "Documento checked out" - -#: events.py:8 -msgid "Document checked in" -msgstr "Documento checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "Checkouts" #: events.py:9 msgid "Document automatically checked in" msgstr "Documento checked in automático" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Documento checked in" + +#: events.py:15 +msgid "Document checked out" +msgstr "Documento checked out" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Documento forçando o check-in" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "Documento já fez check-out. " -#: links.py:19 -msgid "Checkouts" -msgstr "Checkouts" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "Novas versões permitida:%s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "Documento Check out " -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "Documento Check in" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "Check in/out" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "Checked out" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "Checked in disponível" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "Documento" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "Data e hora do Check out" -#: models.py:25 widgets.py:79 +#: models.py:35 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" +"Quantidade de tempo para armazenar o documento com check-out em poucos " +"minutos." + +#: models.py:37 msgid "Check out expiration date and time" msgstr "Confira data e hora de expiração" -#: models.py:25 -msgid "Amount of time to hold the document checked out in minutes." -msgstr "Quantidade de tempo para armazenar o documento com check-out em poucos minutos." +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "Usuario: %s" -#: models.py:32 -msgid "Block new version upload" -msgstr "Permitir restrições imperativas do check out" - -#: models.py:32 +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "Não permitir nova versão deste documento a ser enviado." -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "Permitir restrições imperativas do check out" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Confira data e hora de expiração" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Documento checked out" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "Documentos checkouts" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Documentos Check out" - #: permissions.py:10 msgid "Check in documents" msgstr "Documentos Check in " -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Forçando o check-in documentos" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Permitir restrições imperativas do check out" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Documentos Check out" -#: views.py:32 -msgid "Documents checked out" -msgstr "Documentos checked out" - -#: views.py:35 -msgid "Checkout user" -msgstr "Checkout de usuario" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "Data e hora do Check out" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "Check Out expiração" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "Documento status: %s" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "Usuario: %s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Confira o tempo:%s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Check out expirado: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "Novas versões permitida:%s" - -#: views.py:57 -msgid "Yes" -msgstr "Sim" - -#: views.py:57 -msgid "No" -msgstr "não" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Confira detalhes sobre documento:%s " - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Erro tentando check-out de documentos;%s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Documento \"%s\" check-out com êxito." -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Check out - documento: %s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "Documentos checked out" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "Data e hora do Check out" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "Check Out expiração" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "Documento status: %s" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "Usuario: %s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Confira o tempo:%s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Check out expirado: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "Novas versões permitida:%s" + +#: views.py:138 +msgid "Yes" +msgstr "Sim" + +#: views.py:138 +msgid "No" +msgstr "não" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Confira detalhes sobre documento:%s " + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "Documento não foi verificado." -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Erro tente novamente realizar o check no documento; %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Sucesso no checked in - Documento \"%s\"" -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" -msgstr "Você originalmente não fez check-out este documento. Tem certeza de que deseja verificar no documento: %s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" +"Você originalmente não fez check-out este documento. Tem certeza de que " +"deseja verificar no documento: %s?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "Tem certeza de que deseja verificar no documento: %s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Check out - documento: %s" -#: widgets.py:17 -msgid "Days" -msgstr "Dia" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "Hora" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Permitir restrições imperativas do check out" -#: widgets.py:19 -msgid "Minutes" -msgstr "Minutos" +#~ msgid "Checkout user" +#~ msgstr "Checkout de usuario" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Entre com o numero válido de dias." +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "Tem certeza de que deseja verificar no documento: %s?" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Entre com o numero válido de horas." +#~ msgid "Days" +#~ msgstr "Dia" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Entre com o numero válido de minutos." +#~ msgid "Hours" +#~ msgstr "Hora" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Digite com um tempo válido diferente." +#~ msgid "Minutes" +#~ msgstr "Minutos" -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "Quantidade de tempo para guardar o documento no estado check-out em dias, horas e / ou minutos." +#~ msgid "Enter a valid number of days." +#~ msgstr "Entre com o numero válido de dias." + +#~ msgid "Enter a valid number of hours." +#~ msgstr "Entre com o numero válido de horas." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Entre com o numero válido de minutos." + +#~ msgid "Enter a valid time difference." +#~ msgstr "Digite com um tempo válido diferente." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "Quantidade de tempo para guardar o documento no estado check-out em dias, " +#~ "horas e / ou minutos." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." 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 7c6a2fd23a..48683cc9fc 100644 --- a/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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,236 +9,259 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "Documentul aprobat" - -#: events.py:8 -msgid "Document checked in" -msgstr "Document aprobat în" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "Document aprobat în mod automat " -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Document aprobat în" + +#: events.py:15 +msgid "Document checked out" +msgstr "Documentul aprobat" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Document aprobat forţat" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "Document deja aprobat." -#: links.py:19 -msgid "Checkouts" -msgstr "" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "Noile versiuni permise:% s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 +#: models.py:35 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" +"Total timp alocat pentru a deține documentul pentru aprobare în minute." + +#: models.py:37 msgid "Check out expiration date and time" msgstr "Verifică data şi ora de expirare" -#: models.py:25 -msgid "Amount of time to hold the document checked out in minutes." -msgstr "Total timp alocat pentru a deține documentul pentru aprobare în minute." +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "Utilizator:% s" -#: models.py:32 -msgid "Block new version upload" -msgstr "" - -#: models.py:32 +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "Nu se permite actualizarea documentului." -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Verifică data şi ora de expirare" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Document aprobat" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Aprobări documente" - #: permissions.py:10 msgid "Check in documents" msgstr "Aprobări documentele" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Forțati aprobarea documentelelor" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Permiteți rescrierea aprobării cu restricții" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Aprobări documente" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "Utilizator:% s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Timp aprobare : % s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Aprobarea expirără:% s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "Noile versiuni permise:% s" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Verificat detaliile documentului:% s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Eroare la încercarea de a aproba documentul ;% s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Documentul \"%s\" a fost aprobat cu succes." -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Aprobarea documentului:% s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "Utilizator:% s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Timp aprobare : % s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Aprobarea expirără:% s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "Noile versiuni permise:% s" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" +msgstr "" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Verificat detaliile documentului:% s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "Documentul nu a fost aprobat." -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Eroare la încercarea de aprobare a documentului; % s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Documentul \"%s\" aprobat cu succes." -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" -msgstr "Tu nu ai aprobat inițial acest document. Sunteți sigur că doriți să aprobaţi forţat documentul:% s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" +"Tu nu ai aprobat inițial acest document. Sunteți sigur că doriți să aprobaţi " +"forţat documentul:% s?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "Sunteți sigur că doriți să aprobaţi documentul în:% s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Aprobarea documentului:% s" -#: widgets.py:17 -msgid "Days" -msgstr "Zi" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "Ore" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Permiteți rescrierea aprobării cu restricții" -#: widgets.py:19 -msgid "Minutes" -msgstr "Minute" +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "Sunteți sigur că doriți să aprobaţi documentul în:% s?" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Introduceți un număr valid de zile." +#~ msgid "Days" +#~ msgstr "Zi" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Introduceți un număr valid de ore." +#~ msgid "Hours" +#~ msgstr "Ore" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Introduceți un număr valid de minute." +#~ msgid "Minutes" +#~ msgstr "Minute" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Introduceți o diferență de timp validă." +#~ msgid "Enter a valid number of days." +#~ msgstr "Introduceți un număr valid de zile." -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "Total timp acordat pentru a deține documente în statul pentru aprobare în zile, ore și / sau minute." +#~ msgid "Enter a valid number of hours." +#~ msgstr "Introduceți un număr valid de ore." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Introduceți un număr valid de minute." + +#~ msgid "Enter a valid time difference." +#~ msgstr "Introduceți o diferență de timp validă." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "" +#~ "Total timp acordat pentru a deține documente în statul pentru aprobare în " +#~ "zile, ore și / sau minute." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po index 81f05ecb81..8bef58ef17 100644 --- a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/ru/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: # Sergey Glita , 2012-2013 @@ -9,236 +9,255 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "Документ забронирован" - -#: events.py:8 -msgid "Document checked in" -msgstr "Документ проверен" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "Документ проверен автоматически" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "Документ проверен" + +#: events.py:15 +msgid "Document checked out" +msgstr "Документ забронирован" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "Документ проверен по требованию" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "Документ уже забронирован." -#: links.py:19 -msgid "Checkouts" -msgstr "" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "Новые версии разрешены: %s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "Дата и время окончания бронирования" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "Время бронирования документа в минутах." -#: models.py:32 -msgid "Block new version upload" -msgstr "" +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "Дата и время окончания бронирования" -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "Пользователь: %s " + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "Запретить загрузку новых версий документа." -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "Дата и время окончания бронирования" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "Бронирование документа" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "" -#: permissions.py:9 -msgid "Check out documents" -msgstr "Бронирование документов" - #: permissions.py:10 msgid "Check in documents" msgstr "Освобождение документов" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "Принудительное освобождение документов" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "Разрешить игнорировать бронирование" +#: permissions.py:16 +msgid "Check out documents" +msgstr "Бронирование документов" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "Пользователь: %s " - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "Время бронирования: %s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "Бронирование заканчивается: %s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "Новые версии разрешены: %s" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "Подробности бронирования %s" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "Не удалось забронировать %s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Документ \"%s\" забронирован." -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "Бронирование документа: %s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "Пользователь: %s " + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "Время бронирования: %s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "Бронирование заканчивается: %s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "Новые версии разрешены: %s" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" +msgstr "" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "Подробности бронирования %s" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "Документ не был забронирован." -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "Ошибка освобождения документа %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Документ \"%s\" освобожден." -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" msgstr "Документ был забронирован не вами. Освободить насильно %s?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "Освободить документ %s?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "Бронирование документа: %s" -#: widgets.py:17 -msgid "Days" -msgstr "Дней" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "Часов" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "Разрешить игнорировать бронирование" -#: widgets.py:19 -msgid "Minutes" -msgstr "Минут" +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "Освободить документ %s?" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "Введите действительное количество дней." +#~ msgid "Days" +#~ msgstr "Дней" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "Введите действительное количество часов." +#~ msgid "Hours" +#~ msgstr "Часов" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "Введите действительное количество минут." +#~ msgid "Minutes" +#~ msgstr "Минут" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "Введите действительную разницу во времени." +#~ msgid "Enter a valid number of days." +#~ msgstr "Введите действительное количество дней." -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "Время бронирования документа в днях, часах и/или минутах." +#~ msgid "Enter a valid number of hours." +#~ msgstr "Введите действительное количество часов." + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "Введите действительное количество минут." + +#~ msgid "Enter a valid time difference." +#~ msgstr "Введите действительную разницу во времени." + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "Время бронирования документа в днях, часах и/или минутах." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." 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 2d6031dbdd..840b8224e3 100644 --- a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po @@ -1,242 +1,222 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -254,9 +234,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -274,6 +251,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" diff --git a/mayan/apps/checkouts/locale/sq/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/sq/LC_MESSAGES/django.po index 1ab6a83022..4043fd5d57 100644 --- a/mayan/apps/checkouts/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/sq/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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,225 +19,203 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -255,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -275,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" diff --git a/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.po index 77483f6689..dc88277b18 100644 --- a/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.po @@ -1,242 +1,221 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -254,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -274,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" 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 f60fcf26ad..8e7272df71 100644 --- a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po @@ -1,242 +1,221 @@ # 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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -254,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -274,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" 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 d4d78dab63..ae57095579 100644 --- a/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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,236 +9,253 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: events.py:7 -msgid "Document checked out" -msgstr "文档检出" - -#: events.py:8 -msgid "Document checked in" -msgstr "文档签入" +#: apps.py:33 links.py:22 +msgid "Checkouts" +msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "文档自动签入" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "文档签入" + +#: events.py:15 +msgid "Document checked out" +msgstr "文档检出" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "文档强制签入" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "文档已经检出" -#: links.py:19 -msgid "Checkouts" -msgstr "" +#: handlers.py:13 +#, fuzzy, python-format +#| msgid "New versions allowed: %s" +msgid "New versions not allowed for the checkedout document: %s" +msgstr "允许新版本:%s" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "检出过期的日期和时间" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "持有文档检出的时间分钟数" -#: models.py:32 -msgid "Block new version upload" -msgstr "" +#: models.py:37 +msgid "Check out expiration date and time" +msgstr "检出过期的日期和时间" -#: models.py:32 +#: models.py:39 views.py:87 +#, fuzzy +#| msgid "User: %s" +msgid "User" +msgstr "用户:%s" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "此文档不允许上传新版本" -#: models.py:58 permissions.py:7 +#: models.py:45 +msgid "Block new version upload" +msgstr "" + +#: models.py:59 +#, fuzzy +#| msgid "Check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "检出过期的日期和时间" + +#: models.py:80 permissions.py:7 msgid "Document checkout" msgstr "文档检出" -#: models.py:59 +#: models.py:81 msgid "Document checkouts" msgstr "" -#: permissions.py:9 -msgid "Check out documents" -msgstr "检出文档" - #: permissions.py:10 msgid "Check in documents" msgstr "签入文档" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "强制文档签入" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" -msgstr "允许覆盖检出限制" +#: permissions.py:16 +msgid "Check out documents" +msgstr "检出文档" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "用户:%s" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "检出时间:%s" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "检出过期:%s" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "允许新版本:%s" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "文档:%s的检出信息" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "尝试检出文档出错%s" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "文档\"%s\"检出成功" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "检出文档: %s" -#: views.py:107 views.py:128 +#: views.py:83 +msgid "Documents checked out" +msgstr "" + +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 +#, python-format +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" +msgstr "用户:%s" + +#: views.py:132 +#, python-format +msgid "Check out time: %s" +msgstr "检出时间:%s" + +#: views.py:135 +#, python-format +msgid "Check out expiration: %s" +msgstr "检出过期:%s" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "允许新版本:%s" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" +msgstr "" + +#: views.py:145 +#, python-format +msgid "Check out details for document: %s" +msgstr "文档:%s的检出信息" + +#: views.py:161 views.py:182 msgid "Document has not been checked out." msgstr "文档未被检出" -#: views.py:130 +#: views.py:184 #, python-format msgid "Error trying to check in document; %s" msgstr "尝试签入文档出错: %s" -#: views.py:132 +#: views.py:186 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "文档\"%s\"签入成功" -#: views.py:143 -#, python-format +#: views.py:197 +#, fuzzy, python-format +#| msgid "" +#| "You didn't originally checked out this document. Are you sure you wish " +#| "to forcefully check in document: %s?" msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" msgstr "你起初没有检出此文档,确定要强制签入文档: %s么?" -#: views.py:145 -#, python-format -msgid "Are you sure you wish to check in document: %s?" -msgstr "确定要签入文档: %s么?" +#: views.py:199 +#, fuzzy, python-format +#| msgid "Check out document: %s" +msgid "Check in the document: %s?" +msgstr "检出文档: %s" -#: widgets.py:17 -msgid "Days" -msgstr "天" +#: widgets.py:22 +msgid "Period" +msgstr "" -#: widgets.py:18 -msgid "Hours" -msgstr "小时" +#~ msgid "Allow overriding check out restrictions" +#~ msgstr "允许覆盖检出限制" -#: widgets.py:19 -msgid "Minutes" -msgstr "分钟" +#~ msgid "Are you sure you wish to check in document: %s?" +#~ msgstr "确定要签入文档: %s么?" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "输入有效的天数" +#~ msgid "Days" +#~ msgstr "天" -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "输入有效的小时数" +#~ msgid "Hours" +#~ msgstr "小时" -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "输入有效的分钟数" +#~ msgid "Minutes" +#~ msgstr "分钟" -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "输入有效的时间差" +#~ msgid "Enter a valid number of days." +#~ msgstr "输入有效的天数" -#: widgets.py:78 -msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." -msgstr "持有文档检出状态的时间数,以天,小时,分钟为单位。" +#~ msgid "Enter a valid number of hours." +#~ msgstr "输入有效的小时数" + +#~ msgid "Enter a valid number of minutes." +#~ msgstr "输入有效的分钟数" + +#~ msgid "Enter a valid time difference." +#~ msgstr "输入有效的时间差" + +#~ msgid "" +#~ "Amount of time to hold the document in the checked out state in days, " +#~ "hours and/or minutes." +#~ msgstr "持有文档检出状态的时间数,以天,小时,分钟为单位。" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/zh_TW/LC_MESSAGES/django.po index 314354bdbe..25beef29ce 100644 --- a/mayan/apps/checkouts/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/zh_TW/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-05-15 18:59-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,225 +19,203 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: events.py:7 -msgid "Document checked out" -msgstr "" - -#: events.py:8 -msgid "Document checked in" +#: apps.py:33 links.py:22 +msgid "Checkouts" msgstr "" #: events.py:9 msgid "Document automatically checked in" msgstr "" -#: events.py:10 +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:15 +msgid "Document checked out" +msgstr "" + +#: events.py:19 msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:18 views.py:82 +#: exceptions.py:32 views.py:54 msgid "Document already checked out." msgstr "" -#: links.py:19 -msgid "Checkouts" +#: handlers.py:13 +#, python-format +msgid "New versions not allowed for the checkedout document: %s" msgstr "" -#: links.py:20 +#: links.py:27 msgid "Check out document" msgstr "" -#: links.py:21 +#: links.py:33 msgid "Check in document" msgstr "" -#: links.py:22 +#: links.py:40 msgid "Check in/out" msgstr "" -#: literals.py:9 +#: literals.py:12 msgid "Checked out" msgstr "" -#: literals.py:10 +#: literals.py:13 msgid "Checked in/available" msgstr "" -#: models.py:23 +#: models.py:28 msgid "Document" msgstr "" -#: models.py:24 +#: models.py:31 msgid "Check out date and time" msgstr "" -#: models.py:25 widgets.py:79 -msgid "Check out expiration date and time" -msgstr "" - -#: models.py:25 +#: models.py:35 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:32 -msgid "Block new version upload" +#: models.py:37 +msgid "Check out expiration date and time" msgstr "" -#: models.py:32 +#: models.py:39 views.py:87 +msgid "User" +msgstr "" + +#: models.py:43 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:58 permissions.py:7 -msgid "Document checkout" +#: models.py:45 +msgid "Block new version upload" msgstr "" #: models.py:59 -msgid "Document checkouts" +#, fuzzy +#| msgid "check out expiration date and time" +msgid "Check out expiration date and time must be in the future." +msgstr "check out expiration date and time" + +#: models.py:80 permissions.py:7 +msgid "Document checkout" msgstr "" -#: permissions.py:9 -msgid "Check out documents" +#: models.py:81 +msgid "Document checkouts" msgstr "" #: permissions.py:10 msgid "Check in documents" msgstr "" -#: permissions.py:11 +#: permissions.py:13 msgid "Forcefully check in documents" msgstr "" -#: permissions.py:12 -msgid "Allow overriding check out restrictions" +#: permissions.py:16 +msgid "Check out documents" msgstr "" -#: views.py:32 -msgid "Documents checked out" -msgstr "" - -#: views.py:35 -msgid "Checkout user" -msgstr "" - -#: views.py:36 -msgid "Checkout time and date" -msgstr "" - -#: views.py:37 -msgid "Checkout expiration" -msgstr "" - -#: views.py:50 -#, python-format -msgid "Document status: %s" -msgstr "" - -#: views.py:54 -#, python-format -msgid "User: %s" -msgstr "" - -#: views.py:55 -#, python-format -msgid "Check out time: %s" -msgstr "" - -#: views.py:56 -#, python-format -msgid "Check out expiration: %s" -msgstr "" - -#: views.py:57 -#, python-format -msgid "New versions allowed: %s" -msgstr "" - -#: views.py:57 -msgid "Yes" -msgstr "" - -#: views.py:57 -msgid "No" -msgstr "" - -#: views.py:62 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: views.py:85 +#: views.py:58 #, python-format msgid "Error trying to check out document; %s" msgstr "" -#: views.py:87 +#: views.py:63 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:95 +#: views.py:71 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:107 views.py:128 -msgid "Document has not been checked out." +#: views.py:83 +msgid "Documents checked out" msgstr "" -#: views.py:130 +#: views.py:93 +msgid "Checkout time and date" +msgstr "" + +#: views.py:99 +msgid "Checkout expiration" +msgstr "" + +#: views.py:123 #, python-format -msgid "Error trying to check in document; %s" +msgid "Document status: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "User: %s" msgstr "" #: views.py:132 #, python-format -msgid "Document \"%s\" checked in successfully." +msgid "Check out time: %s" msgstr "" -#: views.py:143 +#: views.py:135 #, python-format -msgid "" -"You didn't originally checked out this document. Are you sure you wish to " -"forcefully check in document: %s?" +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:138 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:138 +msgid "Yes" +msgstr "" + +#: views.py:138 +msgid "No" msgstr "" #: views.py:145 #, python-format -msgid "Are you sure you wish to check in document: %s?" +msgid "Check out details for document: %s" msgstr "" -#: widgets.py:17 -msgid "Days" +#: views.py:161 views.py:182 +msgid "Document has not been checked out." msgstr "" -#: widgets.py:18 -msgid "Hours" +#: views.py:184 +#, python-format +msgid "Error trying to check in document; %s" msgstr "" -#: widgets.py:19 -msgid "Minutes" +#: views.py:186 +#, python-format +msgid "Document \"%s\" checked in successfully." msgstr "" -#: widgets.py:49 -msgid "Enter a valid number of days." -msgstr "" - -#: widgets.py:50 -msgid "Enter a valid number of hours." -msgstr "" - -#: widgets.py:51 -msgid "Enter a valid number of minutes." -msgstr "" - -#: widgets.py:52 -msgid "Enter a valid time difference." -msgstr "" - -#: widgets.py:78 +#: views.py:197 +#, python-format msgid "" -"Amount of time to hold the document in the checked out state in days, hours " -"and/or minutes." +"You didn't originally checked out this document. Forcefully check in the " +"document: %s?" +msgstr "" + +#: views.py:199 +#, fuzzy, python-format +#| msgid "check in document" +msgid "Check in the document: %s?" +msgstr "check in document" + +#: widgets.py:22 +msgid "Period" msgstr "" #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." @@ -255,9 +233,6 @@ msgstr "" #~ msgid "document" #~ msgstr "document" -#~ msgid "check out expiration date and time" -#~ msgstr "check out expiration date and time" - #~ msgid "document checkout" #~ msgstr "document checkout" @@ -275,6 +250,3 @@ msgstr "" #~ msgid "check out document" #~ msgstr "check out document" - -#~ msgid "check in document" -#~ msgstr "check in document" diff --git a/mayan/apps/common/locale/ar/LC_MESSAGES/django.po b/mayan/apps/common/locale/ar/LC_MESSAGES/django.po index 52ea80681e..d3afd7fc29 100644 --- a/mayan/apps/common/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/" @@ -21,119 +21,180 @@ 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:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "الاختيار" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "إضافة" + +#: generics.py:158 +msgid "Remove" +msgstr "إزالة" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "License" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "مستخدم مجهول" - -#: models.py:36 -msgid "Account" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:38 -msgid "Password hash" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -143,138 +204,55 @@ msgstr "" "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "لم يتم اختيار اجراء." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "يجب اختيار غرض واحد عالأقل." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "إضافة" - -#: views.py:158 -msgid "Remove" -msgstr "إزالة" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "تضارب في البريد الإلكتروني ، لدى مستخدم آخر نفس البريد الإلكتروني." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "تفاصيل المستخدم الحالي تم تحديثها." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "لم يتم اختيار اجراء." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "يجب اختيار غرض واحد عالأقل." + +#: widgets.py:51 msgid "None" msgstr "لا شيء" +#~ msgid "Anonymous user" +#~ msgstr "مستخدم مجهول" + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "تضارب في البريد الإلكتروني ، لدى مستخدم آخر نفس البريد الإلكتروني." + +#~ msgid "Current user's details updated." +#~ msgstr "تفاصيل المستخدم الحالي تم تحديثها." + #~ msgid "Email" #~ msgstr "البريد الإلكتروني" diff --git a/mayan/apps/common/locale/bg/LC_MESSAGES/django.po b/mayan/apps/common/locale/bg/LC_MESSAGES/django.po index b7830488c4..40c29c94f1 100644 --- a/mayan/apps/common/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,257 +20,229 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "Добави" + +#: generics.py:158 +msgid "Remove" +msgstr "Премахнете" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Лиценз" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Анонимен потребител" - -#: models.py:36 -msgid "Account" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:38 -msgid "Password hash" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "Добави" - -#: views.py:158 -msgid "Remove" -msgstr "Премахнете" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "Няма" +#~ msgid "Anonymous user" +#~ msgstr "Анонимен потребител" + #~ msgid "Email" #~ msgstr "Електронна поща" 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 4d92e22fcc..3078f9c238 100644 --- a/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" @@ -21,119 +21,180 @@ 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:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Odabir" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "Dodati" + +#: generics.py:158 +msgid "Remove" +msgstr "Ukloniti" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Licence" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Anonimni korisnik" - -#: models.py:36 -msgid "Account" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:38 -msgid "Password hash" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -143,138 +204,55 @@ msgstr "" "privremene datoteke. Ako ništa nije naznačeno, biće kreiran korištenjem " "tempfile.mkdtemp()" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "Nijedna akcija nije odabrana." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Mora biti izabrana barem jedna stanka." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "Dodati" - -#: views.py:158 -msgid "Remove" -msgstr "Ukloniti" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "E-mail zauzet, drugi korisnik ima istu e-mail adresu." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Detalji trenutnog korisnika ažurirani." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Nijedna akcija nije odabrana." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Mora biti izabrana barem jedna stanka." + +#: widgets.py:51 msgid "None" msgstr "Nijedno" +#~ msgid "Anonymous user" +#~ msgstr "Anonimni korisnik" + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "E-mail zauzet, drugi korisnik ima istu e-mail adresu." + +#~ msgid "Current user's details updated." +#~ msgstr "Detalji trenutnog korisnika ažurirani." + #~ msgid "Email" #~ msgstr "Email" diff --git a/mayan/apps/common/locale/da/LC_MESSAGES/django.po b/mayan/apps/common/locale/da/LC_MESSAGES/django.po index 30d9804bda..489f694ec6 100644 --- a/mayan/apps/common/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,254 +19,223 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "" + +#: generics.py:158 +msgid "Remove" +msgstr "" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "" - -#: views.py:158 -msgid "Remove" -msgstr "" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" diff --git a/mayan/apps/common/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/common/locale/de_CH/LC_MESSAGES/django.po index 0b9ee4cd85..ec93474448 100644 --- a/mayan/apps/common/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/de_CH/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,254 +19,223 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "" + +#: generics.py:158 +msgid "Remove" +msgstr "" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "" - -#: views.py:158 -msgid "Remove" -msgstr "" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" 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 85e8cfd87f..e35845ea1c 100644 --- a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-" @@ -24,119 +24,181 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "Verfügbare Attribute:" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Auswahl" -#: links.py:12 +#: generics.py:123 +#, fuzzy, python-format +#| msgid "Unable to add %(selection)s." +msgid "Unable to transfer selection: %s." +msgstr "Konnte %(selection)s nicht hinzufügen" + +#: generics.py:147 +msgid "Add" +msgstr "Hinzufügen" + +#: generics.py:158 +msgid "Remove" +msgstr "Entfernen" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "Fehler bei der Erstellung von neuem %s" + +#: generics.py:345 +msgid "Error creating object." +msgstr "Fehler bei der Erstellung des Objekts" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "%s erfolgreich erstellt" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "Neues Objekt erfolgreich erstellt" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "Fehler beim Löschen von %s" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "Fehler beim Löschen des Objekts" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "%s erfolgreich gelöscht" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "Objekt erfolgreich gelöscht" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "Fehler bei der Speicherung von %s Details" + +#: generics.py:413 +msgid "Error saving details." +msgstr "Fehler bei der Speicherung von Details" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "%s Details erfolgreich gespeichert" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "Details erfolgreich gespeichert" + +#: links.py:9 msgid "About" msgstr "Über" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "Benutzerdetails" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "Details bearbeiten" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "Lokalisierungsprofil" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "Lokalisierungsprofil bearbeiten" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Lizenz" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Anonymer Benutzer" +#: literals.py:6 +msgid "Days" +msgstr "" -#: models.py:36 -msgid "Account" -msgstr "Konto" +#: literals.py:7 +msgid "Hours" +msgstr "" -#: models.py:37 -msgid "Password" -msgstr "Passwort" +#: literals.py:8 +msgid "Minutes" +msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "Passworthash" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "Autoadmineigenschaften" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "Datei" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "Dateiname" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "Zeit" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "Geteilte hochgeladene Datei" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "Geteilte hochgeladene Dateien" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "Benutzer" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "Zeitzone" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "Sprache" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "Benutzerlokalisierungsprofil" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "Benutzerlokalisierungsprofile" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -146,138 +208,77 @@ msgstr "" "und temporären Dateien. Falls keines angegeben wurde, wird es mit tempfile." "mkdtemp() erzeugt." -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "Datenbackend, das alle Worker benutzen können, um Dateien zu teilen" -#: utils.py:114 -msgid "Function found" -msgstr "Funktion gefunden" - -#: views.py:54 -msgid "No action selected." -msgstr "Keine Aktion ausgewählt." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Es muss mindestens ein Element ausgewählt werden." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "Konnte %(selection)s nicht entfernen" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "Konnte %(selection)s nicht hinzufügen" - -#: views.py:148 -msgid "Add" -msgstr "Hinzufügen" - -#: views.py:158 -msgid "Remove" -msgstr "Entfernen" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "Aktuelle Benutzerdetails" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "Aktuelle Benutzerlokalisierungsdetails" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "E-Mail-Konflikt: Diese E-Mailadresse wird bereits im System verwendet" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Details des aktuellen Benutzers aktualisiert" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "Aktuelle Benutzerdetails bearbeiten" -#: views.py:248 -msgid "Current user's locale profile details updated." -msgstr "Aktuelles Benutzerlokalisierungsprofil aktualisiert" +#: views.py:64 +msgid "Current user locale profile details" +msgstr "Aktuelle Benutzerlokalisierungsdetails" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "Aktuelle Benutzerlokalisierungsdetails bearbeiten" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "Fehler bei der Speicherung von %s Details" - -#: views.py:284 -msgid "Error saving details." -msgstr "Fehler bei der Speicherung von Details" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "%s Details erfolgreich gespeichert" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "Details erfolgreich gespeichert" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "Fehler bei der Erstellung von neuem %s" - -#: views.py:308 -msgid "Error creating object." -msgstr "Fehler bei der Erstellung des Objekts" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "%s erfolgreich erstellt" - -#: views.py:317 -msgid "New object created successfully." -msgstr "Neues Objekt erfolgreich erstellt" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "Fehler beim Löschen von %s" - -#: views.py:337 -msgid "Error deleting object." -msgstr "Fehler beim Löschen des Objekts" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "%s erfolgreich gelöscht" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "Objekt erfolgreich gelöscht" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Keine Aktion ausgewählt." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Es muss mindestens ein Element ausgewählt werden." + +#: widgets.py:51 msgid "None" msgstr "Kein(e)" +#~ msgid "Anonymous user" +#~ msgstr "Anonymer Benutzer" + +#~ msgid "Account" +#~ msgstr "Konto" + +#~ msgid "Password" +#~ msgstr "Passwort" + +#~ msgid "Password hash" +#~ msgstr "Passworthash" + +#~ msgid "Auto admin properties" +#~ msgstr "Autoadmineigenschaften" + +#~ msgid "Function found" +#~ msgstr "Funktion gefunden" + +#~ msgid "Unable to remove %(selection)s." +#~ msgstr "Konnte %(selection)s nicht entfernen" + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "" +#~ "E-Mail-Konflikt: Diese E-Mailadresse wird bereits im System verwendet" + +#~ msgid "Current user's details updated." +#~ msgstr "Details des aktuellen Benutzers aktualisiert" + +#~ msgid "Current user's locale profile details updated." +#~ msgstr "Aktuelles Benutzerlokalisierungsprofil aktualisiert" + #~ msgid "Email" #~ msgstr "E-Mail" diff --git a/mayan/apps/common/locale/en/LC_MESSAGES/django.po b/mayan/apps/common/locale/en/LC_MESSAGES/django.po index 9e3499e7bc..96d1e666d1 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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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,126 +18,183 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Selection" -#: links.py:12 +#: generics.py:123 +#, fuzzy, python-format +msgid "Unable to transfer selection: %s." +msgstr "Unable to add %(selection)s to %(right_list_title)s." + +#: generics.py:147 +msgid "Add" +msgstr "Add" + +#: generics.py:158 +msgid "Remove" +msgstr "Remove" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 #, fuzzy msgid "About" msgstr "about" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 #, fuzzy msgid "User details" msgstr "user details" -#: links.py:15 +#: links.py:16 #, fuzzy msgid "Edit details" msgstr "edit details" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "License" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Anonymous user" +#: literals.py:6 +msgid "Days" +msgstr "" -#: models.py:36 -#, fuzzy -msgid "Account" -msgstr "account" +#: literals.py:7 +msgid "Hours" +msgstr "" -#: models.py:37 -#, fuzzy -msgid "Password" -msgstr "password" +#: literals.py:8 +msgid "Minutes" +msgstr "" -#: models.py:38 -#, fuzzy -msgid "Password hash" -msgstr "password hash" - -#: models.py:41 -#, fuzzy -msgid "Auto admin properties" -msgstr "auto admin properties" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -147,144 +204,87 @@ msgstr "" "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -#, fuzzy -msgid "Function found" -msgstr "function found" - -#: views.py:54 -msgid "No action selected." -msgstr "No action selected." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Must select at least one item." - -#: views.py:110 -#, fuzzy, python-format -msgid "Unable to remove %(selection)s." -msgstr "Unable to add %(selection)s to %(right_list_title)s." - -#: views.py:135 -#, fuzzy, python-format -msgid "Unable to add %(selection)s." -msgstr "Unable to add %(selection)s to %(right_list_title)s." - -#: views.py:148 -msgid "Add" -msgstr "Add" - -#: views.py:158 -msgid "Remove" -msgstr "Remove" - -#: views.py:181 +#: views.py:38 #, fuzzy msgid "Current user details" msgstr "current user details" -#: views.py:196 -#, fuzzy -msgid "Current user locale profile details" -msgstr "current user details" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "E-mail conflict, another user has that same email." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Current user's details updated." - -#: views.py:225 +#: views.py:44 #, fuzzy msgid "Edit current user details" msgstr "edit current user details" -#: views.py:248 +#: views.py:64 #, fuzzy -msgid "Current user's locale profile details updated." -msgstr "Current user's details updated." +msgid "Current user locale profile details" +msgstr "current user details" -#: views.py:257 +#: views.py:71 #, fuzzy msgid "Edit current user locale profile details" msgstr "edit current user details" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "No action selected." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Must select at least one item." + +#: widgets.py:51 msgid "None" msgstr "None" +#~ msgid "Anonymous user" +#~ msgstr "Anonymous user" + +#, fuzzy +#~ msgid "Account" +#~ msgstr "account" + +#, fuzzy +#~ msgid "Password" +#~ msgstr "password" + +#, fuzzy +#~ msgid "Password hash" +#~ msgstr "password hash" + +#, fuzzy +#~ msgid "Auto admin properties" +#~ msgstr "auto admin properties" + +#, fuzzy +#~ msgid "Function found" +#~ msgstr "function found" + +#, fuzzy +#~ msgid "Unable to remove %(selection)s." +#~ msgstr "Unable to add %(selection)s to %(right_list_title)s." + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "E-mail conflict, another user has that same email." + +#~ msgid "Current user's details updated." +#~ msgstr "Current user's details updated." + +#, fuzzy +#~ msgid "Current user's locale profile details updated." +#~ msgstr "Current user's details updated." + #~ msgid "Email" #~ msgstr "Email" diff --git a/mayan/apps/common/locale/es/LC_MESSAGES/django.po b/mayan/apps/common/locale/es/LC_MESSAGES/django.po index f39a4e4306..d50b28eecc 100644 --- a/mayan/apps/common/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-18 06:16+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" @@ -22,119 +22,181 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "Atributos disponibles" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Selección" -#: links.py:12 +#: generics.py:123 +#, fuzzy, python-format +#| msgid "Unable to add %(selection)s." +msgid "Unable to transfer selection: %s." +msgstr "No se puede agregar %(selection)s." + +#: generics.py:147 +msgid "Add" +msgstr "Agregar" + +#: generics.py:158 +msgid "Remove" +msgstr "Eliminar" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "Error al crear nuevo %s." + +#: generics.py:345 +msgid "Error creating object." +msgstr "Error al crear objeto." + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "%s creado con éxito." + +#: generics.py:358 +msgid "New object created successfully." +msgstr "Nuevo objeto creado con éxito." + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "Error al borrar %s." + +#: generics.py:382 +msgid "Error deleting object." +msgstr "Error al borrar objeto." + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "%s borrado con éxito." + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "Objeto borrado con éxito." + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "Error al salvar los detalles %s." + +#: generics.py:413 +msgid "Error saving details." +msgstr "Error al salvar los detalles." + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "Los detalles %s se han guardado con éxito." + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "Detalles guardados con éxito." + +#: links.py:9 msgid "About" msgstr "Acerca de" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "Detalles del usuario" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "Editar detalles" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "Perfil de localización" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "Editar perfil de localización" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Licencia" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Usuario anónimo" +#: literals.py:6 +msgid "Days" +msgstr "" -#: models.py:36 -msgid "Account" -msgstr "Cuenta" +#: literals.py:7 +msgid "Hours" +msgstr "" -#: models.py:37 -msgid "Password" -msgstr "Contraseña" +#: literals.py:8 +msgid "Minutes" +msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "Hash de la contraseña" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "propiedades de administrador automático" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "Carpeta" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "Nombre del archivo" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "Fecha y hora" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "Compartir archivo cargado" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "Compartir archivos cargados" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "Usuario" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "Zona horaria" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "Lenguaje" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "Perfil de usuario local" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "Perfil de usuario local" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -144,142 +206,80 @@ msgstr "" "y archivos temporales. Si no se especifica ninguno, se creará utilizando " "tempfile.mkdtemp()" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" "Un soporte de almacenamiento que todos los trabajadores puedan utilizar para " "compartir archivos." -#: utils.py:114 -msgid "Function found" -msgstr "función encontrada" - -#: views.py:54 -msgid "No action selected." -msgstr "Ninguna acción seleccionada." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Debe seleccionar al menos un artículo." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "No se puede remover %(selection)s." - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "No se puede agregar %(selection)s." - -#: views.py:148 -msgid "Add" -msgstr "Agregar" - -#: views.py:158 -msgid "Remove" -msgstr "Eliminar" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "detalles del usuario corriente" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "Detalles de perfil del localización del usuario actual" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" -"Conflicto de correo electrónico, otro usuario tiene ese mismo correo " -"electrónico." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Datos del usuario actual actualizados." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "Editar los detalles del usuario actual" -#: views.py:248 -msgid "Current user's locale profile details updated." -msgstr "Datos del usuario corriente actualizados." +#: views.py:64 +msgid "Current user locale profile details" +msgstr "Detalles de perfil del localización del usuario actual" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "Editar los detalles del perfil del usuario local" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "Error al salvar los detalles %s." - -#: views.py:284 -msgid "Error saving details." -msgstr "Error al salvar los detalles." - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "Los detalles %s se han guardado con éxito." - -#: views.py:294 -msgid "Details saved successfully." -msgstr "Detalles guardados con éxito." - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "Error al crear nuevo %s." - -#: views.py:308 -msgid "Error creating object." -msgstr "Error al crear objeto." - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "%s creado con éxito." - -#: views.py:317 -msgid "New object created successfully." -msgstr "Nuevo objeto creado con éxito." - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "Error al borrar %s." - -#: views.py:337 -msgid "Error deleting object." -msgstr "Error al borrar objeto." - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "%s borrado con éxito." - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "Objeto borrado con éxito." - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Ninguna acción seleccionada." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Debe seleccionar al menos un artículo." + +#: widgets.py:51 msgid "None" msgstr "Ninguno" +#~ msgid "Anonymous user" +#~ msgstr "Usuario anónimo" + +#~ msgid "Account" +#~ msgstr "Cuenta" + +#~ msgid "Password" +#~ msgstr "Contraseña" + +#~ msgid "Password hash" +#~ msgstr "Hash de la contraseña" + +#~ msgid "Auto admin properties" +#~ msgstr "propiedades de administrador automático" + +#~ msgid "Function found" +#~ msgstr "función encontrada" + +#~ msgid "Unable to remove %(selection)s." +#~ msgstr "No se puede remover %(selection)s." + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "" +#~ "Conflicto de correo electrónico, otro usuario tiene ese mismo correo " +#~ "electrónico." + +#~ msgid "Current user's details updated." +#~ msgstr "Datos del usuario actual actualizados." + +#~ msgid "Current user's locale profile details updated." +#~ msgstr "Datos del usuario corriente actualizados." + #~ msgid "Email" #~ msgstr "E-mail" diff --git a/mayan/apps/common/locale/fa/LC_MESSAGES/django.po b/mayan/apps/common/locale/fa/LC_MESSAGES/django.po index c6e3e6c4ad..2905bf5d35 100644 --- a/mayan/apps/common/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/" @@ -21,133 +21,181 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "خصوصیات موجود" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "انتخاب" -#: links.py:12 +#: generics.py:123 +#, fuzzy, python-format +#| msgid "Unable to add %(selection)s." +msgid "Unable to transfer selection: %s." +msgstr "نمیتوان برداشت: %(selection)s." + +#: generics.py:147 +msgid "Add" +msgstr "افزودن" + +#: generics.py:158 +msgid "Remove" +msgstr "حذف" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "خطا در زمان ایجاد %s." + +#: generics.py:345 +msgid "Error creating object." +msgstr "خطا در زمان ایجاد شی" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "%s با موفقیت ایجاد شد." + +#: generics.py:358 +msgid "New object created successfully." +msgstr "شی جدید با موفقیت ساخته شد." + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "خطا در زمان حذف %s." + +#: generics.py:382 +msgid "Error deleting object." +msgstr "خطا در حذف شی." + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "%s با موفقیت حذف شد." + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "شی با موفقیت حذف شد." + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "خطا در ثبت چزئیات %s." + +#: generics.py:413 +msgid "Error saving details." +msgstr "خطا در ثبت چزئیات ." + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "جزئیات %s با موفقیت ثبت شد." + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "جزییات با موفقیت ثبت شد." + +#: links.py:9 msgid "About" msgstr "درباره" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "جزئیات کاربر" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "ویرایش جزئیات" -#: links.py:16 -msgid "Locale profile" -msgstr "" - -#: links.py:17 -msgid "Edit locale profile" -msgstr "" - -#: links.py:18 views.py:270 -msgid "License" -msgstr "لیسانس" - -<<<<<<< HEAD #: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 -msgid "Setup" -msgstr "" - -#: links.py:21 views.py:435 -msgid "Tools" -msgstr "" -======= -#: links.py:17 msgid "Locale profile" msgstr "پروفایل محلی" -#: links.py:18 +#: links.py:23 msgid "Edit locale profile" msgstr "ویرایش پروفایل محلی" -#: links.py:20 -msgid "Logout" -msgstr "خروج" ->>>>>>> master +#: links.py:27 views.py:141 +msgid "License" +msgstr "لیسانس" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "کاربر ناشناس anonymous" +#: links.py:30 +msgid "Setup" +msgstr "" -#: models.py:36 -msgid "Account" -msgstr "حساب" +#: links.py:33 views.py:169 +msgid "Tools" +msgstr "" -#: models.py:37 -msgid "Password" -msgstr "رمزعبور" +#: literals.py:6 +msgid "Days" +msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "هش کلمه عبور" +#: literals.py:7 +msgid "Hours" +msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "خصوصیات مدبر خودکار" +#: literals.py:8 +msgid "Minutes" +msgstr "" -#: models.py:46 +#: models.py:23 msgid "File" msgstr "فایل" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "نام فایل" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "تاریخ زمان" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "فایل آپلود شده اشتراکی" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "فایلهای آپلود شده اشتراکی" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "کاربر" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "زمان محلی" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "زبان" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "پروفایل محلی کاربر" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "پروفایل محلی کاربر" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -156,138 +204,79 @@ msgstr "" "دایرکتوری موقت جهت نگهداری فایلهای موقت، اگر دایرکتوری مشخص نگردد یکی بوسیله " "tempfile.mkdtemp() ساخته خواهد شد." -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "محلی که کلیه کاربران جهت به اشتراک گذاری فایل میتوانند استفاه کنند." -#: utils.py:114 -msgid "Function found" -msgstr "فانکشن و یا تابع پیدا شد." - -#: views.py:54 -msgid "No action selected." -msgstr "هیچ عملیاتی action انتخاب نشده است." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "حداقل یک مورد انتخاب شود." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "عیر قابل حذف و یا برداشتن %(selection)s." - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "نمیتوان برداشت: %(selection)s." - -#: views.py:148 -msgid "Add" -msgstr "افزودن" - -#: views.py:158 -msgid "Remove" -msgstr "حذف" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "جزئیاتا کاربر فعلی" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "شرح پروفایل محلی کاربر فعلی" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "این ایمیل با ایمیل کاربر دیگری یکسان است." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "کزئیات کاربر فعلی بروزرسانی شد." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "یرایش جزئیات کاربر کنونی" -#: views.py:248 -msgid "Current user's locale profile details updated." -msgstr "شرح پروفایل محلی کاربر فعلی بروز رسانی شد." +#: views.py:64 +msgid "Current user locale profile details" +msgstr "شرح پروفایل محلی کاربر فعلی" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "ویرایش شرح پروفایل محلی کاربر فعلی" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "خطا در ثبت چزئیات %s." - -#: views.py:284 -msgid "Error saving details." -msgstr "خطا در ثبت چزئیات ." - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "جزئیات %s با موفقیت ثبت شد." - -#: views.py:294 -msgid "Details saved successfully." -msgstr "جزییات با موفقیت ثبت شد." - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "خطا در زمان ایجاد %s." - -#: views.py:308 -msgid "Error creating object." -msgstr "خطا در زمان ایجاد شی" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "%s با موفقیت ایجاد شد." - -#: views.py:317 -msgid "New object created successfully." -msgstr "شی جدید با موفقیت ساخته شد." - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "خطا در زمان حذف %s." - -#: views.py:337 -msgid "Error deleting object." -msgstr "خطا در حذف شی." - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "%s با موفقیت حذف شد." - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "شی با موفقیت حذف شد." - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "هیچ عملیاتی action انتخاب نشده است." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "حداقل یک مورد انتخاب شود." + +#: widgets.py:51 msgid "None" msgstr "هیچکدام." +#~ msgid "Logout" +#~ msgstr "خروج" + +#~ msgid "Anonymous user" +#~ msgstr "کاربر ناشناس anonymous" + +#~ msgid "Account" +#~ msgstr "حساب" + +#~ msgid "Password" +#~ msgstr "رمزعبور" + +#~ msgid "Password hash" +#~ msgstr "هش کلمه عبور" + +#~ msgid "Auto admin properties" +#~ msgstr "خصوصیات مدبر خودکار" + +#~ msgid "Function found" +#~ msgstr "فانکشن و یا تابع پیدا شد." + +#~ msgid "Unable to remove %(selection)s." +#~ msgstr "عیر قابل حذف و یا برداشتن %(selection)s." + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "این ایمیل با ایمیل کاربر دیگری یکسان است." + +#~ msgid "Current user's details updated." +#~ msgstr "کزئیات کاربر فعلی بروزرسانی شد." + +#~ msgid "Current user's locale profile details updated." +#~ msgstr "شرح پروفایل محلی کاربر فعلی بروز رسانی شد." + #~ msgid "Email" #~ msgstr "پست الکترونیک" diff --git a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po b/mayan/apps/common/locale/fr/LC_MESSAGES/django.po index 47a065dddb..0e8241581d 100644 --- a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-29 07:48+0000\n" "Last-Translator: Christophe kryskool \n" "Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" @@ -23,119 +23,181 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "Options disponibles" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Sélection" -#: links.py:12 +#: generics.py:123 +#, fuzzy, python-format +#| msgid "Unable to add %(selection)s." +msgid "Unable to transfer selection: %s." +msgstr "Impossible d'ajouter %(selection)s." + +#: generics.py:147 +msgid "Add" +msgstr "Ajouter" + +#: generics.py:158 +msgid "Remove" +msgstr "Supprimer" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "Erreur nouvelle création %s. " + +#: generics.py:345 +msgid "Error creating object." +msgstr "Erreur de création de l'objet." + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "%s créé avec succès" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "Le nouvel objet a été créé avec succès" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "Erreur de suppression %s." + +#: generics.py:382 +msgid "Error deleting object." +msgstr "Erreur de suppression de l'objet" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "%s supprimé avec succès." + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "Objet supprimé avec succès" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "Erreur de sauvegarde %s pour voir les détails." + +#: generics.py:413 +msgid "Error saving details." +msgstr "Erreur de sauvegarde détaillée." + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "Sauvegarde de %s détaillé avec succès." + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "Détails sauvegardé avec succès." + +#: links.py:9 msgid "About" msgstr "À propos" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "Profil Utilisateur" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "Modifier les détails" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "Paramètres régionaux du profil" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "Éditer les paramètres régionaux du profil" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Licence" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Utilisateur anonyme" +#: literals.py:6 +msgid "Days" +msgstr "" -#: models.py:36 -msgid "Account" -msgstr "Compte" +#: literals.py:7 +msgid "Hours" +msgstr "" -#: models.py:37 -msgid "Password" -msgstr "Mot de passe" +#: literals.py:8 +msgid "Minutes" +msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "Hachage de mot de passe" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "Propriétés de l'administration automatique" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "Fichier" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "Nom de fichier" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "Date et heure" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "Partager le fichier transféré" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "Partager les fichiers téléchargés" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "Uitlisateur" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "Fuseau horaire" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "Langue" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "Paramètres régionaux du profil utilisateur" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "Paramètres régionaux des profils utilisateur" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -145,140 +207,80 @@ msgstr "" "les fichiers temporaires. Si aucun n'est indiqué, celui-ci sera crée à " "l'aide de la fonction tempfile.mdktemp()" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" "Un espace de stockage que tous les agents pourront utiliser pour partager " "des fichiers." -#: utils.py:114 -msgid "Function found" -msgstr "Fonction trouvée" - -#: views.py:54 -msgid "No action selected." -msgstr "Aucune action sélectionnée." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Vous devez sélectionner au moins un élément." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "Impossible de supprimer %(selection)s." - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "Impossible d'ajouter %(selection)s." - -#: views.py:148 -msgid "Add" -msgstr "Ajouter" - -#: views.py:158 -msgid "Remove" -msgstr "Supprimer" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "Détails de l'utilisateur courant" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "Détails des paramètres régionaux de l'utilisateur actuel" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "Conflit d'adresse électronique: un autre utilisateur a cette adresse." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Les détails de l'utilisateur actuel ont été mis à jour." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "Modifier les détails des utilisateurs actuels" -#: views.py:248 -msgid "Current user's locale profile details updated." -msgstr "Détails des paramètres régionaux de l'utilisateur actuel mis à jour." +#: views.py:64 +msgid "Current user locale profile details" +msgstr "Détails des paramètres régionaux de l'utilisateur actuel" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "Éditer le détail des paramètres régionaux de l'utilisateur actuel" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "Erreur de sauvegarde %s pour voir les détails." - -#: views.py:284 -msgid "Error saving details." -msgstr "Erreur de sauvegarde détaillée." - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "Sauvegarde de %s détaillé avec succès." - -#: views.py:294 -msgid "Details saved successfully." -msgstr "Détails sauvegardé avec succès." - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "Erreur nouvelle création %s. " - -#: views.py:308 -msgid "Error creating object." -msgstr "Erreur de création de l'objet." - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "%s créé avec succès" - -#: views.py:317 -msgid "New object created successfully." -msgstr "Le nouvel objet a été créé avec succès" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "Erreur de suppression %s." - -#: views.py:337 -msgid "Error deleting object." -msgstr "Erreur de suppression de l'objet" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "%s supprimé avec succès." - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "Objet supprimé avec succès" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Aucune action sélectionnée." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Vous devez sélectionner au moins un élément." + +#: widgets.py:51 msgid "None" msgstr "Aucun" +#~ msgid "Anonymous user" +#~ msgstr "Utilisateur anonyme" + +#~ msgid "Account" +#~ msgstr "Compte" + +#~ msgid "Password" +#~ msgstr "Mot de passe" + +#~ msgid "Password hash" +#~ msgstr "Hachage de mot de passe" + +#~ msgid "Auto admin properties" +#~ msgstr "Propriétés de l'administration automatique" + +#~ msgid "Function found" +#~ msgstr "Fonction trouvée" + +#~ msgid "Unable to remove %(selection)s." +#~ msgstr "Impossible de supprimer %(selection)s." + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "" +#~ "Conflit d'adresse électronique: un autre utilisateur a cette adresse." + +#~ msgid "Current user's details updated." +#~ msgstr "Les détails de l'utilisateur actuel ont été mis à jour." + +#~ msgid "Current user's locale profile details updated." +#~ msgstr "" +#~ "Détails des paramètres régionaux de l'utilisateur actuel mis à jour." + #~ msgid "Email" #~ msgstr "adresse électronique" diff --git a/mayan/apps/common/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/common/locale/hr_HR/LC_MESSAGES/django.po index 0e1fa135c5..6d82de37a9 100644 --- a/mayan/apps/common/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/hr_HR/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" @@ -20,254 +20,223 @@ 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:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "" + +#: generics.py:158 +msgid "Remove" +msgstr "" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "" - -#: views.py:158 -msgid "Remove" -msgstr "" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" diff --git a/mayan/apps/common/locale/hu/LC_MESSAGES/django.po b/mayan/apps/common/locale/hu/LC_MESSAGES/django.po index 879e95cbc0..f1ac4071ee 100644 --- a/mayan/apps/common/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,254 +19,223 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "" + +#: generics.py:158 +msgid "Remove" +msgstr "" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "" - -#: views.py:158 -msgid "Remove" -msgstr "" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" diff --git a/mayan/apps/common/locale/id/LC_MESSAGES/django.po b/mayan/apps/common/locale/id/LC_MESSAGES/django.po index 08ddd097d8..0cc7d8852a 100644 --- a/mayan/apps/common/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,254 +19,223 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "" + +#: generics.py:158 +msgid "Remove" +msgstr "" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "" - -#: views.py:158 -msgid "Remove" -msgstr "" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" diff --git a/mayan/apps/common/locale/it/LC_MESSAGES/django.po b/mayan/apps/common/locale/it/LC_MESSAGES/django.po index 80fa670442..15271f15ad 100644 --- a/mayan/apps/common/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/it/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-29 08:38+0000\n" "Last-Translator: Pierpaolo Baldan \n" "Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" @@ -24,119 +24,181 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "Attributi disponibili:" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Selezione" -#: links.py:12 +#: generics.py:123 +#, fuzzy, python-format +#| msgid "Unable to add %(selection)s." +msgid "Unable to transfer selection: %s." +msgstr "Impossibile aggiungere %(selection)s." + +#: generics.py:147 +msgid "Add" +msgstr "Aggiungi" + +#: generics.py:158 +msgid "Remove" +msgstr "Rimuovi" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "Errore nella creazione del nuovo %s." + +#: generics.py:345 +msgid "Error creating object." +msgstr "Errore nella creazione dell'oggetto" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "%s creato con successo" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "Nuovo oggetto creato con successo." + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "Errore nel cancellare %s." + +#: generics.py:382 +msgid "Error deleting object." +msgstr "Errore nel cancellare l'oggetto." + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "%s cancellato con successo" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "Oggetto cancellato con successo" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "Errore nel salvataggio %s dei dettagli" + +#: generics.py:413 +msgid "Error saving details." +msgstr "Dettagli errore di salvataggio." + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "%s dettagli salvati con successo" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "Dettagli salvati correttamente." + +#: links.py:9 msgid "About" msgstr "About" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "Dettagli utente" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "Modifica dettagli" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "Profilo Locale" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "Modifica profilo locale" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Licenza" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Utente anonimo" - -#: models.py:36 -msgid "Account" -msgstr "Account" - -#: models.py:37 -msgid "Password" -msgstr "Password" - -#: models.py:38 -msgid "Password hash" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "Auto proprietà di amministrazione " +#: literals.py:7 +msgid "Hours" +msgstr "" -#: models.py:46 +#: literals.py:8 +msgid "Minutes" +msgstr "" + +#: models.py:23 msgid "File" msgstr "File" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "Filename" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "Date time" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "Condividi file caricato" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "Condividi files caricati" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "Utente" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "Fuso orario" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "Lingua" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "Profilo utente locale" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "Profili dell'utente locale" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -146,140 +208,75 @@ msgstr "" "file temporanei. Se nessuno è specificato, uno può essere creato usando " "tempfile.mkdtemp() " -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" "Un backend di memorizzazione che tutti i lavoratori possono utilizzare per " "condividere i file." -#: utils.py:114 -msgid "Function found" -msgstr "Trovata funzione" - -#: views.py:54 -msgid "No action selected." -msgstr "Nessuna azione selezionata" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Devi selezionare un elemento" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "Impossibile rimuovere %(selection)s." - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "Impossibile aggiungere %(selection)s." - -#: views.py:148 -msgid "Add" -msgstr "Aggiungi" - -#: views.py:158 -msgid "Remove" -msgstr "Rimuovi" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "Dettagli dell'attuale utente" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "Dettagli del profilo dell'utente attuale" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "E-mail conflitto, un altro utente ha quella stessa email." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Dettagli dell'utente corrente aggiornati" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "Modificare i dati dell'utente attuale" -#: views.py:248 -msgid "Current user's locale profile details updated." -msgstr "Dettagli del profilo locale dell'utente attuale aggiornati." +#: views.py:64 +msgid "Current user locale profile details" +msgstr "Dettagli del profilo dell'utente attuale" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "Modificare i dettagli del profilo corrente dell'utente" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "Errore nel salvataggio %s dei dettagli" - -#: views.py:284 -msgid "Error saving details." -msgstr "Dettagli errore di salvataggio." - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "%s dettagli salvati con successo" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "Dettagli salvati correttamente." - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "Errore nella creazione del nuovo %s." - -#: views.py:308 -msgid "Error creating object." -msgstr "Errore nella creazione dell'oggetto" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "%s creato con successo" - -#: views.py:317 -msgid "New object created successfully." -msgstr "Nuovo oggetto creato con successo." - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "Errore nel cancellare %s." - -#: views.py:337 -msgid "Error deleting object." -msgstr "Errore nel cancellare l'oggetto." - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "%s cancellato con successo" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "Oggetto cancellato con successo" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Nessuna azione selezionata" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Devi selezionare un elemento" + +#: widgets.py:51 msgid "None" msgstr "Nessuno" +#~ msgid "Anonymous user" +#~ msgstr "Utente anonimo" + +#~ msgid "Account" +#~ msgstr "Account" + +#~ msgid "Password" +#~ msgstr "Password" + +#~ msgid "Auto admin properties" +#~ msgstr "Auto proprietà di amministrazione " + +#~ msgid "Function found" +#~ msgstr "Trovata funzione" + +#~ msgid "Unable to remove %(selection)s." +#~ msgstr "Impossibile rimuovere %(selection)s." + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "E-mail conflitto, un altro utente ha quella stessa email." + +#~ msgid "Current user's details updated." +#~ msgstr "Dettagli dell'utente corrente aggiornati" + +#~ msgid "Current user's locale profile details updated." +#~ msgstr "Dettagli del profilo locale dell'utente attuale aggiornati." + #~ msgid "Email" #~ msgstr "Email" diff --git a/mayan/apps/common/locale/lv/LC_MESSAGES/django.po b/mayan/apps/common/locale/lv/LC_MESSAGES/django.po index e5f107088c..ff2765fda3 100644 --- a/mayan/apps/common/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/lv/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,254 +20,223 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "" + +#: generics.py:158 +msgid "Remove" +msgstr "" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "" - -#: views.py:158 -msgid "Remove" -msgstr "" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" diff --git a/mayan/apps/common/locale/nb/LC_MESSAGES/django.po b/mayan/apps/common/locale/nb/LC_MESSAGES/django.po index 7d7cf037d7..5370f66b9a 100644 --- a/mayan/apps/common/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/nb/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,254 +19,223 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "" + +#: generics.py:158 +msgid "Remove" +msgstr "" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "" - -#: views.py:158 -msgid "Remove" -msgstr "" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" 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 aba892e25d..adcbbe4d17 100644 --- a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -20,257 +20,238 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Selectie" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "Voeg toe" + +#: generics.py:158 +msgid "Remove" +msgstr "Verwijder" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "Error bij maken nieuwe %s." + +#: generics.py:345 +msgid "Error creating object." +msgstr "Error bij het maken van object." + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "%s succesvol aangemaakt." + +#: generics.py:358 +msgid "New object created successfully." +msgstr "Nieuw object succesvol aangemaakt." + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "Error bij verwijderen %s." + +#: generics.py:382 +msgid "Error deleting object." +msgstr "Error bij het verwijderen van object." + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "%s succesvol verwijderd." + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "Object succesvol verwijderd." + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "Error bij opslaan van %s gegevens." + +#: generics.py:413 +msgid "Error saving details." +msgstr "Error bij opslaan gegevens." + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "%s gegevens succesvol opgeslagen." + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "Gegevens succesvol opgeslagen." + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Licentie" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Anonieme gebruiker" - -#: models.py:36 -msgid "Account" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:37 -msgid "Password" -msgstr "Wachtwoord" - -#: models.py:38 -msgid "Password hash" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:41 -msgid "Auto admin properties" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "Geen acties geselecteerd." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Selecteer minimaal een item." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "Voeg toe" - -#: views.py:158 -msgid "Remove" -msgstr "Verwijder" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "Email conflict, een andere gebruiker heeft hetzelfde email adres." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Gegevens van huidige gerbuiker aangepast." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "Error bij opslaan van %s gegevens." - -#: views.py:284 -msgid "Error saving details." -msgstr "Error bij opslaan gegevens." - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "%s gegevens succesvol opgeslagen." - -#: views.py:294 -msgid "Details saved successfully." -msgstr "Gegevens succesvol opgeslagen." - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "Error bij maken nieuwe %s." - -#: views.py:308 -msgid "Error creating object." -msgstr "Error bij het maken van object." - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "%s succesvol aangemaakt." - -#: views.py:317 -msgid "New object created successfully." -msgstr "Nieuw object succesvol aangemaakt." - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "Error bij verwijderen %s." - -#: views.py:337 -msgid "Error deleting object." -msgstr "Error bij het verwijderen van object." - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "%s succesvol verwijderd." - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "Object succesvol verwijderd." - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Geen acties geselecteerd." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Selecteer minimaal een item." + +#: widgets.py:51 msgid "None" msgstr "Geen" +#~ msgid "Anonymous user" +#~ msgstr "Anonieme gebruiker" + +#~ msgid "Password" +#~ msgstr "Wachtwoord" + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "Email conflict, een andere gebruiker heeft hetzelfde email adres." + +#~ msgid "Current user's details updated." +#~ msgstr "Gegevens van huidige gerbuiker aangepast." + #~ msgid "Email" #~ msgstr "Email" diff --git a/mayan/apps/common/locale/pl/LC_MESSAGES/django.po b/mayan/apps/common/locale/pl/LC_MESSAGES/django.po index 111d2ba203..d169ec7704 100644 --- a/mayan/apps/common/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/pl/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" @@ -26,257 +26,256 @@ 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:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "Dostępne atrybuty:" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Zaznaczenie" -#: links.py:12 +#: generics.py:123 +#, fuzzy, python-format +#| msgid "Unable to add %(selection)s." +msgid "Unable to transfer selection: %s." +msgstr "Nie można dodać %(selection)s." + +#: generics.py:147 +msgid "Add" +msgstr "Dodaj" + +#: generics.py:158 +msgid "Remove" +msgstr "Usuń" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "Błąd podczas tworzenia nowego : %s." + +#: generics.py:345 +msgid "Error creating object." +msgstr "Błąd poczas tworzenia obiektu." + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "%s utworzono pomyślnie." + +#: generics.py:358 +msgid "New object created successfully." +msgstr "Pomyślnie utworzono nowy obiekt." + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "Błąd podczas usuwania %s." + +#: generics.py:382 +msgid "Error deleting object." +msgstr "Błąd podczas usuwania obiektu." + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "%s usunięto pomyślnie." + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "Pomyślnie usunuęto obiekt." + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "Błąd podczas zapisu %s." + +#: generics.py:413 +msgid "Error saving details." +msgstr "Błąd zapisu detali." + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "%s detale zapiane pomyślnie." + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "Detale zapsane pomyślnie." + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "Dane użytkownika" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "Edytuj szczegóły" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Licencja" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Użytkownik anonimowy" - -#: models.py:36 -msgid "Account" -msgstr "Konto" - -#: models.py:37 -msgid "Password" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "Hasło hash" +#: literals.py:7 +msgid "Hours" +msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "Właściwości automatyczne" +#: literals.py:8 +msgid "Minutes" +msgstr "" -#: models.py:46 +#: models.py:23 msgid "File" msgstr "Plik" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "Nazwa" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "data i godzina" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "Udostępniony plik" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "Pliki udostępnione" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "Użytkownik" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "Strefa czasowa" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "Język" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "Lokalny profil użytkownika" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "Lokalne profile użytkownika" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." -msgstr "Backend przechowywania umożliwiający wszystkim użytkownikom udostępnianie plików." +msgstr "" +"Backend przechowywania umożliwiający wszystkim użytkownikom udostępnianie " +"plików." -#: utils.py:114 -msgid "Function found" -msgstr "Wyszukano funkcję" - -#: views.py:54 -msgid "No action selected." -msgstr "Nie wybrano żadnego działania" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Musisz wybrać co najmniej jeden element." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "Nie można usunąć %(selection)s." - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "Nie można dodać %(selection)s." - -#: views.py:148 -msgid "Add" -msgstr "Dodaj" - -#: views.py:158 -msgid "Remove" -msgstr "Usuń" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "Aktualne dane użytkownika" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "Aktualne dane użytkownika szczegóły" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "Użytkownik o podanym adresie e-mail już istnieje." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Aktualne dane użytkownika aktualizowane." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "Edytuj aktualne dane użytkownika" -#: views.py:248 -msgid "Current user's locale profile details updated." -msgstr "Profil aktualnego użytkownika został zaktualizowany." +#: views.py:64 +msgid "Current user locale profile details" +msgstr "Aktualne dane użytkownika szczegóły" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "Edytuj profil aktualnego użytkownika." -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "Błąd podczas zapisu %s." - -#: views.py:284 -msgid "Error saving details." -msgstr "Błąd zapisu detali." - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "%s detale zapiane pomyślnie." - -#: views.py:294 -msgid "Details saved successfully." -msgstr "Detale zapsane pomyślnie." - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "Błąd podczas tworzenia nowego : %s." - -#: views.py:308 -msgid "Error creating object." -msgstr "Błąd poczas tworzenia obiektu." - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "%s utworzono pomyślnie." - -#: views.py:317 -msgid "New object created successfully." -msgstr "Pomyślnie utworzono nowy obiekt." - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "Błąd podczas usuwania %s." - -#: views.py:337 -msgid "Error deleting object." -msgstr "Błąd podczas usuwania obiektu." - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "%s usunięto pomyślnie." - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "Pomyślnie usunuęto obiekt." - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Nie wybrano żadnego działania" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Musisz wybrać co najmniej jeden element." + +#: widgets.py:51 msgid "None" msgstr "Brak" +#~ msgid "Anonymous user" +#~ msgstr "Użytkownik anonimowy" + +#~ msgid "Account" +#~ msgstr "Konto" + +#~ msgid "Password hash" +#~ msgstr "Hasło hash" + +#~ msgid "Auto admin properties" +#~ msgstr "Właściwości automatyczne" + +#~ msgid "Function found" +#~ msgstr "Wyszukano funkcję" + +#~ msgid "Unable to remove %(selection)s." +#~ msgstr "Nie można usunąć %(selection)s." + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "Użytkownik o podanym adresie e-mail już istnieje." + +#~ msgid "Current user's details updated." +#~ msgstr "Aktualne dane użytkownika aktualizowane." + +#~ msgid "Current user's locale profile details updated." +#~ msgstr "Profil aktualnego użytkownika został zaktualizowany." + #~ msgid "Email" #~ msgstr "E-mail" diff --git a/mayan/apps/common/locale/pt/LC_MESSAGES/django.po b/mayan/apps/common/locale/pt/LC_MESSAGES/django.po index d7393e7864..4d0952399f 100644 --- a/mayan/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" @@ -22,257 +22,235 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Seleção" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "Adicionar" + +#: generics.py:158 +msgid "Remove" +msgstr "Remover" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Licença" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Utilizador anónimo" - -#: models.py:36 -msgid "Account" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:38 -msgid "Password hash" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "Nenhuma ação selecionada." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Deve selecionar pelo menos um item." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "Adicionar" - -#: views.py:158 -msgid "Remove" -msgstr "Remover" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "Conflito de E-mail; outro utilizador tem o mesmo e-mail." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Detalhes do utilizador atual atualizados." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Nenhuma ação selecionada." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Deve selecionar pelo menos um item." + +#: widgets.py:51 msgid "None" msgstr "Nenhum" +#~ msgid "Anonymous user" +#~ msgstr "Utilizador anónimo" + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "Conflito de E-mail; outro utilizador tem o mesmo e-mail." + +#~ msgid "Current user's details updated." +#~ msgstr "Detalhes do utilizador atual atualizados." + #~ msgid "Email" #~ msgstr "E-mail" 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 67dea8cdaa..ff2320c0d7 100644 --- a/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -22,257 +22,256 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "Atributos disponíveis:" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Seleção" -#: links.py:12 +#: generics.py:123 +#, fuzzy, python-format +#| msgid "Unable to add %(selection)s." +msgid "Unable to transfer selection: %s." +msgstr "Não foi possível adicionar %(selection)s." + +#: generics.py:147 +msgid "Add" +msgstr "Adicionar" + +#: generics.py:158 +msgid "Remove" +msgstr "Remover" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "Erro ao criar nova :%s. " + +#: generics.py:345 +msgid "Error creating object." +msgstr "Erro ao criar objeto." + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "%s criado com sucesso." + +#: generics.py:358 +msgid "New object created successfully." +msgstr "Novo objeto criado com sucesso." + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "Erro ao excluir:%s." + +#: generics.py:382 +msgid "Error deleting object." +msgstr "Erro ao excluir objeto." + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "%s excluído com sucesso" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "Objeto excluído com sucesso." + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "Erro ao salvar %s detalhes." + +#: generics.py:413 +msgid "Error saving details." +msgstr "Salvar detalhes de erro." + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "%s Detalhes salvos com sucesso." + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "Detalhes salvos com sucesso." + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "Detalhes do usuário" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "Editar Detalhes" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Licença" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Usuário anônimo" - -#: models.py:36 -msgid "Account" -msgstr "Conta" - -#: models.py:37 -msgid "Password" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "Senha hash" +#: literals.py:7 +msgid "Hours" +msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "Propriedades de administração Automático" +#: literals.py:8 +msgid "Minutes" +msgstr "" -#: models.py:46 +#: models.py:23 msgid "File" msgstr "Arquivo" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "Nome do arquivo" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "hora, data" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "Arquivo enviado Partilhado" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "Arquivos enviados Partilhado" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "Usuário" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "Timezone" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "Lingua" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "Perfil de localidade do usuário" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "Perfis de localidade do usuário" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." -msgstr "Um backend de armazenamento que todos os trabalhadores podem usar para compartilhar arquivos." +msgstr "" +"Um backend de armazenamento que todos os trabalhadores podem usar para " +"compartilhar arquivos." -#: utils.py:114 -msgid "Function found" -msgstr "função encontrada" - -#: views.py:54 -msgid "No action selected." -msgstr "Nenhuma ação selecionada." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Deve selecionar pelo menos um item." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "Não foi possível remover %(selection)s." - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "Não foi possível adicionar %(selection)s." - -#: views.py:148 -msgid "Add" -msgstr "Adicionar" - -#: views.py:158 -msgid "Remove" -msgstr "Remover" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "Detalhes do usuário" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "Usuário Atual - detalhes do perfil de localidade" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "E-mail conflito, outro usuário que tem mesmo e-mail." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Detalhes do usuário atual atualizados." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "Editar detalhes do usuário corrente" -#: views.py:248 -msgid "Current user's locale profile details updated." -msgstr "Detalhes do perfil de localidade do usuário atual atualizado." +#: views.py:64 +msgid "Current user locale profile details" +msgstr "Usuário Atual - detalhes do perfil de localidade" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "Editar Usuário Atual - detalhes do perfil de localidade" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "Erro ao salvar %s detalhes." - -#: views.py:284 -msgid "Error saving details." -msgstr "Salvar detalhes de erro." - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "%s Detalhes salvos com sucesso." - -#: views.py:294 -msgid "Details saved successfully." -msgstr "Detalhes salvos com sucesso." - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "Erro ao criar nova :%s. " - -#: views.py:308 -msgid "Error creating object." -msgstr "Erro ao criar objeto." - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "%s criado com sucesso." - -#: views.py:317 -msgid "New object created successfully." -msgstr "Novo objeto criado com sucesso." - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "Erro ao excluir:%s." - -#: views.py:337 -msgid "Error deleting object." -msgstr "Erro ao excluir objeto." - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "%s excluído com sucesso" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "Objeto excluído com sucesso." - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Nenhuma ação selecionada." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Deve selecionar pelo menos um item." + +#: widgets.py:51 msgid "None" msgstr "Nenhum" +#~ msgid "Anonymous user" +#~ msgstr "Usuário anônimo" + +#~ msgid "Account" +#~ msgstr "Conta" + +#~ msgid "Password hash" +#~ msgstr "Senha hash" + +#~ msgid "Auto admin properties" +#~ msgstr "Propriedades de administração Automático" + +#~ msgid "Function found" +#~ msgstr "função encontrada" + +#~ msgid "Unable to remove %(selection)s." +#~ msgstr "Não foi possível remover %(selection)s." + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "E-mail conflito, outro usuário que tem mesmo e-mail." + +#~ msgid "Current user's details updated." +#~ msgstr "Detalhes do usuário atual atualizados." + +#~ msgid "Current user's locale profile details updated." +#~ msgstr "Detalhes do perfil de localidade do usuário atual atualizado." + #~ msgid "Email" #~ msgstr "E-mail" 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 6b4987f44c..25d0742a30 100644 --- a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-" @@ -21,119 +21,180 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "selecţie" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "Adaugă" + +#: generics.py:158 +msgid "Remove" +msgstr "Şterge" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Licenţă" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Utilizator anonim" - -#: models.py:36 -msgid "Account" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:38 -msgid "Password hash" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -143,138 +204,55 @@ msgstr "" "previzualizări și fișiere temporare. În cazul în care nu este specificat, " "se va fi creat cu ajutorul tempfile.mkdtemp ()" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "Nu a fost selectată nici o acţiune." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Trebuie sa selectaţi cel puţin un rând" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "Adaugă" - -#: views.py:158 -msgid "Remove" -msgstr "Şterge" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "E-mail conflict, un alt utilizator are acest e-mail." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Detaliile utilizatorului curent au fost actualizate." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Nu a fost selectată nici o acţiune." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Trebuie sa selectaţi cel puţin un rând" + +#: widgets.py:51 msgid "None" msgstr "Nici unul" +#~ msgid "Anonymous user" +#~ msgstr "Utilizator anonim" + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "E-mail conflict, un alt utilizator are acest e-mail." + +#~ msgid "Current user's details updated." +#~ msgstr "Detaliile utilizatorului curent au fost actualizate." + #~ msgid "Email" #~ msgstr "email" diff --git a/mayan/apps/common/locale/ru/LC_MESSAGES/django.po b/mayan/apps/common/locale/ru/LC_MESSAGES/django.po index c68a290bd9..d446c7e6a6 100644 --- a/mayan/apps/common/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" @@ -21,119 +21,180 @@ 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:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Выбор" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "Добавить" + +#: generics.py:158 +msgid "Remove" +msgstr "Удалить" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Лицензия" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Анонимный пользователь" - -#: models.py:36 -msgid "Account" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:38 -msgid "Password hash" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -143,138 +204,55 @@ msgstr "" "временных файлов. Если он не указан, он будет создан с использованием " "tempfile.mkdtemp ()" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "Никаких действий не выбрано." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Необходимо выбрать хотя бы один элемент." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "Добавить" - -#: views.py:158 -msgid "Remove" -msgstr "Удалить" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "Другой пользователь укеазал тот же е-мейл." - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Данные пользователя обновлены." - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Никаких действий не выбрано." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Необходимо выбрать хотя бы один элемент." + +#: widgets.py:51 msgid "None" msgstr "Ни один" +#~ msgid "Anonymous user" +#~ msgstr "Анонимный пользователь" + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "Другой пользователь укеазал тот же е-мейл." + +#~ msgid "Current user's details updated." +#~ msgstr "Данные пользователя обновлены." + #~ msgid "Email" #~ msgstr "Email" 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 b7c0430b67..388196f211 100644 --- a/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" @@ -20,254 +20,223 @@ 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:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "" + +#: generics.py:158 +msgid "Remove" +msgstr "" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "" - -#: views.py:158 -msgid "Remove" -msgstr "" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" diff --git a/mayan/apps/common/locale/sq/LC_MESSAGES/django.po b/mayan/apps/common/locale/sq/LC_MESSAGES/django.po index dc3e313c24..703ee25fec 100644 --- a/mayan/apps/common/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/sq/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,254 +19,223 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "" + +#: generics.py:158 +msgid "Remove" +msgstr "" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "" - -#: views.py:158 -msgid "Remove" -msgstr "" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" diff --git a/mayan/apps/common/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/common/locale/tr_TR/LC_MESSAGES/django.po index efc57d6078..a69b56e5ac 100644 --- a/mayan/apps/common/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/tr_TR/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" @@ -20,257 +20,229 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "Ekle" + +#: generics.py:158 +msgid "Remove" +msgstr "Kaldır" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "Anonim kullanıcı" - -#: models.py:36 -msgid "Account" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:38 -msgid "Password hash" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "Ekle" - -#: views.py:158 -msgid "Remove" -msgstr "Kaldır" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" +#~ msgid "Anonymous user" +#~ msgstr "Anonim kullanıcı" + #~ msgid "Email" #~ msgstr "E-posta" 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 60b41fd927..a32c3cb3a4 100644 --- a/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" @@ -20,257 +20,229 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "Lựa chọn" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "Thêm" + +#: generics.py:158 +msgid "Remove" +msgstr "Xóa" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "Bản quyền" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "Không thao tác nào được chọn." - -#: views.py:58 -msgid "Must select at least one item." -msgstr "Cần chọn ít nhất một phần tử." - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "Thêm" - -#: views.py:158 -msgid "Remove" -msgstr "Xóa" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "Thông tin người dùng đã được cập nhật" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "Không thao tác nào được chọn." + +#: views.py:202 +msgid "Must select at least one item." +msgstr "Cần chọn ít nhất một phần tử." + +#: widgets.py:51 msgid "None" msgstr "None" +#~ msgid "Current user's details updated." +#~ msgstr "Thông tin người dùng đã được cập nhật" + #~ msgid "Email" #~ msgstr "Email" 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 4a47fee3f4..8da74f630f 100644 --- a/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-" @@ -20,119 +20,180 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "选择" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "新增" + +#: generics.py:158 +msgid "Remove" +msgstr "移除" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "创建新 %s的时候出错。" + +#: generics.py:345 +msgid "Error creating object." +msgstr "创建对象的时候出错" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "创建%s成功" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "新对象创建成功" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "删除%s时候出错。" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "删除对象时候出错。" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "删除%s成功。" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "对象删除成功" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "保存 %s 详细信息出错。" + +#: generics.py:413 +msgid "Error saving details." +msgstr "保存详细信息出错" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "%s的详单成功保存" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "详单保存成功" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "许可证" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" -msgstr "匿名用户" - -#: models.py:36 -msgid "Account" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:37 -msgid "Password" -msgstr "密码" - -#: models.py:38 -msgid "Password hash" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:41 -msgid "Auto admin properties" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -141,138 +202,58 @@ msgstr "" "站点范围的临时目录用于存储缩略图,预览和临时文件。如果没有设置,将缺省使用" "tempfile.mkdtemp()" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "请选择一个操作" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "至少需要选择一项" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "新增" - -#: views.py:158 -msgid "Remove" -msgstr "移除" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "电子邮箱冲突,另外用户已经使用此邮箱" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "当前用户信息已经更新" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "保存 %s 详细信息出错。" - -#: views.py:284 -msgid "Error saving details." -msgstr "保存详细信息出错" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "%s的详单成功保存" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "详单保存成功" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "创建新 %s的时候出错。" - -#: views.py:308 -msgid "Error creating object." -msgstr "创建对象的时候出错" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "创建%s成功" - -#: views.py:317 -msgid "New object created successfully." -msgstr "新对象创建成功" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "删除%s时候出错。" - -#: views.py:337 -msgid "Error deleting object." -msgstr "删除对象时候出错。" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "删除%s成功。" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "对象删除成功" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "请选择一个操作" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "至少需要选择一项" + +#: widgets.py:51 msgid "None" msgstr "无" +#~ msgid "Anonymous user" +#~ msgstr "匿名用户" + +#~ msgid "Password" +#~ msgstr "密码" + +#~ msgid "E-mail conflict, another user has that same email." +#~ msgstr "电子邮箱冲突,另外用户已经使用此邮箱" + +#~ msgid "Current user's details updated." +#~ msgstr "当前用户信息已经更新" + #~ msgid "Email" #~ msgstr "电子邮件" diff --git a/mayan/apps/common/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/common/locale/zh_TW/LC_MESSAGES/django.po index 69bbcc56b7..99715ca27a 100644 --- a/mayan/apps/common/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/zh_TW/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-04-06 16:06-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-17 07:03+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,253 +19,222 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:95 +#: apps.py:55 settings.py:7 msgid "Common" msgstr "" -#: classes.py:40 +#: classes.py:42 msgid "Available attributes: " msgstr "" -#: forms.py:98 +#: forms.py:67 msgid "Selection" msgstr "" -#: links.py:12 +#: generics.py:123 +#, python-format +msgid "Unable to transfer selection: %s." +msgstr "" + +#: generics.py:147 +msgid "Add" +msgstr "" + +#: generics.py:158 +msgid "Remove" +msgstr "" + +#: generics.py:270 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: generics.py:302 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: generics.py:342 +#, python-format +msgid "Error creating new %s." +msgstr "" + +#: generics.py:345 +msgid "Error creating object." +msgstr "" + +#: generics.py:354 +#, python-format +msgid "%s created successfully." +msgstr "" + +#: generics.py:358 +msgid "New object created successfully." +msgstr "" + +#: generics.py:378 +#, python-format +msgid "Error deleting %s." +msgstr "" + +#: generics.py:382 +msgid "Error deleting object." +msgstr "" + +#: generics.py:389 +#, python-format +msgid "%s deleted successfully." +msgstr "" + +#: generics.py:393 +msgid "Object deleted successfully." +msgstr "" + +#: generics.py:409 +#, python-format +msgid "Error saving %s details." +msgstr "" + +#: generics.py:413 +msgid "Error saving details." +msgstr "" + +#: generics.py:423 +#, python-format +msgid "%s details saved successfully." +msgstr "" + +#: generics.py:427 +msgid "Details saved successfully." +msgstr "" + +#: links.py:9 msgid "About" msgstr "" -#: links.py:13 -msgid "Admin site" -msgstr "" - -#: links.py:14 +#: links.py:12 msgid "User details" msgstr "" -#: links.py:15 +#: links.py:16 msgid "Edit details" msgstr "" -#: links.py:16 +#: links.py:19 msgid "Locale profile" msgstr "" -#: links.py:17 +#: links.py:23 msgid "Edit locale profile" msgstr "" -#: links.py:18 views.py:270 +#: links.py:27 views.py:141 msgid "License" msgstr "" -#: links.py:19 -msgid "Maintenance" -msgstr "" - -#: links.py:20 +#: links.py:30 msgid "Setup" msgstr "" -#: links.py:21 views.py:435 +#: links.py:33 views.py:169 msgid "Tools" msgstr "" -#: models.py:29 models.py:32 -msgid "Anonymous user" +#: literals.py:6 +msgid "Days" msgstr "" -#: models.py:36 -msgid "Account" +#: literals.py:7 +msgid "Hours" msgstr "" -#: models.py:37 -msgid "Password" +#: literals.py:8 +msgid "Minutes" msgstr "" -#: models.py:38 -msgid "Password hash" -msgstr "" - -#: models.py:41 -msgid "Auto admin properties" -msgstr "" - -#: models.py:46 +#: models.py:23 msgid "File" msgstr "" -#: models.py:47 +#: models.py:25 msgid "Filename" msgstr "" -#: models.py:48 +#: models.py:27 msgid "Date time" msgstr "" -#: models.py:51 +#: models.py:31 msgid "Shared uploaded file" msgstr "" -#: models.py:52 +#: models.py:32 msgid "Shared uploaded files" msgstr "" -#: models.py:64 +#: models.py:53 msgid "User" msgstr "" -#: models.py:66 +#: models.py:57 msgid "Timezone" msgstr "" -#: models.py:67 +#: models.py:60 msgid "Language" msgstr "" -#: models.py:73 +#: models.py:67 msgid "User locale profile" msgstr "" -#: models.py:74 +#: models.py:68 msgid "User locale profiles" msgstr "" -#: settings.py:14 +#: settings.py:10 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" msgstr "" -#: settings.py:48 +#: settings.py:16 msgid "A storage backend that all workers can use to share files." msgstr "" -#: utils.py:114 -msgid "Function found" -msgstr "" - -#: views.py:54 -msgid "No action selected." -msgstr "" - -#: views.py:58 -msgid "Must select at least one item." -msgstr "" - -#: views.py:110 -#, python-format -msgid "Unable to remove %(selection)s." -msgstr "" - -#: views.py:135 -#, python-format -msgid "Unable to add %(selection)s." -msgstr "" - -#: views.py:148 -msgid "Add" -msgstr "" - -#: views.py:158 -msgid "Remove" -msgstr "" - -#: views.py:181 +#: views.py:38 msgid "Current user details" msgstr "" -#: views.py:196 -msgid "Current user locale profile details" -msgstr "" - -#: views.py:213 -msgid "E-mail conflict, another user has that same email." -msgstr "" - -#: views.py:216 -msgid "Current user's details updated." -msgstr "" - -#: views.py:225 +#: views.py:44 msgid "Edit current user details" msgstr "" -#: views.py:248 -msgid "Current user's locale profile details updated." +#: views.py:64 +msgid "Current user locale profile details" msgstr "" -#: views.py:257 +#: views.py:71 msgid "Edit current user locale profile details" msgstr "" -#: views.py:282 -#, python-format -msgid "Error saving %s details." -msgstr "" - -#: views.py:284 -msgid "Error saving details." -msgstr "" - -#: views.py:292 -#, python-format -msgid "%s details saved successfully." -msgstr "" - -#: views.py:294 -msgid "Details saved successfully." -msgstr "" - -#: views.py:306 -#, python-format -msgid "Error creating new %s." -msgstr "" - -#: views.py:308 -msgid "Error creating object." -msgstr "" - -#: views.py:315 -#, python-format -msgid "%s created successfully." -msgstr "" - -#: views.py:317 -msgid "New object created successfully." -msgstr "" - -#: views.py:335 -#, python-format -msgid "Error deleting %s." -msgstr "" - -#: views.py:337 -msgid "Error deleting object." -msgstr "" - -#: views.py:342 -#, python-format -msgid "%s deleted successfully." -msgstr "" - -#: views.py:344 -msgid "Object deleted successfully." -msgstr "" - -#: views.py:425 -msgid "Setup items" -msgstr "" - -#: views.py:459 +#: views.py:131 msgid "Results" msgstr "" -#: views.py:479 -msgid "Maintenance menu" +#: views.py:155 +msgid "Setup items" msgstr "" -#: widgets.py:60 +#: views.py:194 +msgid "No action selected." +msgstr "" + +#: views.py:202 +msgid "Must select at least one item." +msgstr "" + +#: widgets.py:51 msgid "None" msgstr "" diff --git a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po index e775ad5732..b9f9830ca1 100644 --- a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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,92 +9,172 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "تغيير حجم" -#: literals.py:22 -msgid "Resize." -msgstr "تغيير حجم." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "تدوير" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "تدوير بمستوى س درجة" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "كثافة" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Change the resolution (ie: DPI) without resizing." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "التكبير" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "التكبير في بنسبة مئوية." - -#: literals.py:47 -msgid "Percent" +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "مسار الملف إلى برنامج imagemagick للتحويل." +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "مسار الملف إلى برنامج imagemagick للتعرف." +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "مسار الملف إلى برنامج imagemagick " +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "المسار إلى برنامج libreoffice." -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "تغيير حجم." + +#~ msgid "Rotate by n degress." +#~ msgstr "تدوير بمستوى س درجة" + +#~ msgid "Density" +#~ msgstr "كثافة" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Change the resolution (ie: DPI) without resizing." + +#~ msgid "Zoom by n percent." +#~ msgstr "التكبير في بنسبة مئوية." + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "مسار الملف إلى برنامج imagemagick للتحويل." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "مسار الملف إلى برنامج imagemagick للتعرف." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "مسار الملف إلى برنامج imagemagick " + #~ msgid "Help" #~ msgstr "Help" @@ -126,9 +206,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -409,9 +486,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -527,7 +606,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -724,9 +804,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po index 82913b6da6..ca64b2782a 100644 --- a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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,92 +9,150 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Преоразмеряване" -#: literals.py:22 -msgid "Resize." -msgstr "Преоразмеряване." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Завъртете" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Увеличаване" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Преоразмеряване." + #~ msgid "Help" #~ msgstr "Help" @@ -126,9 +184,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -409,9 +464,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -527,7 +584,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -724,9 +782,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" 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 637917d852..81c11a1f26 100644 --- a/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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,92 +9,172 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Promjeni veličinu" -#: literals.py:22 -msgid "Resize." -msgstr "Promijeni veličinu." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Rotiraj" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Rotiraj n stepeni." - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "Gustoća" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Promjeni rezoluciju (na pr: DPI) bez promjene veličine." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Uvećaj" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Uvećaj n postotaka." - -#: literals.py:47 -msgid "Percent" +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "Staza do imagemagick's programa za konverziju." +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "Staza do imagemagick's identifikacijskog programa." +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "Staza do graphicsmagick's programa." +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Staza do LibreOffice programa." -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Promijeni veličinu." + +#~ msgid "Rotate by n degress." +#~ msgstr "Rotiraj n stepeni." + +#~ msgid "Density" +#~ msgstr "Gustoća" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Promjeni rezoluciju (na pr: DPI) bez promjene veličine." + +#~ msgid "Zoom by n percent." +#~ msgstr "Uvećaj n postotaka." + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "Staza do imagemagick's programa za konverziju." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "Staza do imagemagick's identifikacijskog programa." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "Staza do graphicsmagick's programa." + #~ msgid "Help" #~ msgstr "Help" @@ -126,9 +206,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -409,9 +486,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -527,7 +606,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -724,9 +804,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/da/LC_MESSAGES/django.po b/mayan/apps/converter/locale/da/LC_MESSAGES/django.po index 8deaedc774..7d0ff77a58 100644 --- a/mayan/apps/converter/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/da/LC_MESSAGES/django.po @@ -1,99 +1,154 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -125,9 +180,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -408,9 +460,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -526,7 +580,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -723,9 +778,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/converter/locale/de_CH/LC_MESSAGES/django.po index f99c4a158a..5e2e641843 100644 --- a/mayan/apps/converter/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/de_CH/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,81 +19,136 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -"and converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -125,9 +180,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -726,9 +778,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" 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 21608fa410..7f8851cfcd 100644 --- a/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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 @@ -10,92 +10,192 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Größe ändern" -#: literals.py:22 -msgid "Resize." -msgstr "Größe ändern" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "Breite" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "Höhe" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Drehen" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Drehen (um n Grad)" - -#: literals.py:32 -msgid "Degrees" -msgstr "Grade" - -#: literals.py:36 -msgid "Density" -msgstr "Optische Dichte" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Auflösung (bspw. DPI) ohne Größenänderung anpassen" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Zoom" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Zoomen (um n Prozent)" +#: links.py:31 +msgid "Create new transformation" +msgstr "" -#: literals.py:47 -msgid "Percent" -msgstr "Prozent" +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "Pfad zum Programm convert von imagemagicks" +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "Pfad zum Programm identify von imagemagicks" +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "Pfad zum Programm graphicsmagick" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" -msgstr "Zu benutzendes Bildverarbeitungs-Backend. Optionen: converter.backends.imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick und converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." +msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Pfad zum Programm libreoffice" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "Pfad zum Popple Programm pdftoppm" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Größe ändern" + +#~ msgid "Width" +#~ msgstr "Breite" + +#~ msgid "Height" +#~ msgstr "Höhe" + +#~ msgid "Rotate by n degress." +#~ msgstr "Drehen (um n Grad)" + +#~ msgid "Degrees" +#~ msgstr "Grade" + +#~ msgid "Density" +#~ msgstr "Optische Dichte" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Auflösung (bspw. DPI) ohne Größenänderung anpassen" + +#~ msgid "Zoom by n percent." +#~ msgstr "Zoomen (um n Prozent)" + +#~ msgid "Percent" +#~ msgstr "Prozent" + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "Pfad zum Programm convert von imagemagicks" + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "Pfad zum Programm identify von imagemagicks" + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "Pfad zum Programm graphicsmagick" + +#~ msgid "" +#~ "Graphics conversion backend to use. Options are: converter.backends." +#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +#~ "and converter.backends.python.Python" +#~ msgstr "" +#~ "Zu benutzendes Bildverarbeitungs-Backend. Optionen: converter.backends." +#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +#~ "und converter.backends.python.Python" + #~ msgid "Help" #~ msgstr "Help" @@ -127,9 +227,6 @@ msgstr "Pfad zum Popple Programm pdftoppm" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -410,9 +507,11 @@ msgstr "Pfad zum Popple Programm pdftoppm" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -528,7 +627,8 @@ msgstr "Pfad zum Popple Programm pdftoppm" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -725,9 +825,6 @@ msgstr "Pfad zum Popple Programm pdftoppm" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/en/LC_MESSAGES/django.po b/mayan/apps/converter/locale/en/LC_MESSAGES/django.po index 8f8efd9516..2d52d44d1d 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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,89 +18,187 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Resize" -#: literals.py:22 -msgid "Resize." -msgstr "Resize." - -#: literals.py:24 literals.py:39 -#, fuzzy -msgid "Width" -msgstr "width" - -#: literals.py:25 literals.py:40 -#, fuzzy -msgid "Height" -msgstr "height" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Rotate" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Rotate by n degress." - -#: literals.py:32 -#, fuzzy -msgid "Degrees" -msgstr "degrees" - -#: literals.py:36 -msgid "Density" -msgstr "Density" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Change the resolution (ie: DPI) without resizing." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Zoom" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Zoom by n percent." - -#: literals.py:47 -#, fuzzy -msgid "Percent" -msgstr "percent" - -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "File path to imagemagick's convert program." - -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "File path to imagemagick's identify program." - -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "File path to graphicsmagick's program." - -#: settings.py:15 -#, fuzzy -msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -"and converter.backends.python.Python" +#: links.py:31 +msgid "Create new transformation" +msgstr "" + +#: links.py:35 +msgid "Delete" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" + +#: models.py:32 +msgid "" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Path to the libreoffice program." -#: settings.py:17 +#: settings.py:20 #, fuzzy msgid "Path to the Popple program pdftoppm." msgstr "Path to the libreoffice program." +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Resize." + +#, fuzzy +#~ msgid "Width" +#~ msgstr "width" + +#, fuzzy +#~ msgid "Height" +#~ msgstr "height" + +#~ msgid "Rotate by n degress." +#~ msgstr "Rotate by n degress." + +#, fuzzy +#~ msgid "Degrees" +#~ msgstr "degrees" + +#~ msgid "Density" +#~ msgstr "Density" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Change the resolution (ie: DPI) without resizing." + +#~ msgid "Zoom by n percent." +#~ msgstr "Zoom by n percent." + +#, fuzzy +#~ msgid "Percent" +#~ msgstr "percent" + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "File path to imagemagick's convert program." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "File path to imagemagick's identify program." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "File path to graphicsmagick's program." + +#, fuzzy +#~ msgid "" +#~ "Graphics conversion backend to use. Options are: converter.backends." +#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +#~ "and converter.backends.python.Python" +#~ msgstr "" +#~ "Graphics conversion backend to use. Options are: converter.backends." +#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." +#~ "python." + #~ msgid "Help" #~ msgstr "Help" @@ -132,9 +230,6 @@ msgstr "Path to the libreoffice program." #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -733,9 +828,6 @@ msgstr "Path to the libreoffice program." #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/es/LC_MESSAGES/django.po b/mayan/apps/converter/locale/es/LC_MESSAGES/django.po index e221010d2f..1a5f148ac1 100644 --- a/mayan/apps/converter/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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 , 2013-2014 @@ -11,92 +11,192 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Cambiar el tamaño" -#: literals.py:22 -msgid "Resize." -msgstr "Cambiar el tamaño." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "Ancho" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "Altura" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Girar" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Girar n grados." - -#: literals.py:32 -msgid "Degrees" -msgstr "Grados" - -#: literals.py:36 -msgid "Density" -msgstr "Densidad" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Cambia la resolución (es decir: DPI) sin cambiar el tamaño." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Ampliar" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Zoom en n tanto por ciento." +#: links.py:31 +msgid "Create new transformation" +msgstr "" -#: literals.py:47 -msgid "Percent" -msgstr "Por ciento" +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "Ruta de archivo al programa de imagemagick, convert." +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "Ruta de archivo al programa de imagemagick, identify." +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "Ruta de archivo al programa graphicsmagick." - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" -msgstr "Aplicación de conversión de gráficos a utilizar. Las opciones son:\nconverter.backends.imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick y converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." +msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Ruta de acceso al programa LibreOffice." -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "Ruta al programa pdftoppm de Poppler." +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Cambiar el tamaño." + +#~ msgid "Width" +#~ msgstr "Ancho" + +#~ msgid "Height" +#~ msgstr "Altura" + +#~ msgid "Rotate by n degress." +#~ msgstr "Girar n grados." + +#~ msgid "Degrees" +#~ msgstr "Grados" + +#~ msgid "Density" +#~ msgstr "Densidad" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Cambia la resolución (es decir: DPI) sin cambiar el tamaño." + +#~ msgid "Zoom by n percent." +#~ msgstr "Zoom en n tanto por ciento." + +#~ msgid "Percent" +#~ msgstr "Por ciento" + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "Ruta de archivo al programa de imagemagick, convert." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "Ruta de archivo al programa de imagemagick, identify." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "Ruta de archivo al programa graphicsmagick." + +#~ msgid "" +#~ "Graphics conversion backend to use. Options are: converter.backends." +#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +#~ "and converter.backends.python.Python" +#~ msgstr "" +#~ "Aplicación de conversión de gráficos a utilizar. Las opciones son:\n" +#~ "converter.backends.imagemagick.ImageMagick, converter.backends." +#~ "graphicsmagick.GraphicsMagick y converter.backends.python.Python" + #~ msgid "Help" #~ msgstr "Help" @@ -128,9 +228,6 @@ msgstr "Ruta al programa pdftoppm de Poppler." #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -411,9 +508,11 @@ msgstr "Ruta al programa pdftoppm de Poppler." #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -529,7 +628,8 @@ msgstr "Ruta al programa pdftoppm de Poppler." #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -726,9 +826,6 @@ msgstr "Ruta al programa pdftoppm de Poppler." #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po index d58bac6c54..d287072e86 100644 --- a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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-2015 @@ -9,92 +9,192 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-03-03 10:56+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "تغییر اندازه" -#: literals.py:22 -msgid "Resize." -msgstr "تغییر اندازه" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "عرض" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "ارتفاع" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "چرخاندن" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "چرخاندن با n درجه" - -#: literals.py:32 -msgid "Degrees" -msgstr "درجه" - -#: literals.py:36 -msgid "Density" -msgstr "تراکم" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "تغییر در رزولوشن (DPI) بدون تغییر اندازه" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "بزرگ/کوچک نمایی" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "بزرگ/کوچک نمایی با درصد" +#: links.py:31 +msgid "Create new transformation" +msgstr "" -#: literals.py:47 -msgid "Percent" -msgstr "درصد" +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "File path to graphicsmagick's program." - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" -msgstr "Graphics conversion backend to use. Options are: converter.backends.imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick and converter.backends.python.Pytho" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." +msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Path to the libreoffice program." -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "محل Popple نرم افزار pdftoppm." +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "تغییر اندازه" + +#~ msgid "Width" +#~ msgstr "عرض" + +#~ msgid "Height" +#~ msgstr "ارتفاع" + +#~ msgid "Rotate by n degress." +#~ msgstr "چرخاندن با n درجه" + +#~ msgid "Degrees" +#~ msgstr "درجه" + +#~ msgid "Density" +#~ msgstr "تراکم" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "تغییر در رزولوشن (DPI) بدون تغییر اندازه" + +#~ msgid "Zoom by n percent." +#~ msgstr "بزرگ/کوچک نمایی با درصد" + +#~ msgid "Percent" +#~ msgstr "درصد" + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "File path to imagemagick's convert program." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "File path to imagemagick's identify program." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "File path to graphicsmagick's program." + +#~ msgid "" +#~ "Graphics conversion backend to use. Options are: converter.backends." +#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +#~ "and converter.backends.python.Python" +#~ msgstr "" +#~ "Graphics conversion backend to use. Options are: converter.backends." +#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +#~ "and converter.backends.python.Pytho" + #~ msgid "Help" #~ msgstr "Help" @@ -126,9 +226,6 @@ msgstr "محل Popple نرم افزار pdftoppm." #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -409,9 +506,11 @@ msgstr "محل Popple نرم افزار pdftoppm." #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -527,7 +626,8 @@ msgstr "محل Popple نرم افزار pdftoppm." #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -724,9 +824,6 @@ msgstr "محل Popple نرم افزار pdftoppm." #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po index 523ebc2c7d..2708ee7990 100644 --- a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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-2015 @@ -10,92 +10,194 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-02-05 10:21+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Redimensionner" -#: literals.py:22 -msgid "Resize." -msgstr "Redimensionner." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "Largeur" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "Hauteur" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Rotation" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Rotation de n degrés" - -#: literals.py:32 -msgid "Degrees" -msgstr "Degrés" - -#: literals.py:36 -msgid "Density" -msgstr "Densité" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Changer la résolution (ie: DPI) sans redimensionner." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Zoom" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Zoom de n pourcents." +#: links.py:31 +msgid "Create new transformation" +msgstr "" -#: literals.py:47 -msgid "Percent" -msgstr "Pourcent" +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "Chemin vers le programme de conversion d'image d'imagemagick." +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "Chemin vers le programme de vérification/identification d'image d'imagemagick." +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "Chemin vers le programme graphicsmagick." - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" -msgstr "Interface de transformation graphique à utiliser: Les paramètres sont: converter.backends.imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick and converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." +msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Chemin vers le programme libreoffice" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "Chemin pour le programme Popple pdftoppm" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Redimensionner." + +#~ msgid "Width" +#~ msgstr "Largeur" + +#~ msgid "Height" +#~ msgstr "Hauteur" + +#~ msgid "Rotate by n degress." +#~ msgstr "Rotation de n degrés" + +#~ msgid "Degrees" +#~ msgstr "Degrés" + +#~ msgid "Density" +#~ msgstr "Densité" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Changer la résolution (ie: DPI) sans redimensionner." + +#~ msgid "Zoom by n percent." +#~ msgstr "Zoom de n pourcents." + +#~ msgid "Percent" +#~ msgstr "Pourcent" + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "Chemin vers le programme de conversion d'image d'imagemagick." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "" +#~ "Chemin vers le programme de vérification/identification d'image " +#~ "d'imagemagick." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "Chemin vers le programme graphicsmagick." + +#~ msgid "" +#~ "Graphics conversion backend to use. Options are: converter.backends." +#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +#~ "and converter.backends.python.Python" +#~ msgstr "" +#~ "Interface de transformation graphique à utiliser: Les paramètres sont: " +#~ "converter.backends.imagemagick.ImageMagick, converter.backends." +#~ "graphicsmagick.GraphicsMagick and converter.backends.python.Python" + #~ msgid "Help" #~ msgstr "Help" @@ -127,9 +229,6 @@ msgstr "Chemin pour le programme Popple pdftoppm" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -410,9 +509,11 @@ msgstr "Chemin pour le programme Popple pdftoppm" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -528,7 +629,8 @@ msgstr "Chemin pour le programme Popple pdftoppm" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -725,9 +827,6 @@ msgstr "Chemin pour le programme Popple pdftoppm" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/converter/locale/hr_HR/LC_MESSAGES/django.po index 8a34443f1d..a317e905ad 100644 --- a/mayan/apps/converter/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/hr_HR/LC_MESSAGES/django.po @@ -1,99 +1,155 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -125,9 +181,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -408,9 +461,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -526,7 +581,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -723,9 +779,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po index ca428840b6..2966836d97 100644 --- a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po @@ -1,99 +1,154 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -125,9 +180,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -408,9 +460,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -526,7 +580,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -723,9 +778,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/id/LC_MESSAGES/django.po b/mayan/apps/converter/locale/id/LC_MESSAGES/django.po index 3662adc91c..e238e34c76 100644 --- a/mayan/apps/converter/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/id/LC_MESSAGES/django.po @@ -1,733 +1,146 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +msgid "Not an office file format." +msgstr "" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +msgid "View existing transformations" +msgstr "" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" -#~ msgid "Help" -#~ msgstr "Help" - -#~ msgid "" -#~ "These are the file formats supported by the currently selected converter " -#~ "backend. In this case: '%(backend)s'" -#~ msgstr "" -#~ "These are the file formats supported by the currently selected converter " -#~ "backend. In this case: '%(backend)s'" - -#~ msgid "file formats" -#~ msgstr "file formats" - -#~ msgid "Hasselblad Photo RAW, CFV/H3D39II" -#~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" - -#~ msgid "Photoshop resource format" -#~ msgstr "Photoshop resource format" - -#~ msgid "Photoshop resource text format" -#~ msgstr "Photoshop resource text format" - -#~ msgid "Photoshop resource wide text format" -#~ msgstr "Photoshop resource wide text format" - -#~ msgid "Raw alpha samples" -#~ msgstr "Raw alpha samples" - -#~ msgid "Adobe Illustrator CS2" -#~ msgstr "Adobe Illustrator CS2" - -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - -#~ msgid "Raw JPEG binary data" -#~ msgstr "Raw JPEG binary data" - -#~ msgid "PFS: 1st Publisher Clip Art" -#~ msgstr "PFS: 1st Publisher Clip Art" - -#~ msgid "Sony Alpha DSLR Raw Image Format" -#~ msgstr "Sony Alpha DSLR Raw Image Format" - -#~ msgid "Microsoft Audio/Visual Interleaved" -#~ msgstr "Microsoft Audio/Visual Interleaved" - -#~ msgid "AVS X image" -#~ msgstr "AVS X image" - -#~ msgid "Raw blue samples" -#~ msgstr "Raw blue samples" - -#~ msgid "Raw blue, green, and red samples" -#~ msgstr "Raw blue, green, and red samples" - -#~ msgid "Raw blue, green, red and alpha samples" -#~ msgstr "Raw blue, green, red and alpha samples" - -#~ msgid "Microsoft Windows bitmap image" -#~ msgstr "Microsoft Windows bitmap image" - -#~ msgid "Microsoft Windows bitmap image version 2" -#~ msgstr "Microsoft Windows bitmap image version 2" - -#~ msgid "Microsoft Windows bitmap image version 3" -#~ msgstr "Microsoft Windows bitmap image version 3" - -#~ msgid "BRF ASCII Braille format" -#~ msgstr "BRF ASCII Braille format" - -#~ msgid "Raw blue, red, and green samples" -#~ msgstr "Raw blue, red, and green samples" - -#~ msgid "Raw cyan samples" -#~ msgstr "Raw cyan samples" - -#~ msgid "Magick Persistent Cache image format" -#~ msgstr "Magick Persistent Cache image format" - -#~ msgid "Continuous Acquisition and Life-cycle Support Type 1 image" -#~ msgstr "Continuous Acquisition and Life-cycle Support Type 1 image" - -#~ msgid "Image caption" -#~ msgstr "Image caption" - -#~ msgid "Cineon Image File" -#~ msgstr "Cineon Image File" - -#~ msgid "Cisco IP phone image format" -#~ msgstr "Cisco IP phone image format" - -#~ msgid "Image Clip Mask" -#~ msgstr "Image Clip Mask" - -#~ msgid "Raw cyan, magenta, yellow, and black samples" -#~ msgstr "Raw cyan, magenta, yellow, and black samples" - -#~ msgid "Raw cyan, magenta, yellow, black, and opacity samples" -#~ msgstr "Raw cyan, magenta, yellow, black, and opacity samples" - -#~ msgid "Canon Digital Camera Raw Image Format" -#~ msgstr "Canon Digital Camera Raw Image Format" - -#~ msgid "Microsoft Cursor Icon" -#~ msgstr "Microsoft Cursor Icon" - -#~ msgid "DR Halo" -#~ msgstr "DR Halo" - -#~ msgid "Digital Imaging and Communications in Medicine image" -#~ msgstr "Digital Imaging and Communications in Medicine image" - -#~ msgid "Kodak Digital Camera Raw Image File" -#~ msgstr "Kodak Digital Camera Raw Image File" - -#~ msgid "ZSoft IBM PC multi-page Paintbrush" -#~ msgstr "ZSoft IBM PC multi-page Paintbrush" - -#~ msgid "Microsoft DirectDraw Surface" -#~ msgstr "Microsoft DirectDraw Surface" - -#~ msgid "Multi-face font package (Freetype 2.4.2)" -#~ msgstr "Multi-face font package (Freetype 2.4.2)" - -#~ msgid "Déjà vu" -#~ msgstr "Déjà vu" - -#~ msgid "Adobe Digital Negative" -#~ msgstr "Adobe Digital Negative" - -#~ msgid "Graphviz" -#~ msgstr "Graphviz" - -#~ msgid "SMPTE 268M-2003 (DPX 2.0)" -#~ msgstr "SMPTE 268M-2003 (DPX 2.0)" - -#~ msgid "Encapsulated Portable Document Format" -#~ msgstr "Encapsulated Portable Document Format" - -#~ msgid "Adobe Encapsulated PostScript Interchange format" -#~ msgstr "Adobe Encapsulated PostScript Interchange format" - -#~ msgid "Adobe Encapsulated PostScript" -#~ msgstr "Adobe Encapsulated PostScript" - -#~ msgid "Adobe Level II Encapsulated PostScript" -#~ msgstr "Adobe Level II Encapsulated PostScript" - -#~ msgid "Adobe Level III Encapsulated PostScript" -#~ msgstr "Adobe Level III Encapsulated PostScript" - -#~ msgid "Adobe Encapsulated PostScript with TIFF preview" -#~ msgstr "Adobe Encapsulated PostScript with TIFF preview" - -#~ msgid "Adobe Level II Encapsulated PostScript with TIFF preview" -#~ msgstr "Adobe Level II Encapsulated PostScript with TIFF preview" - -#~ msgid "Adobe Level III Encapsulated PostScript with TIFF preview" -#~ msgstr "Adobe Level III Encapsulated PostScript with TIFF preview" - -#~ msgid "Epson RAW Format" -#~ msgstr "Epson RAW Format" - -#~ msgid "Exif digital camera binary data" -#~ msgstr "Exif digital camera binary data" - -#~ msgid "High Dynamic-range (HDR)" -#~ msgstr "High Dynamic-range (HDR)" - -#~ msgid "Group 3 FAX (Not TIFF Group3 FAX)" -#~ msgstr "Group 3 FAX (Not TIFF Group3 FAX)" - -#~ msgid "Autodesk FLI animations file" -#~ msgstr "Autodesk FLI animations file" - -#~ msgid "Autodesk FLC animations file" -#~ msgstr "Autodesk FLC animations file" - -#~ msgid "Flexible Image Transport System" -#~ msgstr "Flexible Image Transport System" - -#~ msgid "Kodak FlashPix file" -#~ msgstr "Kodak FlashPix file" - -#~ msgid "Plasma fractal image" -#~ msgstr "Plasma fractal image" - -#~ msgid "Raw green samples" -#~ msgstr "Raw green samples" - -#~ msgid "Group 3 FAX" -#~ msgstr "Group 3 FAX" - -#~ msgid "Raw green, blue, and red samples" -#~ msgstr "Raw green, blue, and red samples" - -#~ msgid "GIMP brush file" -#~ msgstr "GIMP brush file" - -#~ msgid "CompuServe graphics interchange format (version 89a)" -#~ msgstr "CompuServe graphics interchange format (version 89a)" - -#~ msgid "CompuServe graphics interchange format (version 87a)" -#~ msgstr "CompuServe graphics interchange format (version 87a)" - -#~ msgid "Gradual passing from one shade to another" -#~ msgstr "Gradual passing from one shade to another" - -#~ msgid "Raw gray samples" -#~ msgstr "Raw gray samples" - -#~ msgid "Raw green, red, and blue samples" -#~ msgstr "Raw green, red, and blue samples" - -#~ msgid "Raw CCITT Group4" -#~ msgstr "Raw CCITT Group4" - -#~ msgid "Histogram of the image" -#~ msgstr "Histogram of the image" - -#~ msgid "HRZ: Slow scan TV" -#~ msgstr "HRZ: Slow scan TV" - -#~ msgid "Hypertext Markup Language and a client-side image map" -#~ msgstr "Hypertext Markup Language and a client-side image map" - -#~ msgid "Truevision Targa image" -#~ msgstr "Truevision Targa image" - -#~ msgid "ICC Color Profile" -#~ msgstr "ICC Color Profile" - -#~ msgid "Microsoft Icon" -#~ msgstr "Microsoft Icon" - -#~ msgid "Hald CLUT identity image" -#~ msgstr "Hald CLUT identity image" - -#~ msgid "LabEye image format" -#~ msgstr "LabEye image format" - -#~ msgid "GraphicsMagick Embedded Image" -#~ msgstr "GraphicsMagick Embedded Image" - -#~ msgid "The image format and characteristics" -#~ msgstr "The image format and characteristics" - -#~ msgid "Base64-encoded inline images" -#~ msgstr "Base64-encoded inline images" - -#~ msgid "IPL Image Sequence" -#~ msgstr "IPL Image Sequence" - -#~ msgid "IPTC Newsphoto" -#~ msgstr "IPTC Newsphoto" - -#~ msgid "IPTC Newsphoto text format" -#~ msgstr "IPTC Newsphoto text format" - -#~ msgid "ISO/TR 11548-1 format" -#~ msgstr "ISO/TR 11548-1 format" - -#~ msgid "JPEG-2000 Code Stream Syntax" -#~ msgstr "JPEG-2000 Code Stream Syntax" - -#~ msgid "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -#~ msgstr "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" - -#~ msgid "JPEG-2000 JP2 File Format Syntax" -#~ msgstr "JPEG-2000 JP2 File Format Syntax" - -#~ msgid "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" -#~ msgstr "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" - -#~ msgid "JPEG-2000 File Format Syntax" -#~ msgstr "JPEG-2000 File Format Syntax" - -#~ msgid "Raw black samples" -#~ msgstr "Raw black samples" - -#~ msgid "Kodak Digital Camera Raw Image Format" -#~ msgstr "Kodak Digital Camera Raw Image Format" - -#~ msgid "Image label" -#~ msgstr "Image label" - -#~ msgid "Raw magenta samples" -#~ msgstr "Raw magenta samples" - -#~ msgid "MPEG Video Stream" -#~ msgstr "MPEG Video Stream" - -#~ msgid "Raw MPEG-4 Video" -#~ msgstr "Raw MPEG-4 Video" - -#~ msgid "Colormap intensities and indices" -#~ msgstr "Colormap intensities and indices" - -#~ msgid "MATLAB image format" -#~ msgstr "MATLAB image format" - -#~ msgid "MATTE raw opacity format" -#~ msgstr "MATTE raw opacity format" - -#~ msgid "8-bit McIdas area file" -#~ msgstr "8-bit McIdas area file" - -#~ msgid "Microsoft Image Composer (MIC) file" -#~ msgstr "Microsoft Image Composer (MIC) file" - -#~ msgid "Magick Image File Format" -#~ msgstr "Magick Image File Format" - -#~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -#~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" - -#~ msgid "Raw Bi-level bitmap in least-significant-byte first order" -#~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" - -#~ msgid "MPEG-4 Video Stream" -#~ msgstr "MPEG-4 Video Stream" - -#~ msgid "Sony (Minolta) Raw Image File" -#~ msgstr "Sony (Minolta) Raw Image File" - -#~ msgid "Magick Scripting Language" -#~ msgstr "Magick Scripting Language" - -#~ msgid "Windows 1 and 2 MSP file format" -#~ msgstr "Windows 1 and 2 MSP file format" - -#~ msgid "ImageMagick's own SVG internal renderer" -#~ msgstr "ImageMagick's own SVG internal renderer" - -#~ msgid "MTV Raytracing image format" -#~ msgstr "MTV Raytracing image format" - -#~ msgid "Magick Vector Graphics" -#~ msgstr "Magick Vector Graphics" - -#~ msgid "Nikon Digital SLR Camera Raw Image File" -#~ msgstr "Nikon Digital SLR Camera Raw Image File" - -#~ msgid "Constant image of uniform color" -#~ msgstr "Constant image of uniform color" - -#~ msgid "Raw opacity samples" -#~ msgstr "Raw opacity samples" - -#~ msgid "Olympus Digital Camera Raw Image File" -#~ msgstr "Olympus Digital Camera Raw Image File" - -#~ msgid "On-the-air bitmap" -#~ msgstr "On-the-air bitmap" - -#~ msgid "Open Type font (Freetype 2.4.2)" -#~ msgstr "Open Type font (Freetype 2.4.2)" - -#~ msgid "Xv thumbnail format" -#~ msgstr "Xv thumbnail format" - -#~ msgid "16bit/pixel interleaved YUV" -#~ msgstr "16bit/pixel interleaved YUV" - -#~ msgid "Palm pixmap" -#~ msgstr "Palm pixmap" - -#~ msgid "Common 2-dimensional bitmap format" -#~ msgstr "Common 2-dimensional bitmap format" - -#~ msgid "Predefined pattern" -#~ msgstr "Predefined pattern" - -#~ msgid "Portable bitmap format (black and white)" -#~ msgstr "Portable bitmap format (black and white)" - -#~ msgid "Photo CD" -#~ msgstr "Photo CD" - -#~ msgid "Page Control Language" -#~ msgstr "Page Control Language" - -#~ msgid "Apple Macintosh QuickDraw/PICT" -#~ msgstr "Apple Macintosh QuickDraw/PICT" - -#~ msgid "ZSoft IBM PC Paintbrush" -#~ msgstr "ZSoft IBM PC Paintbrush" - -#~ msgid "Palm Database ImageViewer Format" -#~ msgstr "Palm Database ImageViewer Format" - -#~ msgid "Portable Document Format" -#~ msgstr "Portable Document Format" - -#~ msgid "Portable Document Archive Format" -#~ msgstr "Portable Document Archive Format" - -#~ msgid "Pentax Electronic File" -#~ msgstr "Pentax Electronic File" - -#~ msgid "Embrid Embroidery Format" -#~ msgstr "Embrid Embroidery Format" - -#~ msgid "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" -#~ msgstr "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" - -#~ msgid "Postscript Type 1 font (binary) (Freetype 2.4.2)" -#~ msgstr "Postscript Type 1 font (binary) (Freetype 2.4.2)" - -#~ msgid "Portable float format" -#~ msgstr "Portable float format" - -#~ msgid "Portable graymap format (gray scale)" -#~ msgstr "Portable graymap format (gray scale)" - -#~ msgid "JPEG-2000 VM Format" -#~ msgstr "JPEG-2000 VM Format" - -#~ msgid "Personal Icon" -#~ msgstr "Personal Icon" - -#~ msgid "Alias/Wavefront RLE image format" -#~ msgstr "Alias/Wavefront RLE image format" - -#~ msgid "PIXAR raster file" -#~ msgstr "PIXAR raster file" - -#~ msgid "Joint Photographic Experts Group JFIF format (62)" -#~ msgstr "Joint Photographic Experts Group JFIF format (62)" - -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -#~ msgstr "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" - -#~ msgid "" -#~ "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -#~ msgstr "" -#~ "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" - -#~ msgid "" -#~ "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" -#~ msgstr "" -#~ "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" - -#~ msgid "" -#~ "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" -#~ msgstr "" -#~ "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" - -#~ msgid "Portable anymap" -#~ msgstr "Portable anymap" - -#~ msgid "Portable pixmap format (color)" -#~ msgstr "Portable pixmap format (color)" - -#~ msgid "Show a preview an image enhancement, effect, or f/x" -#~ msgstr "Show a preview an image enhancement, effect, or f/x" - -#~ msgid "Adobe PostScript" -#~ msgstr "Adobe PostScript" - -#~ msgid "Adobe Level II PostScript" -#~ msgstr "Adobe Level II PostScript" - -#~ msgid "Adobe Level III PostScript" -#~ msgstr "Adobe Level III PostScript" - -#~ msgid "Adobe Large Document Format" -#~ msgstr "Adobe Large Document Format" - -#~ msgid "Adobe Photoshop bitmap" -#~ msgstr "Adobe Photoshop bitmap" - -#~ msgid "Pyramid encoded TIFF" -#~ msgstr "Pyramid encoded TIFF" - -#~ msgid "Seattle Film Works" -#~ msgstr "Seattle Film Works" - -#~ msgid "Raw red samples" -#~ msgstr "Raw red samples" - -#~ msgid "Fuji CCD-RAW Graphic File" -#~ msgstr "Fuji CCD-RAW Graphic File" - -#~ msgid "SUN Rasterfile" -#~ msgstr "SUN Rasterfile" - -#~ msgid "Raw red, blue, and green samples" -#~ msgstr "Raw red, blue, and green samples" - -#~ msgid "Raw red, green, and blue samples" -#~ msgstr "Raw red, green, and blue samples" - -#~ msgid "Raw red, green, blue, and matte samples" -#~ msgstr "Raw red, green, blue, and matte samples" - -#~ msgid "Raw red, green, blue, and opacity samples" -#~ msgstr "Raw red, green, blue, and opacity samples" - -#~ msgid "Alias/Wavefront image" -#~ msgstr "Alias/Wavefront image" - -#~ msgid "Utah Run length encoded image" -#~ msgstr "Utah Run length encoded image" - -#~ msgid "ZX-Spectrum SCREEN$" -#~ msgstr "ZX-Spectrum SCREEN$" - -#~ msgid "Scitex HandShake" -#~ msgstr "Scitex HandShake" - -#~ msgid "Irix RGB image" -#~ msgstr "Irix RGB image" - -#~ msgid "Sony Raw Format 2" -#~ msgstr "Sony Raw Format 2" - -#~ msgid "Sony Raw Format" -#~ msgstr "Sony Raw Format" - -#~ msgid "Steganographic image" -#~ msgstr "Steganographic image" - -#~ msgid "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" -#~ msgstr "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" - -#~ msgid "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" -#~ msgstr "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" - -#~ msgid "Text" -#~ msgstr "Text" - -#~ msgid "EXIF Profile Thumbnail" -#~ msgstr "EXIF Profile Thumbnail" - -#~ msgid "Tagged Image File Format (LIBTIFF, Version 3.9.4)" -#~ msgstr "Tagged Image File Format (LIBTIFF, Version 3.9.4)" - -#~ msgid "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" -#~ msgstr "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" - -#~ msgid "Tile image with a texture" -#~ msgstr "Tile image with a texture" - -#~ msgid "PSX TIM" -#~ msgstr "PSX TIM" - -#~ msgid "TOPOL X Image" -#~ msgstr "TOPOL X Image" - -#~ msgid "TrueType font collection (Freetype 2.4.2)" -#~ msgstr "TrueType font collection (Freetype 2.4.2)" - -#~ msgid "TrueType font (Freetype 2.4.2)" -#~ msgstr "TrueType font (Freetype 2.4.2)" - -#~ msgid "Unicode Text format" -#~ msgstr "Unicode Text format" - -#~ msgid "X-Motif UIL table" -#~ msgstr "X-Motif UIL table" - -#~ msgid "VICAR rasterfile format" -#~ msgstr "VICAR rasterfile format" - -#~ msgid "Visual Image Directory" -#~ msgstr "Visual Image Directory" - -#~ msgid "Khoros Visualization image" -#~ msgstr "Khoros Visualization image" - -#~ msgid "Wireless Bitmap (level 0) image" -#~ msgstr "Wireless Bitmap (level 0) image" - -#~ msgid "Windows Meta File" -#~ msgstr "Windows Meta File" - -#~ msgid "Word Perfect Graphics" -#~ msgstr "Word Perfect Graphics" - -#~ msgid "Windows Media Video" -#~ msgstr "Windows Media Video" - -#~ msgid "Compressed Windows Meta File" -#~ msgstr "Compressed Windows Meta File" - -#~ msgid "X Window System" -#~ msgstr "X Window System" - -#~ msgid "Foveon X3 (Sigma/Polaroid) Raw picture file" -#~ msgstr "Foveon X3 (Sigma/Polaroid) Raw picture file" - -#~ msgid "X Windows system bitmap (black and white)" -#~ msgstr "X Windows system bitmap (black and white)" - -#~ msgid "Constant image uniform color" -#~ msgstr "Constant image uniform color" - -#~ msgid "GIMP image" -#~ msgstr "GIMP image" - -#~ msgid "Adobe XML metadata" -#~ msgstr "Adobe XML metadata" - -#~ msgid "X Windows system pixmap (color)" -#~ msgstr "X Windows system pixmap (color)" - -#~ msgid "Microsoft XML Paper Specification" -#~ msgstr "Microsoft XML Paper Specification" - -#~ msgid "XV thumbnail file" -#~ msgstr "XV thumbnail file" - -#~ msgid "X Windows system window dump (color)" -#~ msgstr "X Windows system window dump (color)" - -#~ msgid "Raw yellow samples" -#~ msgstr "Raw yellow samples" - -#~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" - -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - -#~ msgid "name" -#~ msgstr "name" - -#~ msgid "description" -#~ msgstr "description" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" diff --git a/mayan/apps/converter/locale/it/LC_MESSAGES/django.po b/mayan/apps/converter/locale/it/LC_MESSAGES/django.po index db5b647083..184c36de2a 100644 --- a/mayan/apps/converter/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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 @@ -10,92 +10,192 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-29 08:13+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Ridimensiona" -#: literals.py:22 -msgid "Resize." -msgstr "Ridimensiona" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "Larghezza" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "Altezza" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Ruotare" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Ruotate di n gradi" - -#: literals.py:32 -msgid "Degrees" -msgstr "Gradi" - -#: literals.py:36 -msgid "Density" -msgstr "Densità" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Cambia risoluzione (ie:DPi) senza ridimensionare" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Zoom" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Zoom in percentuale" +#: links.py:31 +msgid "Create new transformation" +msgstr "" -#: literals.py:47 -msgid "Percent" -msgstr "Percentuale" +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "File path per il programma di conversione imagemagick" +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "File path per trovare imagemagick" +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "File path per il progarmma " - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" -msgstr "Graphics backend di conversione da utilizzare. Le opzioni sono: converter.backends.imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick e converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." +msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Percorso per il programma libreoffice." -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "Percorso per il programma Popple" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Ridimensiona" + +#~ msgid "Width" +#~ msgstr "Larghezza" + +#~ msgid "Height" +#~ msgstr "Altezza" + +#~ msgid "Rotate by n degress." +#~ msgstr "Ruotate di n gradi" + +#~ msgid "Degrees" +#~ msgstr "Gradi" + +#~ msgid "Density" +#~ msgstr "Densità" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Cambia risoluzione (ie:DPi) senza ridimensionare" + +#~ msgid "Zoom by n percent." +#~ msgstr "Zoom in percentuale" + +#~ msgid "Percent" +#~ msgstr "Percentuale" + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "File path per il programma di conversione imagemagick" + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "File path per trovare imagemagick" + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "File path per il progarmma " + +#~ msgid "" +#~ "Graphics conversion backend to use. Options are: converter.backends." +#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +#~ "and converter.backends.python.Python" +#~ msgstr "" +#~ "Graphics backend di conversione da utilizzare. Le opzioni sono: converter." +#~ "backends.imagemagick.ImageMagick, converter.backends.graphicsmagick." +#~ "GraphicsMagick e converter.backends.python.Python" + #~ msgid "Help" #~ msgstr "Help" @@ -127,9 +227,6 @@ msgstr "Percorso per il programma Popple" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -410,9 +507,11 @@ msgstr "Percorso per il programma Popple" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -528,7 +627,8 @@ msgstr "Percorso per il programma Popple" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -725,9 +825,6 @@ msgstr "Percorso per il programma Popple" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po b/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po index 46d57b1c55..013b975fc9 100644 --- a/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/lv/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,81 +20,136 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -"and converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -126,9 +181,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -727,9 +779,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/nb/LC_MESSAGES/django.po b/mayan/apps/converter/locale/nb/LC_MESSAGES/django.po index b5c2526094..d9163b8b05 100644 --- a/mayan/apps/converter/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/nb/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,81 +19,136 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -"and converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -125,9 +180,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -726,9 +778,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" 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 07705a41b5..40d3ac6d2f 100644 --- a/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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 @@ -10,92 +10,179 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Afmeting wijzigen" -#: literals.py:22 -msgid "Resize." -msgstr "Afmeting wijzigen." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Roteren" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Roteren met n graden" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "Dichtheid" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Wijzig resolutie (DPI) zonder wijzigen afmetingen." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Inzoomen" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Inzoomen met n procent." - -#: literals.py:47 -msgid "Percent" +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "Locatie 'imagemagick' convert commandline executable." +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "Locatie 'imagemagick' identification commandline executable." +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "Locatie 'imagemagic' commandline executable." +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" -msgstr "Selecteer 'Graphics conversion backend'. Opties: converter.backends.imagemagick; converter.backends.graphicsmagick; converter.backends.python." +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." +msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Locatie 'libreoffice' commandline executable." -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Afmeting wijzigen." + +#~ msgid "Rotate by n degress." +#~ msgstr "Roteren met n graden" + +#~ msgid "Density" +#~ msgstr "Dichtheid" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Wijzig resolutie (DPI) zonder wijzigen afmetingen." + +#~ msgid "Zoom by n percent." +#~ msgstr "Inzoomen met n procent." + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "Locatie 'imagemagick' convert commandline executable." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "Locatie 'imagemagick' identification commandline executable." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "Locatie 'imagemagic' commandline executable." + +#~ msgid "" +#~ "Graphics conversion backend to use. Options are: converter.backends." +#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +#~ "and converter.backends.python.Python" +#~ msgstr "" +#~ "Selecteer 'Graphics conversion backend'. Opties: converter.backends." +#~ "imagemagick; converter.backends.graphicsmagick; converter.backends.python." + #~ msgid "Help" #~ msgstr "Help" @@ -127,9 +214,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -410,9 +494,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -528,7 +614,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -725,9 +812,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po index ce1891ef62..569278bd37 100644 --- a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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 , 2015 @@ -10,92 +10,169 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-02-28 19:56+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Zmiana rozmiaru" -#: literals.py:22 -msgid "Resize." -msgstr "Zmiana rozmiaru." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "Szerokość" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "Wysokość" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Obracać" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "Stopnie" - -#: literals.py:36 -msgid "Density" -msgstr "Gęstość" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Zmiana rozdzielczości (np.: DPI) bez zmiany rozmiaru." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Powiększ" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" -msgstr "Procent" - -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Zmiana rozmiaru." + +#~ msgid "Width" +#~ msgstr "Szerokość" + +#~ msgid "Height" +#~ msgstr "Wysokość" + +#~ msgid "Degrees" +#~ msgstr "Stopnie" + +#~ msgid "Density" +#~ msgstr "Gęstość" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Zmiana rozdzielczości (np.: DPI) bez zmiany rozmiaru." + +#~ msgid "Percent" +#~ msgstr "Procent" + #~ msgid "Help" #~ msgstr "Help" @@ -127,9 +204,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -410,9 +484,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -528,7 +604,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -725,9 +802,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po index 1ba0386c6f..7824752b6e 100644 --- a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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,92 +11,171 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Redimensionar" -#: literals.py:22 -msgid "Resize." -msgstr "Redimensionar." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Rodar" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Rodar n graus." - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "Densidade" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Alterar a resolução (DPI) sem redimensionamento." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Zoom" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Zoom n porcento." - -#: literals.py:47 -msgid "Percent" +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "Caminho para o programa 'convert' do imagemagick." +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "Caminho para o programa 'identify' do imagemagick." +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "Caminho para o programa graphicsmagick." +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Caminho para o programa LibreOffice" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Redimensionar." + +#~ msgid "Rotate by n degress." +#~ msgstr "Rodar n graus." + +#~ msgid "Density" +#~ msgstr "Densidade" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Alterar a resolução (DPI) sem redimensionamento." + +#~ msgid "Zoom by n percent." +#~ msgstr "Zoom n porcento." + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "Caminho para o programa 'convert' do imagemagick." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "Caminho para o programa 'identify' do imagemagick." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "Caminho para o programa graphicsmagick." + #~ msgid "Help" #~ msgstr "Help" @@ -128,9 +207,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -411,9 +487,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -529,7 +607,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -726,9 +805,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" 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 4b20902570..f386b05cf9 100644 --- a/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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-2012 @@ -11,92 +11,192 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-06 12:52+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Redimensionar" -#: literals.py:22 -msgid "Resize." -msgstr "Redimensionar." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "largura" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "altura" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Rodar" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Rodar por n graus." - -#: literals.py:32 -msgid "Degrees" -msgstr "graus" - -#: literals.py:36 -msgid "Density" -msgstr "Densidade" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Alterar a resolução (ie: DPI), sem redimensionamento." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Zoom" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Zoom por n percento." +#: links.py:31 +msgid "Create new transformation" +msgstr "" -#: literals.py:47 -msgid "Percent" -msgstr "Percentual" +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "Caminho do arquivo para o programa imagemagick converter." +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "Caminho do arquivo para o programa imagemagick identificar." +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "Caminho do arquivo para o programa graphicsmagick." - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" -msgstr "Gráficos de conversão backend, para usar as opções são:\nconverter.backends.imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick and converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." +msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Caminho para o programa BrOffice." -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "Caminho para o programa libreoffice" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Redimensionar." + +#~ msgid "Width" +#~ msgstr "largura" + +#~ msgid "Height" +#~ msgstr "altura" + +#~ msgid "Rotate by n degress." +#~ msgstr "Rodar por n graus." + +#~ msgid "Degrees" +#~ msgstr "graus" + +#~ msgid "Density" +#~ msgstr "Densidade" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Alterar a resolução (ie: DPI), sem redimensionamento." + +#~ msgid "Zoom by n percent." +#~ msgstr "Zoom por n percento." + +#~ msgid "Percent" +#~ msgstr "Percentual" + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "Caminho do arquivo para o programa imagemagick converter." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "Caminho do arquivo para o programa imagemagick identificar." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "Caminho do arquivo para o programa graphicsmagick." + +#~ msgid "" +#~ "Graphics conversion backend to use. Options are: converter.backends." +#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +#~ "and converter.backends.python.Python" +#~ msgstr "" +#~ "Gráficos de conversão backend, para usar as opções são:\n" +#~ "converter.backends.imagemagick.ImageMagick, converter.backends." +#~ "graphicsmagick.GraphicsMagick and converter.backends.python.Python" + #~ msgid "Help" #~ msgstr "Help" @@ -128,9 +228,6 @@ msgstr "Caminho para o programa libreoffice" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -411,9 +508,11 @@ msgstr "Caminho para o programa libreoffice" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -529,7 +628,8 @@ msgstr "Caminho para o programa libreoffice" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -726,9 +826,6 @@ msgstr "Caminho para o programa libreoffice" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" 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 605be6662d..473026480e 100644 --- a/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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,92 +9,172 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Redimensionarea" -#: literals.py:22 -msgid "Resize." -msgstr "Redimensionarea." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Roti" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Rotiți de degress nr." - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "Densitate" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Modificarea rezoluției (de exemplu: DPI), fără redimensionare." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Zoom" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Zoom in procente." - -#: literals.py:47 -msgid "Percent" +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "Calea de fișier pentru programul de convertit ImageMagick." +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "Calea de fișier pentru a identifica programul ImageMagick ." +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "Fișier calea către programul graphicsmagick ." +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Calea către programul LibreOffice." -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Redimensionarea." + +#~ msgid "Rotate by n degress." +#~ msgstr "Rotiți de degress nr." + +#~ msgid "Density" +#~ msgstr "Densitate" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Modificarea rezoluției (de exemplu: DPI), fără redimensionare." + +#~ msgid "Zoom by n percent." +#~ msgstr "Zoom in procente." + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "Calea de fișier pentru programul de convertit ImageMagick." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "Calea de fișier pentru a identifica programul ImageMagick ." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "Fișier calea către programul graphicsmagick ." + #~ msgid "Help" #~ msgstr "Help" @@ -126,9 +206,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -409,9 +486,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -527,7 +606,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -724,9 +804,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po index 9d2ff011c7..7818102d6a 100644 --- a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/ru/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: # Sergey Glita , 2011-2012 @@ -9,92 +9,173 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "Изменение размера" -#: literals.py:22 -msgid "Resize." -msgstr "Изменить размер." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "Вращать" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "Поворот на n градусов." - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "Плотность" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Изменение разрешения (т.е. точек на дюйм) без изменения размера." - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "Увеличить" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "Увеличить на n %." - -#: literals.py:47 -msgid "Percent" +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "Путь к утилите convert из пакета ImageMagick." +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "Путь к утилите identify из пакета ImageMagick." +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "Путь к файлу программs GraphicsMagick." +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "Путь к программе LibreOffice." -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "Изменить размер." + +#~ msgid "Rotate by n degress." +#~ msgstr "Поворот на n градусов." + +#~ msgid "Density" +#~ msgstr "Плотность" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "Изменение разрешения (т.е. точек на дюйм) без изменения размера." + +#~ msgid "Zoom by n percent." +#~ msgstr "Увеличить на n %." + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "Путь к утилите convert из пакета ImageMagick." + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "Путь к утилите identify из пакета ImageMagick." + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "Путь к файлу программs GraphicsMagick." + #~ msgid "Help" #~ msgstr "Help" @@ -126,9 +207,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -409,9 +487,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -527,7 +607,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -724,9 +805,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" 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 c92768ccdf..bfb512c697 100644 --- a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po @@ -1,99 +1,155 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -125,9 +181,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -408,9 +461,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -526,7 +581,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -723,9 +779,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/sq/LC_MESSAGES/django.po b/mayan/apps/converter/locale/sq/LC_MESSAGES/django.po index 6118cb1577..deeb7ece0d 100644 --- a/mayan/apps/converter/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/sq/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,81 +19,136 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -"and converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -125,9 +180,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -726,9 +778,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/converter/locale/tr_TR/LC_MESSAGES/django.po index 6a7be19926..484baf3e9e 100644 --- a/mayan/apps/converter/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/tr_TR/LC_MESSAGES/django.po @@ -1,99 +1,154 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -125,9 +180,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -408,9 +460,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -526,7 +580,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -723,9 +778,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" 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 5e1fd7e9f1..27fdfe7091 100644 --- a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po @@ -1,99 +1,154 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -125,9 +180,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -408,9 +460,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -526,7 +580,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -723,9 +778,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" 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 6b8aebd5c1..1f07b3f0f3 100644 --- a/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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,92 +9,171 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "调整大小" -#: literals.py:22 -msgid "Resize." -msgstr "调整大小." - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "旋转" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "旋转n度" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "密度" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "不改变大小地调整分辨率(比如:DPI)" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "缩放" -#: literals.py:45 -msgid "Zoom by n percent." -msgstr "缩放百分之n" - -#: literals.py:47 -msgid "Percent" +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." -msgstr "imagemagick的文件目录" +#: links.py:35 +msgid "Delete" +msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." -msgstr "imagemagick标识的文件目录" +#: links.py:39 +msgid "Edit" +msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "graphicsmagick的文件目录" +#: links.py:43 models.py:63 +msgid "Transformations" +msgstr "" -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "libreoffice的目录" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + +#~ msgid "Resize." +#~ msgstr "调整大小." + +#~ msgid "Rotate by n degress." +#~ msgstr "旋转n度" + +#~ msgid "Density" +#~ msgstr "密度" + +#~ msgid "Change the resolution (ie: DPI) without resizing." +#~ msgstr "不改变大小地调整分辨率(比如:DPI)" + +#~ msgid "Zoom by n percent." +#~ msgstr "缩放百分之n" + +#~ msgid "File path to imagemagick's convert program." +#~ msgstr "imagemagick的文件目录" + +#~ msgid "File path to imagemagick's identify program." +#~ msgstr "imagemagick标识的文件目录" + +#~ msgid "File path to graphicsmagick's program." +#~ msgstr "graphicsmagick的文件目录" + #~ msgid "Help" #~ msgstr "Help" @@ -126,9 +205,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -409,9 +485,11 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " +#~ "1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -527,7 +605,8 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "" +#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" @@ -724,9 +803,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" diff --git a/mayan/apps/converter/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/converter/locale/zh_TW/LC_MESSAGES/django.po index f226810b24..b560f6fa07 100644 --- a/mayan/apps/converter/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/zh_TW/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,81 +19,136 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: literals.py:21 +#: apps.py:16 permissions.py:7 settings.py:7 +msgid "Converter" +msgstr "" + +#: backends/python.py:86 backends/python.py:98 +#, python-format +msgid "Exception determining PDF page count; %s" +msgstr "" + +#: classes.py:87 +#, python-format +msgid "LibreOffice not installed or not found at path: %s" +msgstr "" + +#: classes.py:159 +#, fuzzy +#| msgid "suported file formats" +msgid "Not an office file format." +msgstr "suported file formats" + +#: classes.py:243 msgid "Resize" msgstr "" -#: literals.py:22 -msgid "Resize." -msgstr "" - -#: literals.py:24 literals.py:39 -msgid "Width" -msgstr "" - -#: literals.py:25 literals.py:40 -msgid "Height" -msgstr "" - -#: literals.py:29 +#: classes.py:284 msgid "Rotate" msgstr "" -#: literals.py:30 -msgid "Rotate by n degress." -msgstr "" - -#: literals.py:32 -msgid "Degrees" -msgstr "" - -#: literals.py:36 -msgid "Density" -msgstr "" - -#: literals.py:37 -msgid "Change the resolution (ie: DPI) without resizing." -msgstr "" - -#: literals.py:44 +#: classes.py:296 msgid "Zoom" msgstr "" -#: literals.py:45 -msgid "Zoom by n percent." +#: links.py:31 +msgid "Create new transformation" msgstr "" -#: literals.py:47 -msgid "Percent" +#: links.py:35 +msgid "Delete" msgstr "" -#: settings.py:11 -msgid "File path to imagemagick's convert program." +#: links.py:39 +msgid "Edit" msgstr "" -#: settings.py:12 -msgid "File path to imagemagick's identify program." +#: links.py:43 models.py:63 +msgid "Transformations" msgstr "" -#: settings.py:13 -msgid "File path to graphicsmagick's program." -msgstr "" - -#: settings.py:15 +#: models.py:32 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -"and converter.backends.python.Python" +"Order in which the transformations will be executed. If left unchanged, an " +"automatic order value will be assigned." +msgstr "" + +#: models.py:33 views.py:235 +msgid "Order" +msgstr "" + +#: models.py:37 +msgid "Name" +msgstr "" + +#: models.py:41 +msgid "" +"Enter the arguments for the transformation as a YAML dictionary. ie: " +"{\"degrees\": 180}" +msgstr "" + +#: models.py:42 views.py:241 +msgid "Arguments" +msgstr "" + +#: models.py:62 views.py:237 +msgid "Transformation" +msgstr "" + +#: permissions.py:10 +msgid "Create new transformations" +msgstr "" + +#: permissions.py:13 +msgid "Delete transformations" +msgstr "" + +#: permissions.py:16 +msgid "Edit transformations" +msgstr "" + +#: permissions.py:19 +#, fuzzy +#| msgid "Raw application information" +msgid "View existing transformations" +msgstr "Raw application information" + +#: settings.py:10 +msgid "Graphics conversion backend to use." msgstr "" #: settings.py:16 msgid "Path to the libreoffice program." msgstr "" -#: settings.py:17 +#: settings.py:20 msgid "Path to the Popple program pdftoppm." msgstr "" +#: validators.py:22 +msgid "Enter a valid YAML value." +msgstr "" + +#: views.py:72 +#, python-format +msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" +msgstr "" + +#: views.py:139 +#, python-format +msgid "Create new transformation for: %s" +msgstr "" + +#: views.py:191 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" +msgstr "" + +#: views.py:246 +#, python-format +msgid "Transformations for: %s" +msgstr "" + #~ msgid "Help" #~ msgstr "Help" @@ -125,9 +180,6 @@ msgstr "" #~ msgid "Adobe Illustrator CS2" #~ msgstr "Adobe Illustrator CS2" -#~ msgid "Raw application information" -#~ msgstr "Raw application information" - #~ msgid "Raw JPEG binary data" #~ msgstr "Raw JPEG binary data" @@ -726,9 +778,6 @@ msgstr "" #~ msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" #~ msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#~ msgid "suported file formats" -#~ msgstr "suported file formats" - #~ msgid "name" #~ msgstr "name" 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 99ba19b2eb..638eaf3670 100644 --- a/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/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,20 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Term" @@ -31,27 +37,27 @@ msgstr "Term" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Name, e-mail, key ID or key fingerprint to look for." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Query keyservers" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Key management" @@ -87,130 +93,144 @@ msgstr "Document not signed or invalid signature." msgid "Signature error." msgstr "Signature error." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "Document is signed but no public key is available for verification." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Document is signed, and signature is good." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Document is signed with a valid signature." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "View keys" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Delete keys" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Import keys from keyservers" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Signature error." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "List of keyservers to be queried for unknown keys." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "Home directory used to store keys as well as configuration files." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Key: %s, imported successfully." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Unable to import key id: %(key_id)s; %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Import key" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Are you sure you wish to import key id: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Import key" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "Key ID" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Owner" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Key: %s, deleted successfully." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Delete key" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "Are you sure you wish to delete key: %s? If you try to delete a public key that is part of a public/private pair the private key will be deleted as well." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Query key server" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "results" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identifies" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Key: %s, imported successfully." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Are you sure you wish to import key id: %s?" + #~ msgid "private keys" #~ msgstr "private keys" 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 bdd7a8ed6d..10503eb54d 100644 --- a/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/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,20 +9,25 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Условие" @@ -31,27 +36,27 @@ msgstr "Условие" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Име, е-мейл, ключ ID или отпечатък от ключ, за преглед." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Запитване към сървъри за ключове" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Управление на ключове" @@ -87,130 +92,144 @@ msgstr "Документът не е подписан или подписа е msgid "Signature error." msgstr "Подпис грешка." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "Документът е подписан, но не е наличен публичен ключ за удостоверение." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Документът е подписан и подписа е валиден." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Документът е подписан с валиден подпис." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Виж ключове" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Изтриване на ключове" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Внос ключове от сървъри за ключове" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Подпис грешка." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "Списък на сървъри за ключове, за запитвания по неизвестни ключове." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "Директория за съхранение на ключове, както и конфигурационни файлове." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Ключ: %s, внесен успешно." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Неуспешно внасяна на ключ с id: %(key_id)s; %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Внасяне на ключ" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Сигурни ли сте, че искате да внесете ключ с id: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Внасяне на ключ" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "Ключ ID" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Собственик" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Ключ: %s, е изтрит успешно." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Изтриване на ключ" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "Сигурни ли сте, че искате да изтриевте ключ: %s? Ако се опитвате да изтриете публичен ключ, който е част от двойка ключове публичен/частен, частния ключ също ще бъде изтрит." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"Сигурни ли сте, че искате да изтриевте ключ: %s? Ако се опитвате да " +"изтриете публичен ключ, който е част от двойка ключове публичен/частен, " +"частния ключ също ще бъде изтрит." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Запитване към сървър за ключове" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "резултати" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Идентифицира" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Ключ: %s, внесен успешно." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Сигурни ли сте, че искате да внесете ключ с id: %s?" + #~ msgid "private keys" #~ msgstr "private keys" 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 0fd6250c48..e32e189e67 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 @@ -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,20 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Pojam" @@ -31,27 +37,27 @@ msgstr "Pojam" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Ime, e-mail, ID ključ ili otisak ključa potražiti." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Upit keyservera" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Upravljanje ključevima" @@ -87,130 +93,146 @@ msgstr "Dokument nije potpisan, ili nevažeći potpis." msgid "Signature error." msgstr "Greška potpisa." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "Dokument je potpisan, ali javni ključ nije dostupan za provjeru." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Dokument je potpisan, a potpis je dobar." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Dokument je potpisan sa važećim potpisom." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Pogledaj ključeve" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Obriši ključeve" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Uvezi ključeve sa keyservera" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Greška potpisa." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "Popis keyservera za upit za nepoznate ključeve." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." -msgstr "Home direktorij se koristi za pohranu ključeva, kao i konfiguracijskih datoteka." +msgstr "" +"Home direktorij se koristi za pohranu ključeva, kao i konfiguracijskih " +"datoteka." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Ključ: %s, uspješno importovan." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Nije moguće uvesti id ključa: %(key_id)s; %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Importuj ključ" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Jeste li sigurni da želite importovati id ključa: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Importuj ključ" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "ID ključa" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Vlasnik" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Ključ: %s, uspješno obrisan." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Obriši ključ" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "Jeste li sigurni da želite izbrisati ključ: %s? Ako pokušate izbrisati javni ključ koji je dio javnog/privatnog para privatni ključ će biti izbrisan, takođe." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"Jeste li sigurni da želite izbrisati ključ: %s? Ako pokušate izbrisati javni " +"ključ koji je dio javnog/privatnog para privatni ključ će biti izbrisan, " +"takođe." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Upit servera ključeva" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "rezultati" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identificira" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Ključ: %s, uspješno importovan." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Jeste li sigurni da želite importovati id ključa: %s?" + #~ msgid "private keys" #~ msgstr "private keys" 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 d81b09716e..b6fad1be54 100644 --- a/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po @@ -1,27 +1,32 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -30,27 +35,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -86,128 +91,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" diff --git a/mayan/apps/django_gpg/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/de_CH/LC_MESSAGES/django.po index e9f49f94fa..74fdb439d1 100644 --- a/mayan/apps/django_gpg/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/de_CH/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,10 +19,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -31,27 +35,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -87,128 +91,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" 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 58a58476a9..c359aa96ea 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 @@ -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 @@ -13,49 +13,56 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "Unbekannt" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Begriff" #: forms.py:10 msgid "Name, e-mail, key ID or key fingerprint to look for." -msgstr "Name, E-Mail, Schlüssel-ID oder Fingerabdruck des Schlüssels, der gesucht wird" +msgstr "" +"Name, E-Mail, Schlüssel-ID oder Fingerabdruck des Schlüssels, der gesucht " +"wird" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "Private Schlüssel" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "Öffentliche Schlüssel" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "Löschen" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Schlüsselserver abfragen" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "Importieren" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Schlüssel-Management" @@ -91,130 +98,157 @@ msgstr "Dokument nicht signiert oder ungültige Signatur" msgid "Signature error." msgstr "Signaturfehler" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." -msgstr "Das Dokument ist signiert, aber kein öffentlicher Schlüssel zur Überprüfung verfügbar." +msgstr "" +"Das Dokument ist signiert, aber kein öffentlicher Schlüssel zur Überprüfung " +"verfügbar." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Dokument ist signiert mit gültiger Unterschrift." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Das Dokument ist mit einer gültigen Signatur signiert." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Schlüssel anzeigen" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Schlüssel löschen" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Schlüssel von Schlüsselservern importieren" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Signaturfehler" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "Liste der Server, die nach unbekannten Schlüsseln durchsucht werden." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "Verzeichnis zum Speichern von Schlüsseln und Konfigurationsdateien." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "Pfad zum Programm GPG" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Schlüssel %s erfolgreich importiert" - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Schlüssel-ID %(key_id)s konnte nicht importiert werden: %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Schlüssel importieren" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Sind Sie sicher, dass Sie die Schlüssel-ID %s importieren möchten?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Schlüssel importieren" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "Schlüssel-ID" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Eigentümer" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Schlüssel %s erfolgreich gelöscht" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Schlüssel löschen" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "Sind Sie sicher, dass Sie den Schlüssel %s löschen wollen? Wenn Sie einen öffentlichen Schlüssel, der Teil eines öffentlichen/privaten Paars ist, zu löschen versuchen, wird der private Schlüssel ebenfalls gelöscht." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"Sind Sie sicher, dass Sie den Schlüssel %s löschen wollen? Wenn Sie einen " +"öffentlichen Schlüssel, der Teil eines öffentlichen/privaten Paars ist, zu " +"löschen versuchen, wird der private Schlüssel ebenfalls gelöscht." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Schlüsselserver abfragen" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "Ergebnis" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "Typ" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "Erstellungsdatum" -#: views.py:159 -msgid "Disabled" -msgstr "Deaktiviert" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "Ablaufdatum" -#: views.py:167 -msgid "Expired" -msgstr "Abgelaufen" - #: views.py:171 +#, fuzzy +#| msgid "Expiration date" +msgid "No expiration" +msgstr "Ablaufdatum" + +#: views.py:175 msgid "Length" msgstr "Länge" -#: views.py:175 -msgid "Revoked" -msgstr "Widerrufen" - -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identifiziert" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Schlüssel %s erfolgreich importiert" + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Sind Sie sicher, dass Sie die Schlüssel-ID %s importieren möchten?" + +#~ msgid "Disabled" +#~ msgstr "Deaktiviert" + +#~ msgid "Expired" +#~ msgstr "Abgelaufen" + +#~ msgid "Revoked" +#~ msgstr "Widerrufen" + #~ msgid "private keys" #~ msgstr "private keys" 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 142bd3ccab..d5c62bd9b3 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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,11 +18,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: api.py:94 +#: api.py:100 #, fuzzy msgid "Unknown" msgstr "unknown" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Term" @@ -31,31 +35,31 @@ msgstr "Term" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Name, e-mail, key ID or key fingerprint to look for." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 #, fuzzy msgid "Private keys" msgstr "private keys" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 #, fuzzy msgid "Public keys" msgstr "public keys" -#: links.py:12 +#: links.py:21 #, fuzzy msgid "Delete" msgstr "delete" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Query keyservers" -#: links.py:14 +#: links.py:30 #, fuzzy msgid "Import" msgstr "import" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Key management" @@ -91,139 +95,160 @@ msgstr "Document not signed or invalid signature." msgid "Signature error." msgstr "Signature error." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "Document is signed but no public key is available for verification." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Document is signed, and signature is good." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Document is signed with a valid signature." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "View keys" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Delete keys" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Import keys from keyservers" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Signature error." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "List of keyservers to be queried for unknown keys." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "Home directory used to store keys as well as configuration files." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Key: %s, imported successfully." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Unable to import key id: %(key_id)s; %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Import key" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Are you sure you wish to import key id: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Import key" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "Key ID" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Owner" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Key: %s, deleted successfully." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Delete key" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Query key server" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "results" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 #, fuzzy msgid "Creation date" msgstr "creation date" -#: views.py:159 -#, fuzzy -msgid "Disabled" -msgstr "disabled" - -#: views.py:163 +#: views.py:169 #, fuzzy msgid "Expiration date" msgstr "expiration date" -#: views.py:167 -#, fuzzy -msgid "Expired" -msgstr "expired" - #: views.py:171 #, fuzzy +msgid "No expiration" +msgstr "expiration date" + +#: views.py:175 +#, fuzzy msgid "Length" msgstr "length" -#: views.py:175 +#: views.py:179 #, fuzzy -msgid "Revoked" -msgstr "revoked" - -#: views.py:180 -msgid "Identifies" +#| msgid "Identifies" +msgid "Identities" msgstr "Identifies" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Key: %s, imported successfully." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Are you sure you wish to import key id: %s?" + +#, fuzzy +#~ msgid "Disabled" +#~ msgstr "disabled" + +#, fuzzy +#~ msgid "Expired" +#~ msgstr "expired" + +#, fuzzy +#~ msgid "Revoked" +#~ msgstr "revoked" + #~ msgid "private keys" #~ msgstr "private keys" 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 8ea9b1358c..eccd93ed06 100644 --- a/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/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,49 +11,56 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-02-07 05:27+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "Desconocido" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Término" #: forms.py:10 msgid "Name, e-mail, key ID or key fingerprint to look for." -msgstr "Nombre, dirección de correo electrónico, identificador de clave o huella digital de clave a buscar." +msgstr "" +"Nombre, dirección de correo electrónico, identificador de clave o huella " +"digital de clave a buscar." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "Claves privadas" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "Claves públicas" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "Eliminar" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Hacer búsquedas en servidores de claves" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "Importar" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Gestión de claves" @@ -89,130 +96,161 @@ msgstr "Documento no firmado o firma inválida." msgid "Signature error." msgstr "Error de firma." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." -msgstr "El documento ha sido firmado pero no hay clave pública disponible para verificación." +msgstr "" +"El documento ha sido firmado pero no hay clave pública disponible para " +"verificación." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "El documento ha sido firmado y la firma está en buen estado." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "El documento ha sido firmado y la firma ha sido validada." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Ver claves" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Borrar claves" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Importar llaves del servidores de claves" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Error de firma." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." -msgstr "Lista de servidores de claves a ser utilizados para buscar claves desconocidas." +msgstr "" +"Lista de servidores de claves a ser utilizados para buscar claves " +"desconocidas." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." -msgstr "Directorio de inicio utilizado para almacenar las claves, así como los archivos de configuración." +msgstr "" +"Directorio de inicio utilizado para almacenar las claves, así como los " +"archivos de configuración." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "Ruta al binario GPG." -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Clave: %s, importada con éxito." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "No se pudo importar la clave: %(key_id)s ; %(error)s " -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Importar clave" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "¿Esta seguro que desea importar la clave: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Importar clave" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "Identificador de clave" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Propietario" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Clave: %s, borrada con éxito." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Borrar clave" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "¿Esta seguro que desea borrar la clave: %s? Si trata de borrar una clave pública que es parte de un par público/privado la clave privada será borrada también." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"¿Esta seguro que desea borrar la clave: %s? Si trata de borrar una clave " +"pública que es parte de un par público/privado la clave privada será borrada " +"también." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Consultar servidor de claves" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "resultados" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "Tipo" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "Fecha de creación" -#: views.py:159 -msgid "Disabled" -msgstr "Desactivada" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "Fecha de expiración" -#: views.py:167 -msgid "Expired" -msgstr "Expirada" - #: views.py:171 +#, fuzzy +#| msgid "Expiration date" +msgid "No expiration" +msgstr "Fecha de expiración" + +#: views.py:175 msgid "Length" msgstr "Largo" -#: views.py:175 -msgid "Revoked" -msgstr "Revocar" - -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identifica a" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Clave: %s, importada con éxito." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "¿Esta seguro que desea importar la clave: %s?" + +#~ msgid "Disabled" +#~ msgstr "Desactivada" + +#~ msgid "Expired" +#~ msgstr "Expirada" + +#~ msgid "Revoked" +#~ msgstr "Revocar" + #~ msgid "private keys" #~ msgstr "private keys" 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 a6cc2d74bd..1e9d810836 100644 --- a/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/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-2015 @@ -9,20 +9,25 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-03-03 10:56+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "ناشناخته" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "ترم Term" @@ -31,27 +36,27 @@ msgstr "ترم Term" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "نام، ایمیل، شناسه کلید ویا اثرانگشت کلید برای چستچو." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "کلید شخصی" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "کلید عمومی" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "حذف" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "پرسش و یا query از سرورهای کلید" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "وارد کردن" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "مدیریت کلید" @@ -87,130 +92,154 @@ msgstr "سند امضا نشده و یا امضا قابل قبول نییست" msgid "Signature error." msgstr "خطا در امضا" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "سند امضا شده است ولیکن کلید عمومی جهت بررسی صحت امضا وجود ندارد." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "سند امضا شده است و امضا مورد تایید میباشد." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "سند با امضای مورد تایید امضا شده است." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "دیدن کلیدها" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "پاک و یا حذف کلیدها" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "وارد کردن کلیده از سرور کلیدها" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "خطا در امضا" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "لیست سرور کلیدها برای پرسش درباره کلید های ناشناس." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "ریشه دایرکتوری جهت نگهداری کلیدها بهمراه فایلهای پیکربندی." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "محل کتایخانه باینری GPG" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "کلید: %s, بصورت موفقیت آمیز وارد شد." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "فادر نبودن در وارد کردن کلید با شناسه: %(key_id)s , خطای %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "وارد کردن کلید" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "آیا از ورود کلیدی با شناسه: %s مطمئن هستید؟" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "وارد کردن کلید" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "شناسه کلید" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "صاحب" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "کلید: %s با موفقیت حذف شد." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "حذف کلید" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "آیا از حذف کلید: %s مطمئن هستید؟ درصورت حذف کلید عمومی مرتبط با کلید خصوصی، کلیدخصوصی بطور اتوماتیک حذف خواهد شد." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"آیا از حذف کلید: %s مطمئن هستید؟ درصورت حذف کلید عمومی مرتبط با کلید خصوصی، " +"کلیدخصوصی بطور اتوماتیک حذف خواهد شد." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "پرسش از سرور کلید" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "نتایج" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "شناسه" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "نوع" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "تاریخ ایجاد" -#: views.py:159 -msgid "Disabled" -msgstr "غیر فعال" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "تاریخ انقضا" -#: views.py:167 -msgid "Expired" -msgstr "منقضی ویا تاریخ گذشته" - #: views.py:171 +#, fuzzy +#| msgid "Expiration date" +msgid "No expiration" +msgstr "تاریخ انقضا" + +#: views.py:175 msgid "Length" msgstr "طول" -#: views.py:175 -msgid "Revoked" -msgstr "لغو شده" - -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "شناسایی کردن." +#~ msgid "Key: %s, imported successfully." +#~ msgstr "کلید: %s, بصورت موفقیت آمیز وارد شد." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "آیا از ورود کلیدی با شناسه: %s مطمئن هستید؟" + +#~ msgid "Disabled" +#~ msgstr "غیر فعال" + +#~ msgid "Expired" +#~ msgstr "منقضی ویا تاریخ گذشته" + +#~ msgid "Revoked" +#~ msgstr "لغو شده" + #~ msgid "private keys" #~ msgstr "private keys" 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 88a0b53a59..3af7d4f7af 100644 --- a/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/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-2015 @@ -10,20 +10,25 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-29 07:41+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "Inconnu" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Terme" @@ -32,27 +37,27 @@ msgstr "Terme" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Nom, e-mail, ID de clé ou empreinte à rechercher." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "Clés privées" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "Clés publiques" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "Supprimer" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Interroger les serveurs de clés" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "importer" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Gestion des clés" @@ -88,130 +93,159 @@ msgstr "Document non signé ou signature erronée." msgid "Signature error." msgstr "Erreur de signature." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." -msgstr "Ce document est signé mais aucune clé publique n'est disponible pour vérifier la signature." +msgstr "" +"Ce document est signé mais aucune clé publique n'est disponible pour " +"vérifier la signature." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Le document est signé et la signature est bonne." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Le document est signé avec une signature valide." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Afficher les clés" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Supprimer les clés" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Importer les clés à partir des serveurs de clés" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Erreur de signature." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "Liste des serveurs de clés à interroger pour les clés inconnues." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." -msgstr "Répertoire principal utilisé pour stocker les clés, ainsi que les fichiers de configuration" +msgstr "" +"Répertoire principal utilisé pour stocker les clés, ainsi que les fichiers " +"de configuration" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "Chemin du binaire GPG" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Clé: %s, importée avec succès." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Impossible d'importer la clé dont l'id est: %(key_id)s; %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Importer la clé" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Êtes vous certain de vouloir importer la l'id de la clé: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Importer la clé" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "ID de la clé" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Propriétaire" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Clé: %s, supprimée avec succès" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Supprimer la clé" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "Êtes vous certain de vouloir supprimer la clé: %s? Si vous supprimez une clé publique qui fait partie d'une paire clé publique/clé privée, la clé privée sera également supprimée." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"Êtes vous certain de vouloir supprimer la clé: %s? Si vous supprimez une clé " +"publique qui fait partie d'une paire clé publique/clé privée, la clé privée " +"sera également supprimée." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Interroger le serveur de clés" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "résultats" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "Type" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "Date de création" -#: views.py:159 -msgid "Disabled" -msgstr "Désactivé" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "Date d'expiration" -#: views.py:167 -msgid "Expired" -msgstr "Expiré" - #: views.py:171 +#, fuzzy +#| msgid "Expiration date" +msgid "No expiration" +msgstr "Date d'expiration" + +#: views.py:175 msgid "Length" msgstr "Durée" -#: views.py:175 -msgid "Revoked" -msgstr "Retirer" - -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identifie" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Clé: %s, importée avec succès." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Êtes vous certain de vouloir importer la l'id de la clé: %s?" + +#~ msgid "Disabled" +#~ msgstr "Désactivé" + +#~ msgid "Expired" +#~ msgstr "Expiré" + +#~ msgid "Revoked" +#~ msgstr "Retirer" + #~ msgid "private keys" #~ msgstr "private keys" diff --git a/mayan/apps/django_gpg/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/hr_HR/LC_MESSAGES/django.po index 359cdf1b26..c219d807d0 100644 --- a/mayan/apps/django_gpg/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/hr_HR/LC_MESSAGES/django.po @@ -1,27 +1,33 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -30,27 +36,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -86,128 +92,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" 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 27a5c08cd6..45a253f8f4 100644 --- a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po @@ -1,27 +1,32 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -30,27 +35,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -86,128 +91,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" 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 bdfae20e6c..db90447db8 100644 --- a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po @@ -1,27 +1,32 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -30,27 +35,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -86,128 +91,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" 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 354fc00397..29dc6acb66 100644 --- a/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/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 @@ -10,20 +10,25 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-29 09:01+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "Sconosciuto" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Scadenza" @@ -32,27 +37,27 @@ msgstr "Scadenza" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Nome, e-mail,key ID , impronte digitali da ricercare" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "Chiavi private" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "Chiavi pubbliche" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "Cancellare" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Interroga l'autorità per le chiavi" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "Importazione" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Gestione delle chiavi" @@ -88,130 +93,159 @@ msgstr "Documento non firmato o firma invalida." msgid "Signature error." msgstr "Errore di firma" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." -msgstr "Il documento è stato firmato, ma la chiave pubblica non è disponibile per la verifica" +msgstr "" +"Il documento è stato firmato, ma la chiave pubblica non è disponibile per la " +"verifica" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Documento firmato e firma è buona." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Il documento è firmato con una firma valida." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Vista delle chiavi" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Cancella chiavi" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Importa le chiavi dal server di chiavi" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Errore di firma" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "Lista di server per chiavi che si possono interrogare." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." -msgstr "Home directory utilizzata per memorizzare le chiavi così come i file di configurazione." +msgstr "" +"Home directory utilizzata per memorizzare le chiavi così come i file di " +"configurazione." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "Percorso per il programma GPG" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Chiave: %s, importata con successo." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Impossibile importare chiave id: %(key_id)s ; %(error)s " -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Importa chiave" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Sei sicuro di voler importare la chiave id: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Importa chiave" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "chiave ID" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Proprietario" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "chiave: %s, cancellata con successo." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Cancella chiave" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "Sei sicuro di voler cancellare la chiave: %s? Se provi a cancellare una chiave pubblica che è parte di una coppia publica/privata anche la chiave privata sarà cancellata" +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"Sei sicuro di voler cancellare la chiave: %s? Se provi a cancellare una " +"chiave pubblica che è parte di una coppia publica/privata anche la chiave " +"privata sarà cancellata" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Interroga il server delle chiavi" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "risultati" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "Tipo" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "Data di creazione" -#: views.py:159 -msgid "Disabled" -msgstr "Disabilita" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "Data scadenza" -#: views.py:167 -msgid "Expired" -msgstr "Scaduta" - #: views.py:171 +#, fuzzy +#| msgid "Expiration date" +msgid "No expiration" +msgstr "Data scadenza" + +#: views.py:175 msgid "Length" msgstr "Lunghezza" -#: views.py:175 -msgid "Revoked" -msgstr "Revocato" - -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identifica" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Chiave: %s, importata con successo." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Sei sicuro di voler importare la chiave id: %s?" + +#~ msgid "Disabled" +#~ msgstr "Disabilita" + +#~ msgid "Expired" +#~ msgstr "Scaduta" + +#~ msgid "Revoked" +#~ msgstr "Revocato" + #~ msgid "private keys" #~ msgstr "private keys" diff --git a/mayan/apps/django_gpg/locale/lv/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/lv/LC_MESSAGES/django.po index 1601e45b9b..358bcdb450 100644 --- a/mayan/apps/django_gpg/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/lv/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,10 +20,14 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -32,27 +36,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -88,128 +92,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" diff --git a/mayan/apps/django_gpg/locale/nb/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/nb/LC_MESSAGES/django.po index f4fa6f401e..c5dfa76e28 100644 --- a/mayan/apps/django_gpg/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/nb/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,10 +19,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -31,27 +35,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -87,128 +91,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" 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 ad39cc2305..8f127050c8 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 @@ -1,27 +1,32 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -30,27 +35,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -86,128 +91,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" 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 0786f9b30f..a70d9b8d2b 100644 --- a/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/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,20 +11,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-03-02 05:31+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "Nieznany" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Term" @@ -33,27 +39,27 @@ msgstr "Term" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Imię i nazwisko, e-mail, key ID lub key fingerprint kluc szukać." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "Klucze prywatne" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "Klucze publiczne" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "Usunąć" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Query keyservers" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "Import" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Zarządzanie kluczami" @@ -89,130 +95,158 @@ msgstr "Dokumentu nie podpisany lub nieprawidłowy podpis." msgid "Signature error." msgstr "Błąd podpisu." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." -msgstr "Dokument został podpisany, ale klucz publiczny nie jest dostępny do weryfikacji." +msgstr "" +"Dokument został podpisany, ale klucz publiczny nie jest dostępny do " +"weryfikacji." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Dokument został podpisany, a podpis jest dobry." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Dokument podpisany za pomocą ważnego podpisu." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "View keys" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Delete keys" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Import keys from keyservers" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Błąd podpisu." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "List of keyservers to be queried for unknown keys." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." -msgstr "Katalog domowy używany do przechowywania kluczy oraz plików konfiguracyjnych." +msgstr "" +"Katalog domowy używany do przechowywania kluczy oraz plików konfiguracyjnych." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "Ścieżka do GPG binary." -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Klucz:%s, zaimportowany." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Nie można zaimportować ID klucza: %(key_id)s ; %(error)s " -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Importuj klucz" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Czy na pewno chcesz importować ID klucza:%s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Importuj klucz" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "Key ID" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Właściciel" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Klucz:%s, został usunięty." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Usuń klucz" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "Czy na pewno chcesz usunąć klucz:%s? Jeśli próbujesz usunąć klucza publiczny, który jest częścią pary publiczny / prywatny klucz prywatny zostanie usunięty również." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"Czy na pewno chcesz usunąć klucz:%s? Jeśli próbujesz usunąć klucza " +"publiczny, który jest częścią pary publiczny / prywatny klucz prywatny " +"zostanie usunięty również." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Query key server" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "wyniki" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "Typ" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "Data utworzenia" -#: views.py:159 -msgid "Disabled" -msgstr "Wyłączone" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "Data wygaśnięcia" -#: views.py:167 -msgid "Expired" -msgstr "Wygasł" - #: views.py:171 +#, fuzzy +#| msgid "Expiration date" +msgid "No expiration" +msgstr "Data wygaśnięcia" + +#: views.py:175 msgid "Length" msgstr "Długość" -#: views.py:175 -msgid "Revoked" -msgstr "Odwołany" - -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identyfikuje" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Klucz:%s, zaimportowany." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Czy na pewno chcesz importować ID klucza:%s?" + +#~ msgid "Disabled" +#~ msgstr "Wyłączone" + +#~ msgid "Expired" +#~ msgstr "Wygasł" + +#~ msgid "Revoked" +#~ msgstr "Odwołany" + #~ msgid "private keys" #~ msgstr "private keys" 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 37ef950823..f7428e66a8 100644 --- a/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/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: # Roberto Rosario, 2012 @@ -10,20 +10,25 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Termo" @@ -32,27 +37,27 @@ msgstr "Termo" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Nome, e-mail, ID da chave ou impressão digital da chave a procurar." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Consultar servidores de chaves" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Gestão de chaves" @@ -88,130 +93,146 @@ msgstr "Documento não assinado ou assinatura inválida." msgid "Signature error." msgstr "Erro de assinatura." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." -msgstr "O documento está assinado, mas não está disponível uma chave pública para verificação." +msgstr "" +"O documento está assinado, mas não está disponível uma chave pública para " +"verificação." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "O documento está assinado e a assinatura é válida." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "O documento está assinado com uma assinatura válida." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Ver as chaves" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Excluir chaves" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Importar chaves de servidores de chaves" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Erro de assinatura." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "Lista de servidores de chaves a consultar para chaves desconhecidas." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "Diretório usado para guardar as chaves e os ficheiros de configuração." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Chave: %s, importada com sucesso." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Incapaz de importar a chave com o id: %(key_id)s; %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Importar chave" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Tem a certeza de que deseja importar a chave com o id: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Importar chave" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "ID da chave" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Proprietário" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Chave: %s, excluída com sucesso." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Excluir chave" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "Tem a certeza de que pretende excluir a chave: %s? Se tentar excluir uma chave pública que faça parte de um par chave pública / chave privada, a chave privada também será excluída." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"Tem a certeza de que pretende excluir a chave: %s? Se tentar excluir uma " +"chave pública que faça parte de um par chave pública / chave privada, a " +"chave privada também será excluída." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Consultar servidor de chaves" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "resultados" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identifica" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Chave: %s, importada com sucesso." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Tem a certeza de que deseja importar a chave com o id: %s?" + #~ msgid "private keys" #~ msgstr "private keys" 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 f5209ce25a..175b76ea65 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 @@ -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,20 +10,25 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "desconhecido" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Termo" @@ -32,27 +37,27 @@ msgstr "Termo" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "chaves privadas" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "chaves públicas" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "Excluir" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Consulta servidores de chaves" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "Importar" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Gerenciar chaves" @@ -88,130 +93,144 @@ msgstr "Documento não assinado ou inválido assinatura." msgid "Signature error." msgstr "Erro de assinatura." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Ver as chaves" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Excluir chaves" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Importar chaves do Keyservers" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Erro de assinatura." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "Importar chave" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Você tem certeza que deseja importar chave: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Importar chave" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "ID da chave" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Proprietário" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Chave: %s, apagado com sucesso." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Excluir chave" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Consultar servidor de chaves" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "resultados" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "Tipo" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "data de criação" -#: views.py:159 -msgid "Disabled" -msgstr "desativada" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "data de validade" -#: views.py:167 -msgid "Expired" -msgstr "expirado" - #: views.py:171 +#, fuzzy +#| msgid "Expiration date" +msgid "No expiration" +msgstr "data de validade" + +#: views.py:175 msgid "Length" msgstr "comprimento" -#: views.py:175 -msgid "Revoked" -msgstr "Revogada" - -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identifica" +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Você tem certeza que deseja importar chave: %s?" + +#~ msgid "Disabled" +#~ msgstr "desativada" + +#~ msgid "Expired" +#~ msgstr "expirado" + +#~ msgid "Revoked" +#~ msgstr "Revogada" + #~ msgid "private keys" #~ msgstr "private keys" 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 6f7d794219..6d79a8d3ad 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 @@ -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,20 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Termen" @@ -31,27 +37,27 @@ msgstr "Termen" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Nume, e-mail, ID-ul de cheie sau amprenta cheii pentru a căuta." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Interogare keyservers" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "gestionare chei" @@ -87,130 +93,149 @@ msgstr "Documentul nu e semnat sau semnătură invalidă." msgid "Signature error." msgstr "Eroare semnătură." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." -msgstr "Documentul este semnat, dar nici o cheie publică nu este disponibilă pentru verificare." +msgstr "" +"Documentul este semnat, dar nici o cheie publică nu este disponibilă pentru " +"verificare." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Documentul este semnat, iar semnătura este bună." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Documentul este semnat cu o semnătură validă." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Vizualiza cheile" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Ștergeți cheile" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Importă cheile din keyservers" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Eroare semnătură." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." -msgstr "Lista de keyservers care urmează să fie interogat pentru chei necunoscute." +msgstr "" +"Lista de keyservers care urmează să fie interogat pentru chei necunoscute." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." -msgstr "Cale director utilizată pentru a stoca cheile, precum și fișiere de configurare." +msgstr "" +"Cale director utilizată pentru a stoca cheile, precum și fișiere de " +"configurare." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Key:% s, importată cu succes." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Imposibil de a importa ID-cheie: %(key_id)s; %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Import cheie" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Sunteți sigur că doriți să importați ID-cheie:% s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Import cheie" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "ID cheie" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Proprietar" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Cheie :% s, elimină cu succes." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Ștergeți-cheie" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "Sunteți sigur că doriți să ștergeți cheie:% s? Dacă încercați să ștergeți o cheie publică, care este parte dintr-o pereche publi /privat cheia privată va fi șterse de asemenea." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"Sunteți sigur că doriți să ștergeți cheie:% s? Dacă încercați să ștergeți o " +"cheie publică, care este parte dintr-o pereche publi /privat cheia privată " +"va fi șterse de asemenea." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Interogare cheie serverul" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "rezultate" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID-ul" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identifică" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Key:% s, importată cu succes." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Sunteți sigur că doriți să importați ID-cheie:% s?" + #~ msgid "private keys" #~ msgstr "private keys" 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 7b84b62475..34d9e4f162 100644 --- a/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/ru/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: # Sergey Glita , 2011-2012 @@ -9,20 +9,27 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Term" @@ -31,27 +38,27 @@ msgstr "Term" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Имя, e-mail, ID ключа или отпечаток для поиска." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Запрос к серверам ключей" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Управление ключами" @@ -87,130 +94,145 @@ msgstr "Документ не подписан, либо подпись неве msgid "Signature error." msgstr "Ошибка подписи." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "Документ подписан, но нет открытого ключа для проверки." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Документ подписан и подпись верна." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Документ подписан допустимой подписью." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Просмотр ключей" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Удалить ключи" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Импортировать ключи с серверов ключей " -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Ошибка подписи." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "Список ключевых серверов для запроса неизвестных ключей." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." -msgstr "Домашний каталог, используемый для хранения ключей, а также файлов конфигурации." +msgstr "" +"Домашний каталог, используемый для хранения ключей, а также файлов " +"конфигурации." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Ключ %s, получен." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Невозможно импортировать ключ %(key_id)s; %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Получить ключ" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Хотите получить ключ id: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Получить ключ" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "ID ключа" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Владелец" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Ключ %s удалён." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "Удалить ключ." -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "Вы уверены, что хотите удалить ключ %s? Если вы удалите открытый ключ то соответствующий ему закрытый ключ тоже будет удалён." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"Вы уверены, что хотите удалить ключ %s? Если вы удалите открытый ключ то " +"соответствующий ему закрытый ключ тоже будет удалён." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Запросить сервер ключей" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "результаты" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identifies" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Ключ %s, получен." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Хотите получить ключ id: %s?" + #~ msgid "private keys" #~ msgstr "private keys" 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 3f9c7e41b5..79215b14df 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 @@ -1,27 +1,33 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -30,27 +36,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -86,128 +92,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" diff --git a/mayan/apps/django_gpg/locale/sq/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/sq/LC_MESSAGES/django.po index 74e49244f8..9132f308d7 100644 --- a/mayan/apps/django_gpg/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/sq/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,10 +19,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -31,27 +35,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -87,128 +91,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" diff --git a/mayan/apps/django_gpg/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/tr_TR/LC_MESSAGES/django.po index 96a50741b4..5a7fb468dd 100644 --- a/mayan/apps/django_gpg/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/tr_TR/LC_MESSAGES/django.po @@ -1,27 +1,32 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -30,27 +35,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -86,128 +91,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" 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 372a59319b..22edc050e6 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 @@ -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,20 +9,25 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "Term" @@ -31,27 +36,27 @@ msgstr "Term" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Name, e-mail, key ID or key fingerprint to look for." -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "Truy vấn keyservers" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "Quản lý khóa" @@ -87,130 +92,144 @@ msgstr "Tài liệu không được kí hoặc chữ kí không hợp lệ." msgid "Signature error." msgstr "Signature error." -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "Document is signed but no public key is available for verification." -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "Document is signed, and signature is good." -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "Document is signed, and signature is good." -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "Xem các khóa" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "Xóa khóa" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "Import keys from keyservers" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "Signature error." + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "List of keyservers to be queried for unknown keys." -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "Home directory used to store keys as well as configuration files." -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "Key: %s, imported successfully." - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Unable to import key id: %(key_id)s; %(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "Import key" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "Are you sure you wish to import key id: %s?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "Import key" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "Key ID" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "Nhười sở hữu" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "Khóa: %s, đã xóa thành công." -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr " Xóa khóa" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "Are you sure you wish to delete key: %s? If you try to delete a public key that is part of a public/private pair the private key will be deleted as well." -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "Query key server" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "Kết quả" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "Identifies" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "Key: %s, imported successfully." + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "Are you sure you wish to import key id: %s?" + #~ msgid "private keys" #~ msgstr "private keys" 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 d34bf3f34a..804c90968b 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 @@ -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,20 +9,25 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "术语" @@ -31,27 +36,27 @@ msgstr "术语" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "要查找的名称,邮件,密钥ID或者密钥指纹" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "查询密钥服务器" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "密钥管理" @@ -87,130 +92,143 @@ msgstr "文档未签名或者无效签名" msgid "Signature error." msgstr "签名出错。" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "文档已经签名,但是没法验证公钥。" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "文档已签名,并且是有效的。" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "文档使用有效签名进行签名" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "查看密钥" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "删除密钥" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "从密钥服务器倒入密钥" -#: settings.py:14 +#: settings.py:10 +#, fuzzy +#| msgid "Signature error." +msgid "Signatures" +msgstr "签名出错。" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "查询未知密钥的密钥服务器列表" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "存储密钥和配置文件的用户目录。" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 -#, python-format -msgid "Key: %s, imported successfully." -msgstr "密钥: %s导入成功" - -#: views.py:45 -#, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +#: views.py:39 +#, fuzzy, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "不能导入密钥 id: %(key_id)s,错误:%(error)s" -#: views.py:54 +#: views.py:49 +#, python-format +msgid "Successfully received key: %(key_id)s" +msgstr "" + +#: views.py:58 msgid "Import key" msgstr "导入密钥" -#: views.py:55 -#, python-format -msgid "Are you sure you wish to import key id: %s?" -msgstr "确定要导入密钥id: %s么?" +#: views.py:59 +#, fuzzy, python-format +#| msgid "Import key" +msgid "Import key ID: %s?" +msgstr "导入密钥" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "密钥ID" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "持有者" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "密钥: %s,删除成功" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "删除密钥" -#: views.py:112 -#, python-format +#: views.py:116 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete key: %s? If you try to delete a public " +#| "key that is part of a public/private pair the private key will be deleted " +#| "as well." msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." -msgstr "确定要删除密钥%s么?如果你试图删除一个带有共/私配对的公钥,那么私钥也将被删除。" +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." +msgstr "" +"确定要删除密钥%s么?如果你试图删除一个带有共/私配对的公钥,那么私钥也将被删" +"除。" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "查询密钥服务器" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "结果" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "ID" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +#, fuzzy +#| msgid "Identifies" +msgid "Identities" msgstr "标识" +#~ msgid "Key: %s, imported successfully." +#~ msgstr "密钥: %s导入成功" + +#~ msgid "Are you sure you wish to import key id: %s?" +#~ msgstr "确定要导入密钥id: %s么?" + #~ msgid "private keys" #~ msgstr "private keys" diff --git a/mayan/apps/django_gpg/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/zh_TW/LC_MESSAGES/django.po index 0e74b582d1..64c17cb80a 100644 --- a/mayan/apps/django_gpg/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/zh_TW/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,10 +19,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: api.py:94 +#: api.py:100 msgid "Unknown" msgstr "" +#: apps.py:17 +msgid "Django GPG" +msgstr "" + #: forms.py:9 msgid "Term" msgstr "" @@ -31,27 +35,27 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:68 +#: links.py:14 views.py:71 msgid "Private keys" msgstr "" -#: links.py:11 views.py:71 +#: links.py:17 views.py:74 msgid "Public keys" msgstr "" -#: links.py:12 +#: links.py:21 msgid "Delete" msgstr "" -#: links.py:13 permissions.py:11 +#: links.py:26 permissions.py:16 msgid "Query keyservers" msgstr "" -#: links.py:14 +#: links.py:30 msgid "Import" msgstr "" -#: links.py:15 permissions.py:7 +#: links.py:35 permissions.py:7 msgid "Key management" msgstr "" @@ -87,128 +91,123 @@ msgstr "" msgid "Signature error." msgstr "" -#: literals.py:44 +#: literals.py:45 msgid "Document is signed but no public key is available for verification." msgstr "" -#: literals.py:47 +#: literals.py:50 msgid "Document is signed, and signature is good." msgstr "" -#: literals.py:50 +#: literals.py:53 msgid "Document is signed with a valid signature." msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View keys" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete keys" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Import keys from keyservers" msgstr "" -#: settings.py:14 +#: settings.py:10 +msgid "Signatures" +msgstr "" + +#: settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: settings.py:15 +#: settings.py:19 msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: settings.py:16 +#: settings.py:25 msgid "Path to the GPG binary." msgstr "" -#: views.py:40 +#: views.py:39 #, python-format -msgid "Key: %s, imported successfully." +msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" -#: views.py:45 +#: views.py:49 #, python-format -msgid "Unable to import key id: %(key_id)s; %(error)s" +msgid "Successfully received key: %(key_id)s" msgstr "" -#: views.py:54 +#: views.py:58 msgid "Import key" msgstr "" -#: views.py:55 +#: views.py:59 #, python-format -msgid "Are you sure you wish to import key id: %s?" +msgid "Import key ID: %s?" msgstr "" -#: views.py:79 +#: views.py:82 msgid "Key ID" msgstr "" -#: views.py:83 +#: views.py:86 msgid "Owner" msgstr "" -#: views.py:103 +#: views.py:106 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:110 +#: views.py:113 msgid "Delete key" msgstr "" -#: views.py:112 +#: views.py:116 #, python-format msgid "" -"Are you sure you wish to delete key: %s? If you try to delete a public key " -"that is part of a public/private pair the private key will be deleted as " -"well." +"Delete key %s? If you delete a public key that is part of a public/private " +"pair the private key will be deleted as well." msgstr "" -#: views.py:129 +#: views.py:135 msgid "Query key server" msgstr "" -#: views.py:142 +#: views.py:148 msgid "results" msgstr "" -#: views.py:147 +#: views.py:153 msgid "ID" msgstr "" -#: views.py:151 +#: views.py:159 msgid "Type" msgstr "" -#: views.py:155 +#: views.py:163 msgid "Creation date" msgstr "" -#: views.py:159 -msgid "Disabled" -msgstr "" - -#: views.py:163 +#: views.py:169 msgid "Expiration date" msgstr "" -#: views.py:167 -msgid "Expired" -msgstr "" - #: views.py:171 -msgid "Length" +msgid "No expiration" msgstr "" #: views.py:175 -msgid "Revoked" +msgid "Length" msgstr "" -#: views.py:180 -msgid "Identifies" +#: views.py:179 +msgid "Identities" msgstr "" #~ msgid "private keys" 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 4c2e5fefea..079d7ec932 100644 --- a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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,99 +9,126 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "حذف التعليقات" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "التعليقات" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "التعليقات" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "إنشاء تعليقات جديدة" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "حذف التعليقات" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "عرض التعليقات" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "يجب إضافة تعليق واحد على الأقل." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "التعليق \"%s\" حذف بنجاح." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "خطأ أثناء حذف التعليق \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "هل أنت متأكد أنك تريد حذف هذا التعليق: %s ؟" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "حذف التعليقات" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "هل أنت متأكد أنك ترغب في حذف التعليقات: %s ؟" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "حذف التعليقات" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "تمت إضافة التعليق بنجاح." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "إضافة تعليق على الوثيقة: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "هل أنت متأكد أنك تريد حذف هذا التعليق: %s ؟" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "هل أنت متأكد أنك ترغب في حذف التعليقات: %s ؟" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 1c9b7c1a70..226a453106 100644 --- a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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,99 +9,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Изтриване на коментари" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Коментари" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Коментари" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Създаване на нови коментари" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Изтриване на коментари" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Преглед на коментари" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Трябва да направите поне един коментар." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Коментарът \"%s\" е изтрит успешно." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Грешка при изтриване на коментар \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Сигурни ли сте, че искате да изтриете коментара: %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Изтриване на коментари" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Сигурни ли сте, че искате да изтриете коментарите: %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Изтриване на коментари" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Коментарът е добавен узпешно." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Добавяне на коментар към документ: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Сигурни ли сте, че искате да изтриете коментара: %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Сигурни ли сте, че искате да изтриете коментарите: %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 386f90af7b..b670641cb1 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 @@ -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,99 +9,126 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Obriši komentare" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Komentari" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Komentari" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Kreiraj novi komentar" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Obriši komentare" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Pregledaj komentare" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Mora se napraviti bar jedan komentar." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Komentari \"%s\" uspješno obrisani." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Grešak prilikom brisanja komenatara \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Jeste li sigurni da želite obrisati komentar: %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Obriši komentare" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Jeste li sigurni da želite obrisati komentare: %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Obriši komentare" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Komentari uspješno dodati." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Dodaj komentar za dokument: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Jeste li sigurni da želite obrisati komentar: %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Jeste li sigurni da želite obrisati komentare: %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 138ece7f9e..cc15f36616 100644 --- a/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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 , 2012 @@ -9,99 +9,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Slet kommentarer" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Kommentarer" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Kommentarer" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Opret nye kommentarer" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Slet kommentarer" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Se kommentarer" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Skal angive mindst én kommentar." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Kommentar \"%s\" slettet." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Fejl ved sletning af kommentar \" %(comment)s \": %(error)s " -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Er du sikker på du vil slette kommentaren: %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Slet kommentarer" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Er du sikker på du ønsker at slette kommentarerne: %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Slet kommentarer" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Kommentar tilføjet." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Tilføj kommentar til dokument: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Er du sikker på du vil slette kommentaren: %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Er du sikker på du ønsker at slette kommentarerne: %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" diff --git a/mayan/apps/document_comments/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/de_CH/LC_MESSAGES/django.po index 9d39fbc59e..68b6f3ff53 100644 --- a/mayan/apps/document_comments/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/de_CH/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,76 +19,98 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "comments" +msgid "Document comments" +msgstr "comments" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 -msgid "Create new comments" +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" msgstr "" #: permissions.py:10 +msgid "Create new comments" +msgstr "" + +#: permissions.py:13 msgid "Delete comments" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "" -#: views.py:49 -#, python-format -msgid "Comment \"%s\" deleted successfully." -msgstr "" - -#: views.py:51 -#, python-format -msgid "Error deleting comment \"%(comment)s\": %(error)s" -msgstr "" - #: views.py:64 #, python-format -msgid "Are you sure you wish to delete the comment: %s?" +msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:66 +#: views.py:69 #, python-format -msgid "Are you sure you wish to delete the comments: %s?" +msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:100 +#: views.py:84 +#, fuzzy +#| msgid "comment" +msgid "Delete comment?" +msgstr "comment" + +#: views.py:86 +#, fuzzy +#| msgid "comments" +msgid "Delete comments?" +msgstr "comments" + +#: views.py:122 msgid "Comment added successfully." msgstr "" -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" @@ -99,11 +121,5 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - -#~ msgid "comments" -#~ msgstr "comments" - #~ msgid "comments: %s" #~ msgstr "comments: %s" 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 9278f0a7b7..30fa1cd1a8 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 @@ -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,99 +11,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Kommentare löschen" + +#: apps.py:37 msgid "Date" msgstr "Datum" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "Benutzer" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "Kommentar" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Kommentare" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "Löschen" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "Kommentar hinzufügen" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "Löschen" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Kommentare" + +#: models.py:13 +#, fuzzy +#| msgid "Comment" +msgid "Document" +msgstr "Kommentar" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Kommentare erstellen" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Kommentare löschen" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Kommentare ansehen" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Es muss mindestens ein Kommentar angegeben werden." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Kommentar %s erfolgreich gelöscht" -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Fehler beim Löschen von Kommentar \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Sind Sie sicher, dass Sie den Kommentar %s löschen möchten?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Kommentare löschen" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Sind Sie sicher, dass Sie die Kommentare %s löschen möchten?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Kommentare löschen" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Kommentar erfolgreich hinzugefügt" -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Kommentar zu Dokument %s hinzufügen" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "Kommentare für Dokument: %s" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Sind Sie sicher, dass Sie den Kommentar %s löschen möchten?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Sind Sie sicher, dass Sie die Kommentare %s löschen möchten?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 b559612755..a1cf494526 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/" @@ -18,92 +18,116 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Delete comments" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 #, fuzzy msgid "Comment" msgstr "Comments" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Comments" - -#: links.py:10 links.py:11 -#, fuzzy -msgid "Delete" -msgstr "delete" - -#: links.py:12 +#: links.py:13 #, fuzzy msgid "Add comment" msgstr "add comment" -#: permissions.py:9 +#: links.py:18 links.py:22 +#, fuzzy +msgid "Delete" +msgstr "delete" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Comments" + +#: models.py:13 +#, fuzzy +msgid "Document" +msgstr "Comments" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Create new comments" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Delete comments" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "View comments" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Must provide at least one comment." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comment \"%s\" deleted successfully." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Error deleting comment \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Are you sure you wish to delete the comment: %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Delete comments" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Are you sure you wish to delete the comments: %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Delete comments" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Comment added successfully." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Add comment to document: %s" -#: views.py:127 +#: views.py:151 #, fuzzy, python-format msgid "Comments for document: %s" msgstr "Add comment to document: %s" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Are you sure you wish to delete the comment: %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Are you sure you wish to delete the comments: %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 3e72e9a89d..1952185cbc 100644 --- a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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,99 +10,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-12 18:53+0000\n" "Last-Translator: Lory977 \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Eliminar comentarios" + +#: apps.py:37 msgid "Date" msgstr "Fecha" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "Usuario" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "Comentario" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Comentarios" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "Borrar" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "Añadir comentario" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "Borrar" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Comentarios" + +#: models.py:13 +#, fuzzy +#| msgid "Comment" +msgid "Document" +msgstr "Comentario" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Crear nuevos comentarios" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Eliminar comentarios" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Ver comentarios" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Debe proveer al menos un comentario." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comentario \"%s\" eliminado con éxito." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Error al eliminar el comentario \" %(comment)s\": %(error)s " -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "¿Está seguro que desea eliminar el comentario:% s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Eliminar comentarios" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "¿Está seguro que desea eliminar los comentarios:% s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Eliminar comentarios" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Comentario añadido con éxito." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Añadir comentario al documento: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "Comentarios para el documento: %s" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "¿Está seguro que desea eliminar el comentario:% s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "¿Está seguro que desea eliminar los comentarios:% s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 abbda7a427..3443e17372 100644 --- a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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,99 +9,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 17:30+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "حذف توضیحات" + +#: apps.py:37 msgid "Date" msgstr "تاریخ" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "کاربر" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "توضیحات" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "توضیحات" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "حذف" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "اضافه کردن توضیحات" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "حذف" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "توضیحات" + +#: models.py:13 +#, fuzzy +#| msgid "Comment" +msgid "Document" +msgstr "توضیحات" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "ایجاد توضیحات " -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "حذف توضیحات" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "بازبینی توضیحات" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "حداقل یک توضیح ارایه شود." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "جذف موفق توضیحات %s" -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "خطا %(error)s حذف توضیحات \"%(comment)s\"" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "آیا از حذف توضیحات %s مطمئن هستید؟" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "حذف توضیحات" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "آیا از حذف توضیحات %s مطمئن هستید؟" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "حذف توضیحات" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "توضیحات با موفقیت اضافه شد." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "اضافه کردن توضیحات به سند: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "توضیحات سند %s" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "آیا از حذف توضیحات %s مطمئن هستید؟" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "آیا از حذف توضیحات %s مطمئن هستید؟" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 eb7078fee9..e05fc3c0d1 100644 --- a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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,99 +10,126 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-11-02 08:17+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Supprimer des commentaires" + +#: apps.py:37 msgid "Date" msgstr "Date" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "Utilisateur" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "Commentaire" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Commentaires" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "Supprimer" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "Ajouter un commentaire" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "Supprimer" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Commentaires" + +#: models.py:13 +#, fuzzy +#| msgid "Comment" +msgid "Document" +msgstr "Commentaire" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Ajouter de nouveaux commentaires" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Supprimer des commentaires" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Afficher les commentaires" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Fournissez au moins un commentaire" -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Commentaires \"%s\" supprimés avec succès" -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" -msgstr "Erreur lors de la suppression du commentaire \"%(comment)s\": %(error)s" +msgstr "" +"Erreur lors de la suppression du commentaire \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Êtes vous certain de vouloir supprimer le commentaire:%s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Supprimer des commentaires" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Êtes vous certain de vouloir supprimer les commentaires:%s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Supprimer des commentaires" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Commentaire ajouté avec succès." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Ajouter un commentaire au document:%s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "Commentaires pour le document: %s" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer le commentaire:%s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer les commentaires:%s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" diff --git a/mayan/apps/document_comments/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/hr_HR/LC_MESSAGES/django.po index d1cac4dde8..01850e7bc0 100644 --- a/mayan/apps/document_comments/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/hr_HR/LC_MESSAGES/django.po @@ -1,93 +1,117 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "comments" +msgid "Document comments" +msgstr "comments" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 -msgid "Create new comments" +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" msgstr "" #: permissions.py:10 +msgid "Create new comments" +msgstr "" + +#: permissions.py:13 msgid "Delete comments" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "" -#: views.py:49 -#, python-format -msgid "Comment \"%s\" deleted successfully." -msgstr "" - -#: views.py:51 -#, python-format -msgid "Error deleting comment \"%(comment)s\": %(error)s" -msgstr "" - #: views.py:64 #, python-format -msgid "Are you sure you wish to delete the comment: %s?" +msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:66 +#: views.py:69 #, python-format -msgid "Are you sure you wish to delete the comments: %s?" +msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:100 +#: views.py:84 +#, fuzzy +#| msgid "comment" +msgid "Delete comment?" +msgstr "comment" + +#: views.py:86 +#, fuzzy +#| msgid "comments" +msgid "Delete comments?" +msgstr "comments" + +#: views.py:122 msgid "Comment added successfully." msgstr "" -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" @@ -98,11 +122,5 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - -#~ msgid "comments" -#~ msgstr "comments" - #~ msgid "comments: %s" #~ msgstr "comments: %s" 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 29e9695144..aa6ccc2677 100644 --- a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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 , 2013 @@ -9,99 +9,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "hozzászólás törlése" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Hozzászólás" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Hozzászólás" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Új hozzászólás" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "hozzászólás törlése" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "hozzászólás megtekintése" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Legalább egy megjegyzés szükséges!" -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "A megjegyzés \"%s\" törlése sikerült." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "A megjegyzés \"%(comment)s\": a %(error)s hiba miatt sikertelen." -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Valóban törölni akarja a következő megjegyzést: %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "hozzászólás törlése" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Biztos, hogy törölni szeretné a hozzászólást: %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "hozzászólás törlése" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Megjegyzés hozzáfűzése sikeres." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Megjegyzés fűzése a %s dokumentumhoz." -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Valóban törölni akarja a következő megjegyzést: %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Biztos, hogy törölni szeretné a hozzászólást: %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 7dcb1de8f2..4e8a9882d2 100644 --- a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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,99 +9,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Hapus komentar-komentar" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Komentar-komentar" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Komentar-komentar" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Buat komentar-komentar baru" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Hapus komentar-komentar" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Lihat komentar-komentar" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Harus memberikan setidaknya satu komentar." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Komentar \"%s\" berhasil dihapus." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Masalah dalam menghapus komentar \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Apakah anda yakin untuk menghapus komentar: %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Hapus komentar-komentar" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Apakah anda yakin untuk menghapus komentar-komentar: %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Hapus komentar-komentar" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Komentar berhasil ditambahkan." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Menambah komentar ke dokumen: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Apakah anda yakin untuk menghapus komentar: %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Apakah anda yakin untuk menghapus komentar-komentar: %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 59d38fc4d7..437210a972 100644 --- a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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 @@ -10,99 +10,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-29 09:02+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Cancella commenti" + +#: apps.py:37 msgid "Date" msgstr "Data" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "Utente" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "Commento" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Commenti" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "Cancellare" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "Aggiungi commento" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "Cancellare" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Commenti" + +#: models.py:13 +#, fuzzy +#| msgid "Comment" +msgid "Document" +msgstr "Commento" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Crea nuovo commento" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Cancella commenti" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Visualizza commenti" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Devi almeno fornire un commento" -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Commento \"%s\" cancellato con sucesso." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Erroro nel cancellare il commento \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Sei sicuro di voler cancellare questo commento: %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Cancella commenti" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Sei sicuro di voler cancellare questi commenti: %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Cancella commenti" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Commento aggiunto con successo." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Aggiungi un comento al documento: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "Commenti al documento: %s" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Sei sicuro di voler cancellare questo commento: %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Sei sicuro di voler cancellare questi commenti: %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" diff --git a/mayan/apps/document_comments/locale/lv/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/lv/LC_MESSAGES/django.po index 9997b3a237..af04826945 100644 --- a/mayan/apps/document_comments/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/lv/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,76 +20,98 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "comments" +msgid "Document comments" +msgstr "comments" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 -msgid "Create new comments" +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" msgstr "" #: permissions.py:10 +msgid "Create new comments" +msgstr "" + +#: permissions.py:13 msgid "Delete comments" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "" -#: views.py:49 -#, python-format -msgid "Comment \"%s\" deleted successfully." -msgstr "" - -#: views.py:51 -#, python-format -msgid "Error deleting comment \"%(comment)s\": %(error)s" -msgstr "" - #: views.py:64 #, python-format -msgid "Are you sure you wish to delete the comment: %s?" +msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:66 +#: views.py:69 #, python-format -msgid "Are you sure you wish to delete the comments: %s?" +msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:100 +#: views.py:84 +#, fuzzy +#| msgid "comment" +msgid "Delete comment?" +msgstr "comment" + +#: views.py:86 +#, fuzzy +#| msgid "comments" +msgid "Delete comments?" +msgstr "comments" + +#: views.py:122 msgid "Comment added successfully." msgstr "" -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" @@ -100,11 +122,5 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - -#~ msgid "comments" -#~ msgstr "comments" - #~ msgid "comments: %s" #~ msgstr "comments: %s" diff --git a/mayan/apps/document_comments/locale/nb/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/nb/LC_MESSAGES/django.po index 6fd82d7a70..4837e5bed9 100644 --- a/mayan/apps/document_comments/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/nb/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,76 +19,98 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "comments" +msgid "Document comments" +msgstr "comments" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 -msgid "Create new comments" +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" msgstr "" #: permissions.py:10 +msgid "Create new comments" +msgstr "" + +#: permissions.py:13 msgid "Delete comments" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "" -#: views.py:49 -#, python-format -msgid "Comment \"%s\" deleted successfully." -msgstr "" - -#: views.py:51 -#, python-format -msgid "Error deleting comment \"%(comment)s\": %(error)s" -msgstr "" - #: views.py:64 #, python-format -msgid "Are you sure you wish to delete the comment: %s?" +msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:66 +#: views.py:69 #, python-format -msgid "Are you sure you wish to delete the comments: %s?" +msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:100 +#: views.py:84 +#, fuzzy +#| msgid "comment" +msgid "Delete comment?" +msgstr "comment" + +#: views.py:86 +#, fuzzy +#| msgid "comments" +msgid "Delete comments?" +msgstr "comments" + +#: views.py:122 msgid "Comment added successfully." msgstr "" -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" @@ -99,11 +121,5 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - -#~ msgid "comments" -#~ msgstr "comments" - #~ msgid "comments: %s" #~ msgstr "comments: %s" 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 0538f4d381..da961e8309 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 @@ -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,99 +9,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Verwijderen van commentaar" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Commentaar" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Commentaar" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Aanmaken van commentaar" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Verwijderen van commentaar" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Bekijk commentaar" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "U moet minimaal een opmerking plaatsen." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Opmerking \"%s\" succesvol verwijdert." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Fout bij het verwijderen van de opmerking: \"%(comment)s: %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Bent u er zeker van dat u de opmerking: %s, wenst te verwijderen?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Verwijderen van commentaar" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Bent u er zeker van dat u het commentaar: %s, wenst te verwijderen?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Verwijderen van commentaar" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Opmerking succesvol toegevoegd." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Opmerking toevoegen aan document: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Bent u er zeker van dat u de opmerking: %s, wenst te verwijderen?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Bent u er zeker van dat u het commentaar: %s, wenst te verwijderen?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 ee65046040..6dc5c86c9a 100644 --- a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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 @@ -13,99 +13,126 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-03-02 05:28+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Usuń komentarzy" + +#: apps.py:37 msgid "Date" msgstr "Data" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "Użytkownik" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "Komentarz" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Komentarze" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "Usuń" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "Dodaj komentarz" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "Usuń" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Komentarze" + +#: models.py:13 +#, fuzzy +#| msgid "Comment" +msgid "Document" +msgstr "Komentarz" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Tworzenie nowych komentarzy" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Usuń komentarzy" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Zobacz komentarze" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Musi podać co najmniej jeden komentarz." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Komentarz \"%s\" został usunięta." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Błąd podczas usuwania komentarza \" %(comment)s \": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Czy na pewno chcesz usunąć komentarz:%s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Usuń komentarzy" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Czy na pewno chcesz usunąć komentarze:%s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Usuń komentarzy" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Komentarz został dodany pomyślnie." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Dodaj komentarz do dokumentu:%s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "Komentarze dla dokumkentu: %s" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Czy na pewno chcesz usunąć komentarz:%s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Czy na pewno chcesz usunąć komentarze:%s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 5be07be061..620d871c32 100644 --- a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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,99 +10,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Excluir comentários" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Comentários" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Comentários" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Criar novos comentários" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Excluir comentários" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Ver comentários" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Deve fornecer pelo menos um comentário." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comentário \"%s\" excluído com sucesso." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Erro ao excluir comentário \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Tem a certeza de que deseja excluir o comentário: %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Excluir comentários" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Tem a certeza de que deseja excluir os comentários: %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Excluir comentários" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Comentário adicionado com sucesso." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Adicionar comentário ao documento: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Tem a certeza de que deseja excluir o comentário: %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Tem a certeza de que deseja excluir os comentários: %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 6bc8bd610b..3d621827d4 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 @@ -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,99 +10,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-06 14:46+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Excluir comentários" + +#: apps.py:37 msgid "Date" msgstr "Data" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "Usuário" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "Comentário" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Comentários" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "Excluir" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "Adicionar comentário" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "Excluir" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Comentários" + +#: models.py:13 +#, fuzzy +#| msgid "Comment" +msgid "Document" +msgstr "Comentário" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Criar novos comentários" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Excluir comentários" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Ver comentários" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Deve fornecer pelo menos um comentário." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comentário \"%s\" removido com sucesso." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Erro ao excluir comentário \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Tem certeza de que deseja excluir o comentário: %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Excluir comentários" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Tem certeza de que deseja excluir os comentários: %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Excluir comentários" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Comentário adicionado com sucesso." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Adicionar comentário ao documento: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "Comentário para documento: %s" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Tem certeza de que deseja excluir o comentário: %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Tem certeza de que deseja excluir os comentários: %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 960c87dc21..312667c5cc 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 @@ -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,99 +10,126 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Ștergeți comentarii" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Comentarii" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Comentarii" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Creați comentarii noi" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Ștergeți comentarii" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Vezi comentariile" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Trebuie să furnizeze cel puțin un comentariu." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comentariul \"%s\" a fost șters cu succes." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Eroare la ștergerea \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Sunteți sigur că doriți să ștergeți comentariul:% s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Ștergeți comentarii" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Sunteți sigur că doriți să ștergeți comentariile:% s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Ștergeți comentarii" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Comentariu adăugat cu succes." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Adaugă comentariu la document:% s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți comentariul:% s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți comentariile:% s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 458d859bed..1f6bfc3d3b 100644 --- a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ru/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: # Sergey Glita , 2011 @@ -9,99 +9,127 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Удалить комментарии" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Комментарии" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Комментарии" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Создать новые комментарии" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Удалить комментарии" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Просмотр комментариев" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Должен быть хотя бы один комментарий." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Комментарий \"%s\" удален." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Ошибка при удалении комментариев \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Вы действительно хотите удалить комментарий %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Удалить комментарии" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Вы действительно хотите удалить комментарии %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Удалить комментарии" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Комментарий добавлен." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Добавить комментарий на документ: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Вы действительно хотите удалить комментарий %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Вы действительно хотите удалить комментарии %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 bd213a1042..c8effc9433 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 @@ -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,99 +9,126 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Izbriši komentarje" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Komentarji" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Komentarji" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Kreiraj nove komentarje" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Izbriši komentarje" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Poglej komentarje" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Potrebno je podati vsaj en komentar." -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Komentar %s je bil uspešno izbrisan." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Napaka v izbrisu komentarja: %(comment)s; %(error)s." -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Ali ste prepričani, da želite pobrisati komentar: %s" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Izbriši komentarje" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Ali ste prepričani, da želite pobrisati komentarje: %s" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Izbriši komentarje" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Komentar je bil uspešno dodan." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Dodaj komentar datotekei: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Ali ste prepričani, da želite pobrisati komentar: %s" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Ali ste prepričani, da želite pobrisati komentarje: %s" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" diff --git a/mayan/apps/document_comments/locale/sq/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/sq/LC_MESSAGES/django.po index 9ba287f176..559599539c 100644 --- a/mayan/apps/document_comments/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/sq/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,76 +19,98 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "comments" +msgid "Document comments" +msgstr "comments" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 -msgid "Create new comments" +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" msgstr "" #: permissions.py:10 +msgid "Create new comments" +msgstr "" + +#: permissions.py:13 msgid "Delete comments" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "" -#: views.py:49 -#, python-format -msgid "Comment \"%s\" deleted successfully." -msgstr "" - -#: views.py:51 -#, python-format -msgid "Error deleting comment \"%(comment)s\": %(error)s" -msgstr "" - #: views.py:64 #, python-format -msgid "Are you sure you wish to delete the comment: %s?" +msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:66 +#: views.py:69 #, python-format -msgid "Are you sure you wish to delete the comments: %s?" +msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:100 +#: views.py:84 +#, fuzzy +#| msgid "comment" +msgid "Delete comment?" +msgstr "comment" + +#: views.py:86 +#, fuzzy +#| msgid "comments" +msgid "Delete comments?" +msgstr "comments" + +#: views.py:122 msgid "Comment added successfully." msgstr "" -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" @@ -99,11 +121,5 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - -#~ msgid "comments" -#~ msgstr "comments" - #~ msgid "comments: %s" #~ msgstr "comments: %s" diff --git a/mayan/apps/document_comments/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/tr_TR/LC_MESSAGES/django.po index 8cc695fdf0..c498967470 100644 --- a/mayan/apps/document_comments/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/tr_TR/LC_MESSAGES/django.po @@ -1,93 +1,116 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "comments" +msgid "Document comments" +msgstr "comments" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 -msgid "Create new comments" +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" msgstr "" #: permissions.py:10 +msgid "Create new comments" +msgstr "" + +#: permissions.py:13 msgid "Delete comments" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "" -#: views.py:49 -#, python-format -msgid "Comment \"%s\" deleted successfully." -msgstr "" - -#: views.py:51 -#, python-format -msgid "Error deleting comment \"%(comment)s\": %(error)s" -msgstr "" - #: views.py:64 #, python-format -msgid "Are you sure you wish to delete the comment: %s?" +msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:66 +#: views.py:69 #, python-format -msgid "Are you sure you wish to delete the comments: %s?" +msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:100 +#: views.py:84 +#, fuzzy +#| msgid "comment" +msgid "Delete comment?" +msgstr "comment" + +#: views.py:86 +#, fuzzy +#| msgid "comments" +msgid "Delete comments?" +msgstr "comments" + +#: views.py:122 msgid "Comment added successfully." msgstr "" -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" @@ -98,11 +121,5 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - -#~ msgid "comments" -#~ msgstr "comments" - #~ msgid "comments: %s" #~ msgstr "comments: %s" 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 6dc923d6d8..e40bbec7a4 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 @@ -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,99 +9,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "Xóa chú thích" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "Chú thích" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "Chú thích" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "Tạo chú thích mới" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "Xóa chú thích" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "Xem chú thích" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "Cần cung cấp ít nhất một chú thích" -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Chú thích \"%s\" đã xóa thành công." -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Lỗi xóa chú thích \"%(comment)s\": %(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Bạn có chắc chắn muốn xóa thú thích: %s?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "Xóa chú thích" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Bạn có chắc chắn muốn xóa thú thích: %s?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "Xóa chú thích" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "Chú thích được tạo thành công." -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "Thêm chú thích cho tài liệu: %s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "Bạn có chắc chắn muốn xóa thú thích: %s?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "Bạn có chắc chắn muốn xóa thú thích: %s?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" 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 14bd3fc729..0af62e1326 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 @@ -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,99 +9,125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "Delete comments" +msgid "Document comments" +msgstr "删除评论" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "评论" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "评论" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" +msgstr "" + +#: permissions.py:10 msgid "Create new comments" msgstr "新建评论" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete comments" msgstr "删除评论" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "查看评论" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "至少要提供一个评论" -#: views.py:49 +#: views.py:64 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "评论\"%s\" 删除成功" -#: views.py:51 +#: views.py:69 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "删除评论 \"%(comment)s\" 出错:%(error)s" -#: views.py:64 -#, python-format -msgid "Are you sure you wish to delete the comment: %s?" -msgstr "确定要删除评论: %s么?" +#: views.py:84 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comment?" +msgstr "删除评论" -#: views.py:66 -#, python-format -msgid "Are you sure you wish to delete the comments: %s?" -msgstr "确定要删除评论: %s么?" +#: views.py:86 +#, fuzzy +#| msgid "Delete comments" +msgid "Delete comments?" +msgstr "删除评论" -#: views.py:100 +#: views.py:122 msgid "Comment added successfully." msgstr "添加评论成功" -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "添加评论到文档:%s" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the comment: %s?" +#~ msgstr "确定要删除评论: %s么?" + +#~ msgid "Are you sure you wish to delete the comments: %s?" +#~ msgstr "确定要删除评论: %s么?" + #~ msgid "date" #~ msgstr "date" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - #~ msgid "comments" #~ msgstr "comments" diff --git a/mayan/apps/document_comments/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/zh_TW/LC_MESSAGES/django.po index bc978cf468..2b616ff276 100644 --- a/mayan/apps/document_comments/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/zh_TW/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,76 +19,98 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:35 +#: apps.py:25 +#, fuzzy +#| msgid "comments" +msgid "Document comments" +msgstr "comments" + +#: apps.py:37 msgid "Date" msgstr "" -#: __init__.py:39 +#: apps.py:39 models.py:17 msgid "User" msgstr "" -#: __init__.py:43 +#: apps.py:44 models.py:28 msgid "Comment" msgstr "" -#: __init__.py:52 links.py:13 permissions.py:7 -msgid "Comments" -msgstr "" - -#: links.py:10 links.py:11 -msgid "Delete" -msgstr "" - -#: links.py:12 +#: links.py:13 msgid "Add comment" msgstr "" -#: permissions.py:9 -msgid "Create new comments" +#: links.py:18 links.py:22 +msgid "Delete" +msgstr "" + +#: links.py:25 models.py:29 permissions.py:7 +msgid "Comments" +msgstr "" + +#: models.py:13 +#, fuzzy +#| msgid "comment" +msgid "Document" +msgstr "comment" + +#: models.py:19 +msgid "comment" +msgstr "comment" + +#: models.py:22 +msgid "Date time submitted" msgstr "" #: permissions.py:10 +msgid "Create new comments" +msgstr "" + +#: permissions.py:13 msgid "Delete comments" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "View comments" msgstr "" -#: views.py:39 +#: views.py:45 msgid "Must provide at least one comment." msgstr "" -#: views.py:49 -#, python-format -msgid "Comment \"%s\" deleted successfully." -msgstr "" - -#: views.py:51 -#, python-format -msgid "Error deleting comment \"%(comment)s\": %(error)s" -msgstr "" - #: views.py:64 #, python-format -msgid "Are you sure you wish to delete the comment: %s?" +msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:66 +#: views.py:69 #, python-format -msgid "Are you sure you wish to delete the comments: %s?" +msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:100 +#: views.py:84 +#, fuzzy +#| msgid "comment" +msgid "Delete comment?" +msgstr "comment" + +#: views.py:86 +#, fuzzy +#| msgid "comments" +msgid "Delete comments?" +msgstr "comments" + +#: views.py:122 msgid "Comment added successfully." msgstr "" -#: views.py:107 +#: views.py:129 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:127 +#: views.py:151 #, python-format msgid "Comments for document: %s" msgstr "" @@ -99,11 +121,5 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "comment" -#~ msgstr "comment" - -#~ msgid "comments" -#~ msgstr "comments" - #~ msgid "comments: %s" #~ msgstr "comments: %s" 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 b92c351026..7a2d1fcaaf 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,301 +9,317 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" - -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Indexes" +"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 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Indexes" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Deletes and creates from scratch all the document indexes." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "" - -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Deletes and creates from scratch all the document indexes." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "Internal name used to reference this index." -#: models.py:17 views.py:43 -msgid "Title" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "The name that will be visible to users." +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Causes this index to be visible and updated when document data changes." -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Causes this index to be visible and updated when document data changes." - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Enter a python string expression to be evaluated." -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "Causes this node to be visible and updated when document data changes." -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indexing" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Configure document indexes" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Create new document indexes" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Edit document indexes" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Delete document indexes" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "View document indexes" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Rebuild document indexes" -#: views.py:69 -msgid "Index created successfully." -msgstr "Index created successfully." - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Index edited successfully" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Index: %s deleted successfully." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Delete document indexes" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Index: %(index)s delete error: %(error)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Are you sure you with to delete the index: %s?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Index template node created successfully." -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Index template node edited successfully" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Node: %s deleted successfully." -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Node: %(node)s delete error: %(error)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "Are you sure you with to delete the index template node: %s?" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" +msgstr "" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild document indexes" +msgid "Rebuild all indexes?" +msgstr "Rebuild document indexes" + +#: views.py:345 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:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" +#~ msgid "The name that will be visible to users." +#~ msgstr "The name that will be visible to users." + +#~ msgid "Index created successfully." +#~ msgstr "Index created successfully." + +#~ msgid "Index edited successfully" +#~ msgstr "Index edited successfully" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Index: %s deleted successfully." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Index: %(index)s delete error: %(error)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Are you sure you with to delete the index: %s?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Are you sure you wish to rebuild all indexes?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -311,9 +327,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" @@ -337,9 +355,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -353,11 +368,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" @@ -368,9 +383,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 6e6d8b3991..45a73cf5a1 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,301 +9,291 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Индекси" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Индекси" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Изтриване и създаване от нулата на всички индекси за документа." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." msgstr "" +"Предизвиква този индекс да бъдат видим и актуализиран, когато данните в " +"документа се променят." -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Изтриване и създаване от нулата на всички индекси за документа." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "Името, което ще бъде видимо за потребителите." - -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Предизвиква този индекс да бъдат видим и актуализиран, когато данните в документа се променят." - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "" - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Индексиране" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" +#~ msgid "The name that will be visible to users." +#~ msgstr "Името, което ще бъде видимо за потребителите." + #~ msgid "Nodes" #~ msgstr "nodes" @@ -311,9 +301,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" @@ -337,9 +329,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -353,11 +342,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" @@ -368,9 +357,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 076adf46e8..4ef4d39f1d 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,301 +9,320 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" - -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Indeksi" +"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 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Indeksi" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Briše i nanovo kreira indekse svih dokumenata." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "" - -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Briše i nanovo kreira indekse svih dokumenata." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "Interno ime upotrebljeno za referenciranje ovog noda." -#: models.py:17 views.py:43 -msgid "Title" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "Ime koje će biti vidljivo korisnicima." +#: models.py:29 +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:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -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:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Unesite Python string izraz za evaluaciju." -#: models.py:67 -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." +#: models.py:90 +msgid "Indexing expression" +msgstr "" -#: models.py:68 +#: models.py:95 +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." + +#: models.py:103 +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." + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -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." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indeksiranje" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Konfiguriši indekse dokumenata" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Kreiraj nove indekse dokumenata" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Izmjeni indekse dokumenata" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Obriši indekse dokumenata" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Pregledaj indekse dokumenata" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr " Obnovi indekse dokumenata" -#: views.py:69 -msgid "Index created successfully." -msgstr "Indeks uspješno kreiran." - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Indeks uspješno izmjenjen" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Indeks: %s uspješno obrisan." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Obriši indekse dokumenata" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Indeks: %(index)s greška brisanja: %(error)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Jeste li sigurni da želite izbrisati indeks: %s?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Nod predložaka indeksa uspješno kreiran." -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Nod predložaka indeksa uspješno izmjenjen." -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Nod: %s uspješno obrisan." -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Nod: %(node)s greška brisanja: %(error)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "Jeste li sigurni da želite izbrisati nod predložaka ineksa:% s?" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Jeste li sigurni da želite obnoviti sve indekse?" +#: views.py:316 +msgid "Node" +msgstr "" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild document indexes" +msgid "Rebuild all indexes?" +msgstr " Obnovi indekse dokumenata" + +#: views.py:345 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:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" +#~ msgid "The name that will be visible to users." +#~ msgstr "Ime koje će biti vidljivo korisnicima." + +#~ msgid "Index created successfully." +#~ msgstr "Indeks uspješno kreiran." + +#~ msgid "Index edited successfully" +#~ msgstr "Indeks uspješno izmjenjen" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Indeks: %s uspješno obrisan." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Indeks: %(index)s greška brisanja: %(error)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Jeste li sigurni da želite izbrisati indeks: %s?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Jeste li sigurni da želite obnoviti sve indekse?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -311,9 +330,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" @@ -337,9 +358,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -353,11 +371,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" @@ -368,9 +386,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 18c725c8b7..cf494e219d 100644 --- a/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po @@ -1,305 +1,290 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "" - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "" - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -310,9 +295,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" @@ -336,9 +323,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -352,11 +336,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" @@ -367,9 +351,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" diff --git a/mayan/apps/document_indexing/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/de_CH/LC_MESSAGES/django.po index 00e15a2e67..45083e72b8 100644 --- a/mayan/apps/document_indexing/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/de_CH/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,287 +19,272 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 -msgid "Enabled" -msgstr "" - -#: models.py:18 +#: models.py:29 msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:32 models.py:98 views.py:57 views.py:105 +msgid "Enabled" +msgstr "" + +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 -msgid "Link documents" -msgstr "" - -#: models.py:68 +#: models.py:103 msgid "" "Check this option to have this node act as a container for documents and not " "as a parent for further nodes." msgstr "" -#: models.py:72 +#: models.py:106 +msgid "Link documents" +msgstr "" + +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -335,9 +320,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -366,9 +348,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 12aadbe4b7..b4d9dd7ff7 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: # Stefan Lodders , 2012 @@ -15,301 +15,341 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Indices" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "Dokumententypen" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Indices" + +#: links.py:25 +msgid "Index list" +msgstr "Indices" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "Index erstellen" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "Bearbeiten" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "Löschen" + +#: links.py:53 +msgid "Tree template" +msgstr "Baumvorlage" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Löscht und erstellt alle Dokumentenindices neu" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "Indices wiederaufbauen" + +#: links.py:70 +msgid "New child node" +msgstr "Neuer Unterknoten" + +#: managers.py:52 #, python-format 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" -#: links.py:25 views.py:75 -msgid "Create index" -msgstr "Index erstellen" +#: models.py:19 views.py:55 +msgid "Label" +msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "Bearbeiten" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "Löschen" - -#: links.py:28 -msgid "Tree template" -msgstr "Baumvorlage" - -#: links.py:31 -msgid "New child node" -msgstr "Neuer Unterknoten" - -#: links.py:35 -msgid "Index list" -msgstr "Indices" - -#: links.py:37 -msgid "Go up one level" -msgstr "Eine Stufe höher" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "Indices wiederaufbauen" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Löscht und erstellt alle Dokumentenindices neu" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "Name" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| 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:17 views.py:43 -msgid "Title" -msgstr "Titel" +#: models.py:24 views.py:56 +msgid "Slug" +msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "Den Benutzern angezeigter Name" +#: models.py:29 +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:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "Aktiviert" -#: models.py:18 -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:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "Index" -#: models.py:66 -msgid "Indexing expression" -msgstr "Indexierungsausdruck" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Geben Sie einen Python-Ausdruck zur Auswertung an." -#: models.py:67 -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." +#: models.py:90 +msgid "Indexing expression" +msgstr "Indexierungsausdruck" -#: models.py:68 +#: models.py:95 +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." + +#: models.py:103 +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)." + +#: models.py:106 msgid "Link documents" msgstr "Dokumente verknüpfen" -#: models.py:68 -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)." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "Index Knotenvorlage" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "Index Knotenvorlagen" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "Index Knotenpunkt" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "Wert" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "Dokumente" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "Indexknotenpunkt" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "Indexknotenpunkte" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indizierung" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Dokumentenindices konfigurieren" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Dokumentenindices erstellen " -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Dokumentenindices bearbeiten" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Dokumentenindices löschen" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Dokumentenindices anzeigen" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Dokumentenindices neu aufbauen" -#: views.py:69 -msgid "Index created successfully." -msgstr "Index erfolgreich erzeugt" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Index erfolgreich bearbeitet" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "Index %s bearbeiten" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Index %s erfolgreich gelöscht" +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Dokumentenindices löschen" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Fehler beim Löschen des Index %(index)s: %(error)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Sind Sie sicher, dass Sie den Index %s löschen möchten?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "Baumvorlagen für Index %s" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "Stufe" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "Dokument verknüpft" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" -msgstr "Typen nicht in Index %s" +#: views.py:117 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Dokumententypen" -#: views.py:184 -#, python-format -msgid "Document types for index: %s" +#: views.py:118 +#, fuzzy +#| msgid "Document types" +msgid "Document types linked" +msgstr "Dokumententypen" + +#: views.py:139 +#, fuzzy, python-format +#| msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "Typen in Index %s" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Knotenpunkt erfolgreich angelegt" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "Unterknotenpunkt erstellen" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Knotenpunkt erfolgreich bearbeitet" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "Knotenpunkt %s bearbeiten" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "Knotenpunkt" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Knotenpunkt %s erfolgreich gelöscht" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Fehler beim Löschen von Knotenpunkt %(node)s: %(error)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" -msgstr "Sind Sie sicher, dass Sie den Knotenpunkt %s löschen möchten?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Edit index template node: %s" +msgid "Delete the index template node: %s?" +msgstr "Knotenpunkt %s bearbeiten" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "Elemente" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "Inhalt von Index %s" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Sind Sie sicher, dass Sie alle Indices neu aufbauen möchten?" +#: views.py:316 +msgid "Node" +msgstr "Knotenpunkt" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild indexes" +msgid "Rebuild all indexes?" +msgstr "Indices wiederaufbauen" + +#: views.py:345 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." +msgstr "" +"Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen." -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "Indexwiederaufbau erfolgreich eingereiht" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "Indices mit Dokument %s" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "Wurzel" +#~ msgid "Go up one level" +#~ msgstr "Eine Stufe höher" + +#~ msgid "Name" +#~ msgstr "Name" + +#~ msgid "Title" +#~ msgstr "Titel" + +#~ msgid "The name that will be visible to users." +#~ msgstr "Den Benutzern angezeigter Name" + +#~ msgid "Index created successfully." +#~ msgstr "Index erfolgreich erzeugt" + +#~ msgid "Index edited successfully" +#~ msgstr "Index erfolgreich bearbeitet" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Index %s erfolgreich gelöscht" + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Fehler beim Löschen des Index %(index)s: %(error)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Sind Sie sicher, dass Sie den Index %s löschen möchten?" + +#~ msgid "Document types not in index: %s" +#~ msgstr "Typen nicht in Index %s" + +#~ msgid "Are you sure you with to delete the index template node: %s?" +#~ msgstr "Sind Sie sicher, dass Sie den Knotenpunkt %s löschen möchten?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Sind Sie sicher, dass Sie alle Indices neu aufbauen möchten?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -317,9 +357,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" @@ -359,11 +401,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" @@ -374,9 +416,6 @@ msgstr "Wurzel" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 4e7e3a2fd9..39b96e13a7 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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,21 +18,65 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Indexes" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 #, fuzzy msgid "Document types" msgstr "document types" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Indexes" + +#: links.py:25 +#, fuzzy +msgid "Index list" +msgstr "index list" + +#: links.py:40 views.py:39 +#, fuzzy +msgid "Create index" +msgstr "create index" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +#, fuzzy +msgid "Delete" +msgstr "delete" + +#: links.py:53 +#, fuzzy +msgid "Tree template" +msgstr "tree template" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Deletes and creates from scratch all the document indexes." + +#: links.py:66 +#, fuzzy +msgid "Rebuild indexes" +msgstr "rebuild indexes" + +#: links.py:70 +#, fuzzy +msgid "New child node" +msgstr "new child node" + +#: managers.py:52 #, fuzzy, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " @@ -40,100 +84,49 @@ msgid "" msgstr "" "Error updating document index, expression: %(expression)s; %(exception)s" -#: links.py:25 views.py:75 -#, fuzzy -msgid "Create index" -msgstr "create index" - -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:27 links.py:33 +#: models.py:23 #, fuzzy -msgid "Delete" -msgstr "delete" - -#: links.py:28 -#, fuzzy -msgid "Tree template" -msgstr "tree template" - -#: links.py:31 -#, fuzzy -msgid "New child node" -msgstr "new child node" - -#: links.py:35 -#, fuzzy -msgid "Index list" -msgstr "index list" - -#: links.py:37 -#, fuzzy -msgid "Go up one level" -msgstr "go up one level" - -#: links.py:42 -#, fuzzy -msgid "Rebuild indexes" -msgstr "rebuild indexes" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Deletes and creates from scratch all the document indexes." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "Internal name used to reference this index." -#: models.py:17 views.py:43 -#, fuzzy -msgid "Title" -msgstr "title" +#: models.py:24 views.py:56 +msgid "Slug" +msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "The name that will be visible to users." - -#: models.py:18 models.py:67 views.py:44 views.py:160 -#, fuzzy -msgid "Enabled" -msgstr "enabled" - -#: models.py:18 +#: models.py:29 msgid "Causes this index to be visible and updated when document data changes." msgstr "" "Causes this index to be visible and updated when document data changes." -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:32 models.py:98 views.py:57 views.py:105 +#, fuzzy +msgid "Enabled" +msgstr "enabled" + +#: models.py:77 models.py:85 #, fuzzy msgid "Index" msgstr "Indexes" -#: models.py:66 +#: models.py:89 +msgid "Enter a python string expression to be evaluated." +msgstr "Enter a python string expression to be evaluated." + +#: models.py:90 #, fuzzy msgid "Indexing expression" msgstr "indexing expression" -#: models.py:66 -msgid "Enter a python string expression to be evaluated." -msgstr "Enter a python string expression to be evaluated." - -#: models.py:67 +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "Causes this node to be visible and updated when document data changes." -#: models.py:68 -#, fuzzy -msgid "Link documents" -msgstr "link documents" - -#: models.py:68 +#: models.py:103 msgid "" "Check this option to have this node act as a container for documents and not " "as a parent for further nodes." @@ -141,196 +134,226 @@ msgstr "" "Check this option to have this node act as a container for documents and not " "as a parent for further nodes." -#: models.py:72 +#: models.py:106 +#, fuzzy +msgid "Link documents" +msgstr "link documents" + +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 #, fuzzy msgid "Index node template" msgstr "index template node" -#: models.py:78 +#: models.py:117 #, fuzzy msgid "Indexes node template" msgstr "indexes template nodes" -#: models.py:83 +#: models.py:125 #, fuzzy msgid "Index template node" msgstr "index template node" -#: models.py:84 +#: models.py:128 #, fuzzy msgid "Value" msgstr "value" -#: models.py:85 +#: models.py:131 #, fuzzy msgid "Documents" msgstr "documents" -#: models.py:103 +#: models.py:151 #, fuzzy msgid "Index node instance" msgstr "index instance" -#: models.py:104 +#: models.py:152 #, fuzzy msgid "Indexes node instances" msgstr "index instance" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indexing" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Configure document indexes" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Create new document indexes" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Edit document indexes" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Delete document indexes" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "View document indexes" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Rebuild document indexes" -#: views.py:69 -msgid "Index created successfully." -msgstr "Index created successfully." - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Index edited successfully" - -#: views.py:98 +#: views.py:70 #, fuzzy, python-format msgid "Edit index: %s" msgstr "edit index: %s" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Index: %s deleted successfully." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Delete document indexes" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Index: %(index)s delete error: %(error)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Are you sure you with to delete the index: %s?" - -#: views.py:156 +#: views.py:101 #, fuzzy, python-format msgid "Tree template nodes for index: %s" msgstr "tree template nodes for index: %s" -#: views.py:159 +#: views.py:104 #, fuzzy msgid "Level" msgstr "level" -#: views.py:161 +#: views.py:106 #, fuzzy msgid "Has document links?" msgstr "has document links?" -#: views.py:183 -#, fuzzy, python-format -msgid "Document types not in index: %s" -msgstr "document types not in index: %s" +#: views.py:117 +#, fuzzy +msgid "Available document types" +msgstr "document types" -#: views.py:184 +#: views.py:118 +#, fuzzy +msgid "Document types linked" +msgstr "document types" + +#: views.py:139 #, fuzzy, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "document types for index: %s" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Index template node created successfully." -#: views.py:212 +#: views.py:167 #, fuzzy msgid "Create child node" msgstr "create child node" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Index template node edited successfully" -#: views.py:237 +#: views.py:193 #, fuzzy, python-format msgid "Edit index template node: %s" msgstr "edit index template node: %s" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Node: %s deleted successfully." -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Node: %(node)s delete error: %(error)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" -msgstr "Are you sure you with to delete the index template node: %s?" +#: views.py:226 +#, fuzzy, python-format +msgid "Delete the index template node: %s?" +msgstr "edit index template node: %s" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 #, fuzzy msgid "Items" msgstr "items" -#: views.py:331 +#: views.py:308 #, fuzzy, python-format msgid "Contents for index: %s" msgstr "contents for index: %s" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" +msgstr "" -#: views.py:379 +#: views.py:344 +#, fuzzy +msgid "Rebuild all indexes?" +msgstr "rebuild indexes" + +#: views.py:345 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:383 +#: views.py:349 #, fuzzy msgid "Index rebuild queued successfully." msgstr "Index rebuild completed successfully." -#: views.py:408 +#: views.py:374 #, fuzzy, python-format msgid "Indexes containing document: %s" msgstr "indexes containing: %s" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" +#, fuzzy +#~ msgid "Go up one level" +#~ msgstr "go up one level" + +#, fuzzy +#~ msgid "Title" +#~ msgstr "title" + +#~ msgid "The name that will be visible to users." +#~ msgstr "The name that will be visible to users." + +#~ msgid "Index created successfully." +#~ msgstr "Index created successfully." + +#~ msgid "Index edited successfully" +#~ msgstr "Index edited successfully" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Index: %s deleted successfully." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Index: %(index)s delete error: %(error)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Are you sure you with to delete the index: %s?" + +#, fuzzy +#~ msgid "Document types not in index: %s" +#~ msgstr "document types not in index: %s" + +#~ msgid "Are you sure you with to delete the index template node: %s?" +#~ msgstr "Are you sure you with to delete the index template node: %s?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Are you sure you wish to rebuild all indexes?" + #, fuzzy #~ msgid "Nodes" #~ msgstr "nodes" @@ -406,9 +429,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 b06477c075..a70157ab85 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 @@ -11,301 +11,341 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Índices" - #: admin.py:21 msgid "None" msgstr "Ninguno" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "Tipos de documento" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Índices" + +#: links.py:25 +msgid "Index list" +msgstr "lista de indices" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "Crear índice" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "Editar" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "Borrar" + +#: links.py:53 +msgid "Tree template" +msgstr "árbol de plantilla" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Borra y crea desde cero todos los índices de documentos." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "reconstruir índices" + +#: links.py:70 +msgid "New child node" +msgstr "nuevo nodo secundario" + +#: managers.py:52 #, python-format 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" -#: links.py:25 views.py:75 -msgid "Create index" -msgstr "Crear índice" +#: models.py:19 views.py:55 +msgid "Label" +msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "Editar" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "Borrar" - -#: links.py:28 -msgid "Tree template" -msgstr "árbol de plantilla" - -#: links.py:31 -msgid "New child node" -msgstr "nuevo nodo secundario" - -#: links.py:35 -msgid "Index list" -msgstr "lista de indices" - -#: links.py:37 -msgid "Go up one level" -msgstr "Subir un nivel" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "reconstruir índices" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Borra y crea desde cero todos los índices de documentos." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "Nombre" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "Nombre interno que se utiliza para hacer referencia a este índice." -#: models.py:17 views.py:43 -msgid "Title" -msgstr "Título" +#: models.py:24 views.py:56 +msgid "Slug" +msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "El nombre que será visible para los usuarios." +#: models.py:29 +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:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "Habilitado" -#: models.py:18 -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:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "índice" -#: models.py:66 -msgid "Indexing expression" -msgstr "expresión de indexación" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Introduzca una expresión de python para ser evaluada." -#: models.py:67 -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." +#: models.py:90 +msgid "Indexing expression" +msgstr "expresión de indexación" -#: models.py:68 +#: models.py:95 +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." + +#: models.py:103 +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." + +#: models.py:106 msgid "Link documents" msgstr "enlace de documentos" -#: models.py:68 -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." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "<%s Raíz>" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "nodo de plantilla de indice" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "nodos de plantillas de índices" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "nodo de plantilla de indice" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "Valor" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "Documentos" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "índice de nodo de instancia" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "nodos de instancias de indices" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indexación" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Configurar índices de documento" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Crear nuevos índices de documentos" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Editar los índices de documentos" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Eliminar los índices de documentos" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Ver los índices de documentos" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Generar índices de documentos" -#: views.py:69 -msgid "Index created successfully." -msgstr "Índice creado con éxito." - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Índice editado con éxito." - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "Editar índice: %s" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Índice: %s eliminado exitosamente." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Eliminar los índices de documentos" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Error al borrar índice: %(index)s, error: %(error)s " - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "¿Seguro que desea eliminar el índice: %s?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "nodos de la plantilla del árbol del índice: %s" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "Nível" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "El documento tiene enlaces?" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" -msgstr "Tipo de documento no está en el índie: %s" +#: views.py:117 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Tipos de documento" -#: views.py:184 -#, python-format -msgid "Document types for index: %s" +#: views.py:118 +#, fuzzy +#| msgid "Document types" +msgid "Document types linked" +msgstr "Tipos de documento" + +#: views.py:139 +#, fuzzy, python-format +#| msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "Tipos de documento para índice: %s" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Nodo de plantilla de índice creado con éxito." -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "crear nodo hijo" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Nodo de la plantilla de índice editado con éxito" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "editar nodo de la plantilla de índice: %s" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "Nodo" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Nodo: %s eliminado con éxito." -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Error de eliminación para nodo: %(node)s, %(error)s " -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" -msgstr "¿Seguro que desea eliminar el nodo de plantilla de indice: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Edit index template node: %s" +msgid "Delete the index template node: %s?" +msgstr "editar nodo de la plantilla de índice: %s" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "Elementos" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "contenido del indice: %s" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "¿Está seguro que desea reconstruir todos los índices?" +#: views.py:316 +msgid "Node" +msgstr "Nodo" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild indexes" +msgid "Rebuild all indexes?" +msgstr "reconstruir índices" + +#: views.py:345 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." +msgstr "" +"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en " +"ejecutarse." -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "Reconstrucción de Índices en espera de forma exitosa." -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "Índices que contienen el documento: %s" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "raíz" +#~ msgid "Go up one level" +#~ msgstr "Subir un nivel" + +#~ msgid "Name" +#~ msgstr "Nombre" + +#~ msgid "Title" +#~ msgstr "Título" + +#~ msgid "The name that will be visible to users." +#~ msgstr "El nombre que será visible para los usuarios." + +#~ msgid "Index created successfully." +#~ msgstr "Índice creado con éxito." + +#~ msgid "Index edited successfully" +#~ msgstr "Índice editado con éxito." + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Índice: %s eliminado exitosamente." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Error al borrar índice: %(index)s, error: %(error)s " + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "¿Seguro que desea eliminar el índice: %s?" + +#~ msgid "Document types not in index: %s" +#~ msgstr "Tipo de documento no está en el índie: %s" + +#~ msgid "Are you sure you with to delete the index template node: %s?" +#~ msgstr "¿Seguro que desea eliminar el nodo de plantilla de indice: %s?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "¿Está seguro que desea reconstruir todos los índices?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -313,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" @@ -355,11 +397,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" @@ -370,9 +412,6 @@ msgstr "raíz" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 9b086fe3d5..c32b7b7110 100644 --- a/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/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-2015 @@ -9,301 +9,336 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "اندیس ها" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "انواع سند" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "اندیس ها" + +#: links.py:25 +msgid "Index list" +msgstr "لیست اندیس" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "ایجاد اندیس" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "ویرایش" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "حذف" + +#: links.py:53 +msgid "Tree template" +msgstr "الگوی درخت" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "کلیه ایندکس ها پاک شده و از اول بازسازی خواهند شد." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "بازسازی اندیس ها" + +#: links.py:70 +msgid "New child node" +msgstr "گره فرزند جدید" + +#: managers.py:52 #, python-format 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" -#: links.py:25 views.py:75 -msgid "Create index" -msgstr "ایجاد اندیس" +#: models.py:19 views.py:55 +msgid "Label" +msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "ویرایش" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "حذف" - -#: links.py:28 -msgid "Tree template" -msgstr "الگوی درخت" - -#: links.py:31 -msgid "New child node" -msgstr "گره فرزند جدید" - -#: links.py:35 -msgid "Index list" -msgstr "لیست اندیس" - -#: links.py:37 -msgid "Go up one level" -msgstr "بالا رفتن یک سطح" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "بازسازی اندیس ها" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "کلیه ایندکس ها پاک شده و از اول بازسازی خواهند شد." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "نام" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "نام داخلی برای دسترسی به این ایندکس." -#: models.py:17 views.py:43 -msgid "Title" -msgstr "لقب" +#: models.py:24 views.py:56 +msgid "Slug" +msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "نامی که بوسیله کاربر قابل مشاهده است." +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی " +"شود." -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "فعال شده" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی شود." - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "اندیس" -#: models.py:66 -msgid "Indexing expression" -msgstr "عبارت اندیس گذاری" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "یک رشته عبارت که قابل ارزیابی باشد وارد کنید." -#: models.py:67 -msgid "Causes this node to be visible and updated when document data changes." -msgstr "باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی شود." +#: models.py:90 +msgid "Indexing expression" +msgstr "عبارت اندیس گذاری" -#: models.py:68 +#: models.py:95 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "" +"باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی " +"شود." + +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "بررسی شود که اینکه این گره ظرفی برای اسناد است و نه پدر گره های دیگر." + +#: models.py:106 msgid "Link documents" msgstr "اسناد پیوند" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "بررسی شود که اینکه این گره ظرفی برای اسناد است و نه پدر گره های دیگر." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "الگوی گره اندیس" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "الگوی گره اندیس ها" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "گره الگوی اندیس" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "مقدار" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "اسناد" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "موردی ازگره اندیس" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "موارد گره اندیس ها" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "ایندکس گذاری" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "پیکربندی ایندکس سند" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "ایجاد ایندکس های جدید سند" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "ویرایش ایندکس های سند" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "حذف ایندکس های سند" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "دیدن ایندکسهای سند" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "بازسازی ایندکسهای سند" -#: views.py:69 -msgid "Index created successfully." -msgstr "ایجاد موفق ایندکس" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "ویرایش موفق ایندکس" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "ویرایش اندیس %s" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "حذف موفق ایندکس %s " +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "حذف ایندکس های سند" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "خطای حذف%(error)s ایندکس %(index)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "از حذف ایندکس %s مطمئن هستید؟" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "گره الگوی درخت اندیس %s" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "سطح" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "آیا سند دارای پیوند است؟" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" -msgstr "نوع سند در اندیس نیست : %s" +#: views.py:117 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "انواع سند" -#: views.py:184 -#, python-format -msgid "Document types for index: %s" +#: views.py:118 +#, fuzzy +#| msgid "Document types" +msgid "Document types linked" +msgstr "انواع سند" + +#: views.py:139 +#, fuzzy, python-format +#| msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "نوع سند برای اندیس %s" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "ایجاد موفق گره الگوی ایندکس" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "ایجاد گره فرزند" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "ویرایش موفق گره الگوی ایندکس." -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "ویرایش الگوی گره اندیس: %s" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "گره" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "حذف موفق گره: %s" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "خطای حذف%(error)s گره %(node)s " -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" -msgstr "آیا از حذف گره %s الگوی ایندکس مطمئن هستید؟" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Edit index template node: %s" +msgid "Delete the index template node: %s?" +msgstr "ویرایش الگوی گره اندیس: %s" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "اقلام" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "محتوا برای اندیس : %s" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "آیا از بازسازی کلیه ایندکس ها مطمئن هستید؟" +#: views.py:316 +msgid "Node" +msgstr "گره" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild indexes" +msgid "Rebuild all indexes?" +msgstr "بازسازی اندیس ها" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "در پایگاه داده بزرگ این عملیات مدت زیادی بطول خواهد انجامید." -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "ساخت مجدد اندیسها در صف قرار گرفت." -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "اندیسهای شامل سند : %s" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "ریشه" +#~ msgid "Go up one level" +#~ msgstr "بالا رفتن یک سطح" + +#~ msgid "Name" +#~ msgstr "نام" + +#~ msgid "Title" +#~ msgstr "لقب" + +#~ msgid "The name that will be visible to users." +#~ msgstr "نامی که بوسیله کاربر قابل مشاهده است." + +#~ msgid "Index created successfully." +#~ msgstr "ایجاد موفق ایندکس" + +#~ msgid "Index edited successfully" +#~ msgstr "ویرایش موفق ایندکس" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "حذف موفق ایندکس %s " + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "خطای حذف%(error)s ایندکس %(index)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "از حذف ایندکس %s مطمئن هستید؟" + +#~ msgid "Document types not in index: %s" +#~ msgstr "نوع سند در اندیس نیست : %s" + +#~ msgid "Are you sure you with to delete the index template node: %s?" +#~ msgstr "آیا از حذف گره %s الگوی ایندکس مطمئن هستید؟" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "آیا از بازسازی کلیه ایندکس ها مطمئن هستید؟" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -311,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" @@ -353,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" @@ -368,9 +405,6 @@ msgstr "ریشه" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 bc566e8a31..8c9d78ff75 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: # Christophe kryskool , 2014-2015 @@ -11,301 +11,343 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Indexes" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "Types de document" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Indexes" + +#: links.py:25 +msgid "Index list" +msgstr "Liste des index" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "Créer un index" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "Modifier" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "Supprimer" + +#: links.py:53 +msgid "Tree template" +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." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "Reconstruire les index" + +#: links.py:70 +msgid "New child node" +msgstr "Nouveau noeud enfant" + +#: managers.py:52 #, python-format 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" -#: links.py:25 views.py:75 -msgid "Create index" -msgstr "Créer un index" +#: models.py:19 views.py:55 +msgid "Label" +msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "Modifier" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "Supprimer" - -#: links.py:28 -msgid "Tree template" -msgstr "Modèle d'arborescence" - -#: links.py:31 -msgid "New child node" -msgstr "Nouveau noeud enfant" - -#: links.py:35 -msgid "Index list" -msgstr "Liste des index" - -#: links.py:37 -msgid "Go up one level" -msgstr "Remonter d'un niveau" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "Reconstruire les index" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Supprimer et reconstruire les indexes des documents en partant de zéro." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "Nom" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "nom interne utilisé pour référencer cet index." -#: models.py:17 views.py:43 -msgid "Title" -msgstr "Titre" +#: models.py:24 views.py:56 +msgid "Slug" +msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "Le nom qui sera affiché aux utilisateurs." +#: models.py:29 +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:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "Activé" -#: models.py:18 -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:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "Index" -#: models.py:66 -msgid "Indexing expression" -msgstr "Expression d'indexation" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Entrez une commande python à exécuter." -#: models.py:67 -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é." +#: models.py:90 +msgid "Indexing expression" +msgstr "Expression d'indexation" -#: models.py:68 +#: models.py:95 +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é." + +#: models.py:103 +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." + +#: models.py:106 msgid "Link documents" msgstr "Lier les documents" -#: models.py:68 -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." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "Noeud de modèle d'index" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "Noeud de modèle d'index" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "Noeud de modèle d'index" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "Valeur" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "Documents" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "Noeud d'instance d'index" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "Noeud d'instances d'indexes" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indexation" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Configurer les indexes de documents" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Créer de nouveaux indexes de documents" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Modifier les indexes de documents" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Supprimer des indexes de documents" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Afficher les indexes des documents" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Reconstruire les indexes des documents" -#: views.py:69 -msgid "Index created successfully." -msgstr "Index créé avec succès" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Index modifié avec succès" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "Modifier l'index: %s" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Index: %s supprimé avec succès." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Supprimer des indexes de documents" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Index: %(index)s erreur de suppression: %(error)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Êtes vous certain de vouloir supprimer l'index: %s?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "Noeuds de modèles arborescentes pour l'index: %s" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "Niveau" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "Est lié à d'autres documents ?" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" -msgstr "Types de document non présents dans l'index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Types de document" -#: views.py:184 -#, python-format -msgid "Document types for index: %s" +#: views.py:118 +#, fuzzy +#| msgid "Document types" +msgid "Document types linked" +msgstr "Types de document" + +#: views.py:139 +#, fuzzy, python-format +#| msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "Type de document pour l'index: %s" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Noeud de modèle d'index créé avec succès." -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "Créer un noeud enfant" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Noeud de modèle d'index modifié avec succès." -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "Modifier le noeud de modèle d'index: %s" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "Noeud" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Noeud: %s supprimé avec succès." -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Noeud: %(node)s erreur de suppression: %(error)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" -msgstr "Êtes vous certain de vouloir supprimer le noeud de modèle d'index: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Edit index template node: %s" +msgid "Delete the index template node: %s?" +msgstr "Modifier le noeud de modèle d'index: %s" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "Éléments" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "Contenu de l'index:%s" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Êtes vous certain de vouloir reconstruire tous les indexes ?" +#: views.py:316 +msgid "Node" +msgstr "Noeud" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild indexes" +msgid "Rebuild all indexes?" +msgstr "Reconstruire les index" + +#: views.py:345 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." +msgstr "" +"Sur de grosses bases de données, cette opération peut prendre un certain " +"temps." -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "La ré-indexation en attente a été faite avec succès." -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "indexes contenant le document: %s" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "Racine" +#~ msgid "Go up one level" +#~ msgstr "Remonter d'un niveau" + +#~ msgid "Name" +#~ msgstr "Nom" + +#~ msgid "Title" +#~ msgstr "Titre" + +#~ msgid "The name that will be visible to users." +#~ msgstr "Le nom qui sera affiché aux utilisateurs." + +#~ msgid "Index created successfully." +#~ msgstr "Index créé avec succès" + +#~ msgid "Index edited successfully" +#~ msgstr "Index modifié avec succès" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Index: %s supprimé avec succès." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Index: %(index)s erreur de suppression: %(error)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer l'index: %s?" + +#~ msgid "Document types not in index: %s" +#~ msgstr "Types de document non présents dans l'index: %s" + +#~ msgid "Are you sure you with to delete the index template node: %s?" +#~ msgstr "" +#~ "Êtes vous certain de vouloir supprimer le noeud de modèle d'index: %s?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Êtes vous certain de vouloir reconstruire tous les indexes ?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -313,9 +355,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" @@ -355,11 +399,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" @@ -370,9 +414,6 @@ msgstr "Racine" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" diff --git a/mayan/apps/document_indexing/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/hr_HR/LC_MESSAGES/django.po index b259614645..dd1508f450 100644 --- a/mayan/apps/document_indexing/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/hr_HR/LC_MESSAGES/django.po @@ -1,305 +1,291 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" - -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -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" #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "" - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "" - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -310,9 +296,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" @@ -336,9 +324,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -352,11 +337,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" @@ -367,9 +352,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 074e30004a..c92074ba0e 100644 --- a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po @@ -1,305 +1,290 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "" - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "" - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -310,9 +295,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" @@ -336,9 +323,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -352,11 +336,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" @@ -367,9 +351,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 17b340b7d1..bfc92c915e 100644 --- a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po @@ -1,305 +1,290 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "" - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "" - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -310,9 +295,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" @@ -336,9 +323,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -352,11 +336,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" @@ -367,9 +351,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 4b9c884ac7..c29f596c1b 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 @@ -12,301 +12,341 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Indici" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "Tipi di documento" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Indici" + +#: links.py:25 +msgid "Index list" +msgstr "Lista Indici" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "Crea indice" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "Modifica" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "Cancella" + +#: links.py:53 +msgid "Tree template" +msgstr "Template Principale" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Cancellazione e ricostruzione di tutti gli indici documento" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "Ricostruisci indici" + +#: links.py:70 +msgid "New child node" +msgstr "Novo nodo figlio" + +#: managers.py:52 #, python-format 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" -#: links.py:25 views.py:75 -msgid "Create index" -msgstr "Crea indice" +#: models.py:19 views.py:55 +msgid "Label" +msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "Modifica" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "Cancella" - -#: links.py:28 -msgid "Tree template" -msgstr "Template Principale" - -#: links.py:31 -msgid "New child node" -msgstr "Novo nodo figlio" - -#: links.py:35 -msgid "Index list" -msgstr "Lista Indici" - -#: links.py:37 -msgid "Go up one level" -msgstr "Salire di un livello" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "Ricostruisci indici" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Cancellazione e ricostruzione di tutti gli indici documento" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "Nome" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "Nome interno utilizzato per fare riferimento a questo indice." -#: models.py:17 views.py:43 -msgid "Title" -msgstr "Titolo" +#: models.py:24 views.py:56 +msgid "Slug" +msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "Il nome che sarà visibile agli utenti." +#: models.py:29 +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:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "Abilitato" -#: models.py:18 -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:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "Indice" -#: models.py:66 -msgid "Indexing expression" -msgstr "Espressione di indicizzazione" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Inserisci una espressione python perchè possa essere valutata." -#: models.py:67 -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." +#: models.py:90 +msgid "Indexing expression" +msgstr "Espressione di indicizzazione" -#: models.py:68 +#: models.py:95 +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." + +#: models.py:103 +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." + +#: models.py:106 msgid "Link documents" msgstr "Documenti di collegamento" -#: models.py:68 -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." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "Indice del nodo Template " -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "Indici dei nodi Template" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "Indice del nodo Template" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "Valore" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "Documenti" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "Istanza nodo Indice" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "Istanze nodo indici" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indicizzazione" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Configura gli indici dei documenti" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Creare nuovi indici documento" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Modifica gli indici dei documenti" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Eliminare gli indici dei documenti" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Visualizza indici documento" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Ricostruisci indici documento" -#: views.py:69 -msgid "Index created successfully." -msgstr "Indice creato con successo." - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Indice modificato con successo" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "Modifica indice: %s" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Indice: %s cancellato con successo." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Eliminare gli indici dei documenti" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Indice: %(index)s errore di cancellazione: %(error)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Sei sicuro di voler cancella l'indice: %s?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "Template principale per i nodi dell'indice: %s" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "Livello" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "Il documento ha un collegamento?" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" -msgstr "Tipo di documento non nell'indice: %s" +#: views.py:117 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Tipi di documento" -#: views.py:184 -#, python-format -msgid "Document types for index: %s" +#: views.py:118 +#, fuzzy +#| msgid "Document types" +msgid "Document types linked" +msgstr "Tipi di documento" + +#: views.py:139 +#, fuzzy, python-format +#| msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "Tipo di documento per indice: %s" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Modello nodo indice creato con successo." -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "Crea un nodo figlio" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Template nodo Indice modificato con successo" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "Modfica il template dell nodo per l'indice: %s" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "Nodo" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Nodo: %s cancellato con succcesso." -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Nodo: %(node)s errore di cancellazione: %(error)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" -msgstr "Sei sicuro di voler cancellare index template node: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Edit index template node: %s" +msgid "Delete the index template node: %s?" +msgstr "Modfica il template dell nodo per l'indice: %s" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "Articoli" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "Contenuti per l'indice: %s" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Sei sicuro di voler ricostruire l'indice ?" +#: views.py:316 +msgid "Node" +msgstr "Nodo" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild indexes" +msgid "Rebuild all indexes?" +msgstr "Ricostruisci indici" + +#: views.py:345 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." +msgstr "" +"Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di " +"tempo." -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "Ricostruzione dell'indice messo in coda." -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "L'indice contiene documenti: %s" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "Principale" +#~ msgid "Go up one level" +#~ msgstr "Salire di un livello" + +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Title" +#~ msgstr "Titolo" + +#~ msgid "The name that will be visible to users." +#~ msgstr "Il nome che sarà visibile agli utenti." + +#~ msgid "Index created successfully." +#~ msgstr "Indice creato con successo." + +#~ msgid "Index edited successfully" +#~ msgstr "Indice modificato con successo" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Indice: %s cancellato con successo." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Indice: %(index)s errore di cancellazione: %(error)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Sei sicuro di voler cancella l'indice: %s?" + +#~ msgid "Document types not in index: %s" +#~ msgstr "Tipo di documento non nell'indice: %s" + +#~ msgid "Are you sure you with to delete the index template node: %s?" +#~ msgstr "Sei sicuro di voler cancellare index template node: %s?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Sei sicuro di voler ricostruire l'indice ?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -314,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" @@ -356,11 +398,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" @@ -371,9 +413,6 @@ msgstr "Principale" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" diff --git a/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.po index d982488572..2c832c604c 100644 --- a/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/lv/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,287 +20,272 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 -msgid "Enabled" -msgstr "" - -#: models.py:18 +#: models.py:29 msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:32 models.py:98 views.py:57 views.py:105 +msgid "Enabled" +msgstr "" + +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 -msgid "Link documents" -msgstr "" - -#: models.py:68 +#: models.py:103 msgid "" "Check this option to have this node act as a container for documents and not " "as a parent for further nodes." msgstr "" -#: models.py:72 +#: models.py:106 +msgid "Link documents" +msgstr "" + +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -336,9 +321,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -367,9 +349,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" diff --git a/mayan/apps/document_indexing/locale/nb/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/nb/LC_MESSAGES/django.po index 6b10b7b03b..9c5b38c58e 100644 --- a/mayan/apps/document_indexing/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/nb/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,287 +19,272 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 -msgid "Enabled" -msgstr "" - -#: models.py:18 +#: models.py:29 msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:32 models.py:98 views.py:57 views.py:105 +msgid "Enabled" +msgstr "" + +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 -msgid "Link documents" -msgstr "" - -#: models.py:68 +#: models.py:103 msgid "" "Check this option to have this node act as a container for documents and not " "as a parent for further nodes." msgstr "" -#: models.py:72 +#: models.py:106 +msgid "Link documents" +msgstr "" + +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -335,9 +320,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -366,9 +348,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 b6a1a09e8f..58033acdb2 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,301 +9,317 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Indexeringen" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Indexeringen" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "document indexeringen vernieuwen" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "" - -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "document indexeringen vernieuwen" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "Interne naam voor deze index." -#: models.py:17 views.py:43 -msgid "Title" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "Naam zichtbaar voor gebruikers" +#: models.py:29 +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:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -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:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Voer een python sting expressie in, voor evaluatie." -#: models.py:67 -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" +#: models.py:90 +msgid "Indexing expression" +msgstr "" -#: models.py:68 +#: models.py:95 +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" + +#: models.py:103 +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. " + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -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. " - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indexering bezig" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Document indexeringen configureren" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Aanmaken van nieuw document-indexeringen" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Wijzig document-indexeringen" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Verwijder document-indexeringen" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Bekijk document-indexeringen" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "documenten opnieuw indexeren" -#: views.py:69 -msgid "Index created successfully." -msgstr "Indexering succesvol aangemaakt." - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Indexering succesvol bewerkt" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Index: %s verwijderd." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Verwijder document-indexeringen" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Fout bij het verwijderen van index: %(index)s, foutmelding: %(error)s " - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Bent u er zeker van om index: %s, te verwijderen?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "sjabloon node index succesvol aangemaakt." -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Sjabloon node index succesvol bewerkt" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Node: %s verwijdert" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Fout bij het verwijderen van Node: %(node)s, foutmelding: %(error)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "Bent u er zeker van om sjabloon indexeringsnode: %s, te verwijderen?" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Weet u zeker dat u alle indexeringen wilt herbouwen." +#: views.py:316 +msgid "Node" +msgstr "" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild document indexes" +msgid "Rebuild all indexes?" +msgstr "documenten opnieuw indexeren" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "Voor een grote database kan deze operatie lang duren." -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" +#~ msgid "The name that will be visible to users." +#~ msgstr "Naam zichtbaar voor gebruikers" + +#~ msgid "Index created successfully." +#~ msgstr "Indexering succesvol aangemaakt." + +#~ msgid "Index edited successfully" +#~ msgstr "Indexering succesvol bewerkt" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Index: %s verwijderd." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "" +#~ "Fout bij het verwijderen van index: %(index)s, foutmelding: %(error)s " + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Bent u er zeker van om index: %s, te verwijderen?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Weet u zeker dat u alle indexeringen wilt herbouwen." + #~ msgid "Nodes" #~ msgstr "nodes" @@ -311,9 +327,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" @@ -337,9 +355,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -353,11 +368,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" @@ -368,9 +383,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 859296c421..ee7ba1f3d6 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 , 2015 @@ -10,301 +10,325 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" - -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Indeksy" +"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 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Indeksy" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "Tworzenie indeksu" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "Edytuj" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "Usunąć" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Usuwa i tworzy od podstaw wszystkie indeksy dokumentów." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" -msgstr "Tworzenie indeksu" - -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "Edytuj" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "Usunąć" - -#: links.py:28 -msgid "Tree template" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Usuwa i tworzy od podstaw wszystkie indeksy dokumentów." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "Nazwa" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "Wewnętrzna nazwa używana do odniesienia tego indeksu." -#: models.py:17 views.py:43 -msgid "Title" -msgstr "Tytuł" +#: models.py:24 views.py:56 +msgid "Slug" +msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "Nazwa, która będzie widoczna dla użytkowników." +#: models.py:29 +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:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "Włączony" -#: models.py:18 -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:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "Indeks" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Enter a python string expression to be evaluated." -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "Causes this node to be visible and updated when document data changes." -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "Wartość" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "Dokumenty" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indeksowanie" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Skonfiguruj indeksy dokumentów" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Tworzenie nowych indeksów dokumentów" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Edytuj indeksy dokumentów" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Usuń indeksy dokumentów" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Zobacz indeksy dokumentów" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Odbuduj indeksy dokumentów" -#: views.py:69 -msgid "Index created successfully." -msgstr "Indeks został utworzony pomyślnie." - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Index edited successfully" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Index:%s został usunięty." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Usuń indeksy dokumentów" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Index: %(index)s błąd usuwania: %(error)s " - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Czy na pewno usunąć indeks:%s ?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +#, fuzzy +#| msgid "Documents" +msgid "Document types linked" +msgstr "Dokumenty" + +#: views.py:139 #, python-format -msgid "Document types not in index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:184 -#, python-format -msgid "Document types for index: %s" -msgstr "" - -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Index template node created successfully." -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Index template node edited successfully" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Czy na pewno chcesz odbudować wszystkie indeksy?" +#: views.py:316 +msgid "Node" +msgstr "" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild document indexes" +msgid "Rebuild all indexes?" +msgstr "Odbuduj indeksy dokumentów" + +#: views.py:345 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:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" +#~ msgid "Name" +#~ msgstr "Nazwa" + +#~ msgid "Title" +#~ msgstr "Tytuł" + +#~ msgid "The name that will be visible to users." +#~ msgstr "Nazwa, która będzie widoczna dla użytkowników." + +#~ msgid "Index created successfully." +#~ msgstr "Indeks został utworzony pomyślnie." + +#~ msgid "Index edited successfully" +#~ msgstr "Index edited successfully" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Index:%s został usunięty." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Index: %(index)s błąd usuwania: %(error)s " + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Czy na pewno usunąć indeks:%s ?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Czy na pewno chcesz odbudować wszystkie indeksy?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -312,9 +336,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" @@ -338,9 +364,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -354,11 +377,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" @@ -369,9 +392,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 8f733da2d6..760048a6bc 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,301 +10,319 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Índices" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Índices" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Exclui e cria a partir do zero todos os índices de documentos." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "" - -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Exclui e cria a partir do zero todos os índices de documentos." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "Nome interno usado para referenciar este índice." -#: models.py:17 views.py:43 -msgid "Title" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "O nome que será visível aos utilizadores." +#: models.py:29 +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:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -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:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Digite uma expressão python para ser avaliada." -#: models.py:67 -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." +#: models.py:90 +msgid "Indexing expression" +msgstr "" -#: models.py:68 +#: models.py:95 +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." + +#: models.py:103 +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." + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -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." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indexação" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Configurar índices de documento" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Criar novos índices de documento" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Editar índices de documento" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Eliminar índices de documento" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Ver índices de documento" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Reconstruir índices de documento" -#: views.py:69 -msgid "Index created successfully." -msgstr "Índice criado com sucesso." - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Índice editado com sucesso" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Índice: %s eliminado com sucesso." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Eliminar índices de documento" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Índice: %(index)s, erro ao eliminar: %(error)s " - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Tem a certeza de que deseja eliminar o índice: %s?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Nó de modelo de índice criado com sucesso." -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "nó de modelo de índice editado com sucesso" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Nó: %s eliminado com sucesso." -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Nó: %(node)s, erro ao eliminar: %(error)s " -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "Tem a certeza de que pretende eliminar o nó de modelo de índice: %s?" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Tem a certeza de que deseja reconstruir todos os índices?" +#: views.py:316 +msgid "Node" +msgstr "" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild document indexes" +msgid "Rebuild all indexes?" +msgstr "Reconstruir índices de documento" + +#: views.py:345 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:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" +#~ msgid "The name that will be visible to users." +#~ msgstr "O nome que será visível aos utilizadores." + +#~ msgid "Index created successfully." +#~ msgstr "Índice criado com sucesso." + +#~ msgid "Index edited successfully" +#~ msgstr "Índice editado com sucesso" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Índice: %s eliminado com sucesso." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Índice: %(index)s, erro ao eliminar: %(error)s " + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Tem a certeza de que deseja eliminar o índice: %s?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Tem a certeza de que deseja reconstruir todos os índices?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -312,9 +330,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" @@ -338,9 +358,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -354,11 +371,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" @@ -369,9 +386,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 23e8dabf54..ce4ed42aff 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,301 +10,341 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Indices" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "Tipos de Documentos" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Indices" + +#: links.py:25 +msgid "Index list" +msgstr "Lista Index" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "Criar Index" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "Editar" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "Excluir" + +#: links.py:53 +msgid "Tree template" +msgstr "Template Árvore" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Exclui e criar a partir do zero todos os índices de documento." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "Reconstruir índices de documento" + +#: links.py:70 +msgid "New child node" +msgstr "Novo node filho" + +#: managers.py:52 #, python-format 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" -#: links.py:25 views.py:75 -msgid "Create index" -msgstr "Criar Index" +#: models.py:19 views.py:55 +msgid "Label" +msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "Editar" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "Excluir" - -#: links.py:28 -msgid "Tree template" -msgstr "Template Árvore" - -#: links.py:31 -msgid "New child node" -msgstr "Novo node filho" - -#: links.py:35 -msgid "Index list" -msgstr "Lista Index" - -#: links.py:37 -msgid "Go up one level" -msgstr "Subir um nível" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "Reconstruir índices de documento" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Exclui e criar a partir do zero todos os índices de documento." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "Nome" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "Nome interno usado para fazer referência a esse índice." -#: models.py:17 views.py:43 -msgid "Title" -msgstr "título" +#: models.py:24 views.py:56 +msgid "Slug" +msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "O nome que será visível para os usuários." +#: models.py:29 +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:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "habilitado" -#: models.py:18 -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:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "Indice" -#: models.py:66 -msgid "Indexing expression" -msgstr "Indexando expressão" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Digite uma expressão python para ser avaliada." -#: models.py:67 -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." +#: models.py:90 +msgid "Indexing expression" +msgstr "Indexando expressão" -#: models.py:68 +#: models.py:95 +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." + +#: models.py:103 +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." + +#: models.py:106 msgid "Link documents" msgstr "Link de documentos" -#: models.py:68 -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." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "Índice Template de nó" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "Indices Template de Nó" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "Indice Template de nó" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "Valor" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "Documento" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "Índice instância de nó" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "Índices instâncias de nó " -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indexando" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Configurar documento indexado" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "riar novo documento indexado" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Editar documento indexado" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Excluir documento indexeado" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Ver índices de documento" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Reconstruir índices de documento" -#: views.py:69 -msgid "Index created successfully." -msgstr "Index criado com sucesso" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Indice adicionado com sucesso." - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "Editar Indice: %s" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Índice:%s foi excluído com sucesso." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Excluir documento indexeado" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Indice: %(index)s delete erro: %(error)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Tem certeza de que com a excluir o índice: %s" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "Árvore nó modelo para o índice: %s" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "Nível" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "Tem links de documentos?" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" -msgstr "Documento status: %s" +#: views.py:117 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Tipos de Documentos" -#: views.py:184 -#, python-format -msgid "Document types for index: %s" +#: views.py:118 +#, fuzzy +#| msgid "Document types" +msgid "Document types linked" +msgstr "Tipos de Documentos" + +#: views.py:139 +#, fuzzy, python-format +#| msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "Criando nó filho: %s" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Modelo de nó de indice criado com sucesso." -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "Criar nó filho" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Modelo de nó de indice criado com sucesso." -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "Editar template de nó indice: %s" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "Nó" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Nó: %s excluído com sucesso" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "nó: %(node)s delete erro: %(error)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" -msgstr "Tem certeza de que deseja apagar a assinatura separada do documento: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Edit index template node: %s" +msgid "Delete the index template node: %s?" +msgstr "Editar template de nó indice: %s" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "itens" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "Conteúdo para Indice? %s" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Tem certeza de que deseja reconstruir todos os índices?" +#: views.py:316 +msgid "Node" +msgstr "Nó" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild indexes" +msgid "Rebuild all indexes?" +msgstr "Reconstruir índices de documento" + +#: views.py:345 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." +msgstr "" +"Em grandes bases de dados esta operação pode levar algum tempo para executar." -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "Sucesso do Rebuild da fila de indice." -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "Índices que contêm documento: %s" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "Raiz" +#~ msgid "Go up one level" +#~ msgstr "Subir um nível" + +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Title" +#~ msgstr "título" + +#~ msgid "The name that will be visible to users." +#~ msgstr "O nome que será visível para os usuários." + +#~ msgid "Index created successfully." +#~ msgstr "Index criado com sucesso" + +#~ msgid "Index edited successfully" +#~ msgstr "Indice adicionado com sucesso." + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Índice:%s foi excluído com sucesso." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Indice: %(index)s delete erro: %(error)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Tem certeza de que com a excluir o índice: %s" + +#~ msgid "Document types not in index: %s" +#~ msgstr "Documento status: %s" + +#~ msgid "Are you sure you with to delete the index template node: %s?" +#~ msgstr "" +#~ "Tem certeza de que deseja apagar a assinatura separada do documento: %s?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Tem certeza de que deseja reconstruir todos os índices?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -312,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" @@ -354,11 +396,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" @@ -369,9 +411,6 @@ msgstr "Raiz" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 3bd7f83bcf..7f47b49ecd 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,301 +9,321 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" - -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Indexuri" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Indexuri" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Șterge și creează de la zero toate indexurile de documente." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "" - -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Șterge și creează de la zero toate indexurile de documente." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "Numele intern utilizat pentru a face referire la acest index." -#: models.py:17 views.py:43 -msgid "Title" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "Numele care va fi vizibil pentru utilizatori." +#: models.py:29 +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:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -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:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Introduceți o expresie șir python care urmează să fie evaluate." -#: models.py:67 -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ă." +#: models.py:90 +msgid "Indexing expression" +msgstr "" -#: models.py:68 +#: models.py:95 +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ă." + +#: models.py:103 +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." + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -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." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Indexare" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Configurați un index de documente" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Creați un nou index de documente" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Editați indexul de documente" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Ștergeți indexul de documente" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Vezi indexul de documente" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Reconstruire index documente" -#: views.py:69 -msgid "Index created successfully." -msgstr "Index creat cu succes." - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Indexul a fost editat cu succes" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Index:% s eliminat cu succes." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Ștergeți indexul de documente" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "eroare de ștergere %(error)s a indexului:%(index)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Ești sigur că vă să ștergeți indexul: % s?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "Nodul șablon index creat cu succes." -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "Nod șablon index a fost editat cu succes" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Nod:% s eliminat cu succes." -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "eroare de ștergere %(error)s pentru nodul :%(node)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "Ești sigur că vă să ștergeți nodul șablon al indexului: % s?" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Sunteți sigur că doriți să reconstruiți toate indexurile?" +#: views.py:316 +msgid "Node" +msgstr "" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild document indexes" +msgid "Rebuild all indexes?" +msgstr "Reconstruire index documente" + +#: views.py:345 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." +msgstr "" +"Pe baze de date mari, această operație poate dura ceva timp pentru a executa." -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" +#~ msgid "The name that will be visible to users." +#~ msgstr "Numele care va fi vizibil pentru utilizatori." + +#~ msgid "Index created successfully." +#~ msgstr "Index creat cu succes." + +#~ msgid "Index edited successfully" +#~ msgstr "Indexul a fost editat cu succes" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Index:% s eliminat cu succes." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "eroare de ștergere %(error)s a indexului:%(index)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Ești sigur că vă să ștergeți indexul: % s?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Sunteți sigur că doriți să reconstruiți toate indexurile?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -311,9 +331,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" @@ -337,9 +359,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -353,11 +372,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" @@ -368,9 +387,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 5772e3ea1e..a8b9ce1681 100644 --- a/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/ru/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: # Sergey Glita , 2012-2013 @@ -9,301 +9,320 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" - -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "Индексы" +"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 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "Индексы" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Удаляет и создается с нуля, все индексы документа." + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "" - -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "Удаляет и создается с нуля, все индексы документа." - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "внутреннее имя, используемое для ссылки на этот индекс." -#: models.py:17 views.py:43 -msgid "Title" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "Имя, которое будет видно пользователям." +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Этот индекс должен быть видимым и обновляться при изменении данных документа." -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Этот индекс должен быть видимым и обновляться при изменении данных документа." - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "Введите строковое выражение питона для вычисления." -#: models.py:67 -msgid "Causes this node to be visible and updated when document data changes." -msgstr "Этот узел должен быть видимым и обновляются при изменении данных документа." +#: models.py:90 +msgid "Indexing expression" +msgstr "" -#: models.py:68 +#: models.py:95 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "" +"Этот узел должен быть видимым и обновляются при изменении данных документа." + +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Этот узел будет контейнером для документов и не будет иметь дочерних узлов." + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Этот узел будет контейнером для документов и не будет иметь дочерних узлов." - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "Индексирование" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "Настройка индексов документа" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "Создайте новый индекс документов" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "Редактирование индексов документов" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "Удалить индексы документов" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "Просмотр индексов документа" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "Восстановление индексов документа" -#: views.py:69 -msgid "Index created successfully." -msgstr "Индекс создан." - -#: views.py:92 -msgid "Index edited successfully" -msgstr "Индекс изменен" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "Индекс %s удален." +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "Удалить индексы документов" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "Индекс %(index)s - ошибка удаления %(error)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "Удалить индекс %s?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "узел шаблона индексирования создан" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "узел шаблона индексирования изменён" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "Узел %s удален." -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Узел %(node)s - ошибка удаления %(error)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "Вы уверены, что нужно удалить узел шаблона индексирования %s?" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Вы уверены, что хотите перестроить все индексы?" +#: views.py:316 +msgid "Node" +msgstr "" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild document indexes" +msgid "Rebuild all indexes?" +msgstr "Восстановление индексов документа" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." -msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." +msgstr "" +"В больших базах данных эта операция может занять некоторое время для " +"выполнения." -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" +#~ msgid "The name that will be visible to users." +#~ msgstr "Имя, которое будет видно пользователям." + +#~ msgid "Index created successfully." +#~ msgstr "Индекс создан." + +#~ msgid "Index edited successfully" +#~ msgstr "Индекс изменен" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "Индекс %s удален." + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "Индекс %(index)s - ошибка удаления %(error)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "Удалить индекс %s?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "Вы уверены, что хотите перестроить все индексы?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -311,9 +330,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" @@ -337,9 +358,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -353,11 +371,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" @@ -368,9 +386,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 2a9c6918af..a722b78377 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,305 +1,291 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" - -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" +"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 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "" - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "" - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -310,9 +296,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" @@ -336,9 +324,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -352,11 +337,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" @@ -367,9 +352,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" diff --git a/mayan/apps/document_indexing/locale/sq/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/sq/LC_MESSAGES/django.po index 2836da98c1..1910a4c62e 100644 --- a/mayan/apps/document_indexing/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/sq/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,287 +19,272 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 -msgid "Enabled" -msgstr "" - -#: models.py:18 +#: models.py:29 msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:32 models.py:98 views.py:57 views.py:105 +msgid "Enabled" +msgstr "" + +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 -msgid "Link documents" -msgstr "" - -#: models.py:68 +#: models.py:103 msgid "" "Check this option to have this node act as a container for documents and not " "as a parent for further nodes." msgstr "" -#: models.py:72 +#: models.py:106 +msgid "Link documents" +msgstr "" + +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -335,9 +320,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -366,9 +348,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" diff --git a/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.po index a4c5448f29..0f1b95f18a 100644 --- a/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.po @@ -1,305 +1,290 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "" - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "" - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -310,9 +295,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" @@ -336,9 +323,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -352,11 +336,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" @@ -367,9 +351,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 e1b8b36b18..0ead5b4031 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,305 +1,290 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "" - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "" - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -310,9 +295,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" @@ -336,9 +323,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -352,11 +336,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" @@ -367,9 +351,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 4f1dcf08ba..8b09be1f28 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,301 +9,313 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "索引" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "索引" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "从所有的文档索引中删除并创建。" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" -msgstr "" - -#: links.py:27 links.py:33 -msgid "Delete" -msgstr "" - -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "从所有的文档索引中删除并创建。" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." +#: models.py:23 +#, fuzzy +#| msgid "Internal name used to reference this index." +msgid "This values will be used by other apps to reference this index." msgstr "内部名称用于引用此索引" -#: models.py:17 views.py:43 -msgid "Title" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "名称被用户可见。" +#: models.py:29 +msgid "Causes this index to be visible and updated when document data changes." +msgstr "当文档数据变化时,将导致索引被更新和可见。" -#: models.py:18 models.py:67 views.py:44 views.py:160 +#: models.py:32 models.py:98 views.py:57 views.py:105 msgid "Enabled" msgstr "" -#: models.py:18 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "当文档数据变化时,将导致索引被更新和可见。" - -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "输入可执行的python表达式" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "当文档数据变化时,导致节点被更新和可见。" -#: models.py:68 +#: models.py:103 +msgid "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "检查当前节点是否为文档容器,而不是作为别处节点的父节点。" + +#: models.py:106 msgid "Link documents" msgstr "" -#: models.py:68 -msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "检查当前节点是否为文档容器,而不是作为别处节点的父节点。" - -#: models.py:72 +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "索引" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "配置文档索引" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "新建文档索引" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "编辑文档索引" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "删除文档索引" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "查看文档索引" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "重建文档索引" -#: views.py:69 -msgid "Index created successfully." -msgstr "索引创建成功" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "索引编辑成功" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 -#, python-format -msgid "Index: %s deleted successfully." -msgstr "索引:%s删除成功" +#: views.py:82 +#, fuzzy, python-format +#| msgid "Delete document indexes" +msgid "Delete the index: %s?" +msgstr "删除文档索引" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "删除索引%(index)s出错:%(error)s" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "确定要删除索引:%s么?" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "索引模版节点创建成功" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "索引模版节点编辑成功" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "节点: %s删除成功" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "节点: %(node)s删除出错:: %(error)s" -#: views.py:276 -#, python-format -msgid "Are you sure you with to delete the index template node: %s?" +#: views.py:226 +#, fuzzy, python-format +#| msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "确定要删除索引模版节点:%s么?" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" -msgstr "确定要重建全部索引么?" +#: views.py:316 +msgid "Node" +msgstr "" -#: views.py:379 +#: views.py:344 +#, fuzzy +#| msgid "Rebuild document indexes" +msgid "Rebuild all indexes?" +msgstr "重建文档索引" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "在大数据库中,此操作将比较耗时。" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" +#~ msgid "The name that will be visible to users." +#~ msgstr "名称被用户可见。" + +#~ msgid "Index created successfully." +#~ msgstr "索引创建成功" + +#~ msgid "Index edited successfully" +#~ msgstr "索引编辑成功" + +#~ msgid "Index: %s deleted successfully." +#~ msgstr "索引:%s删除成功" + +#~ msgid "Index: %(index)s delete error: %(error)s" +#~ msgstr "删除索引%(index)s出错:%(error)s" + +#~ msgid "Are you sure you with to delete the index: %s?" +#~ msgstr "确定要删除索引:%s么?" + +#~ msgid "Are you sure you wish to rebuild all indexes?" +#~ msgstr "确定要重建全部索引么?" + #~ msgid "Nodes" #~ msgstr "nodes" @@ -311,9 +323,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" @@ -337,9 +351,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -353,11 +364,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" @@ -368,9 +379,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" diff --git a/mayan/apps/document_indexing/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/zh_TW/LC_MESSAGES/django.po index 1d6056359e..cb5cdc2db6 100644 --- a/mayan/apps/document_indexing/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/zh_TW/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,287 +19,272 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:40 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60 -#: views.py:38 views.py:296 -msgid "Indexes" -msgstr "" - #: admin.py:21 msgid "None" msgstr "" -#: admin.py:23 links.py:29 models.py:19 views.py:300 +#: admin.py:23 links.py:57 models.py:35 views.py:254 msgid "Document types" msgstr "" -#: api.py:49 +#: apps.py:37 +#, fuzzy +#| msgid "document indexes" +msgid "Document indexing" +msgstr "document indexes" + +#: links.py:21 links.py:29 links.py:33 links.py:36 models.py:78 views.py:52 +#: views.py:250 +msgid "Indexes" +msgstr "" + +#: links.py:25 +msgid "Index list" +msgstr "" + +#: links.py:40 views.py:39 +msgid "Create index" +msgstr "" + +#: links.py:44 links.py:75 +msgid "Edit" +msgstr "" + +#: links.py:49 links.py:82 +msgid "Delete" +msgstr "" + +#: links.py:53 +msgid "Tree template" +msgstr "" + +#: links.py:63 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: links.py:66 +msgid "Rebuild indexes" +msgstr "" + +#: links.py:70 +msgid "New child node" +msgstr "" + +#: managers.py:52 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" -#: links.py:25 views.py:75 -msgid "Create index" +#: models.py:19 views.py:55 +msgid "Label" msgstr "" -#: links.py:26 links.py:32 -msgid "Edit" +#: models.py:23 +msgid "This values will be used by other apps to reference this index." msgstr "" -#: links.py:27 links.py:33 -msgid "Delete" +#: models.py:24 views.py:56 +msgid "Slug" msgstr "" -#: links.py:28 -msgid "Tree template" -msgstr "" - -#: links.py:31 -msgid "New child node" -msgstr "" - -#: links.py:35 -msgid "Index list" -msgstr "" - -#: links.py:37 -msgid "Go up one level" -msgstr "" - -#: links.py:42 -msgid "Rebuild indexes" -msgstr "" - -#: links.py:42 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: models.py:15 views.py:42 -msgid "Name" -msgstr "" - -#: models.py:15 -msgid "Internal name used to reference this index." -msgstr "" - -#: models.py:17 views.py:43 -msgid "Title" -msgstr "" - -#: models.py:17 -msgid "The name that will be visible to users." -msgstr "" - -#: models.py:18 models.py:67 views.py:44 views.py:160 -msgid "Enabled" -msgstr "" - -#: models.py:18 +#: models.py:29 msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:59 models.py:65 views.py:243 views.py:281 +#: models.py:32 models.py:98 views.py:57 views.py:105 +msgid "Enabled" +msgstr "" + +#: models.py:77 models.py:85 msgid "Index" msgstr "" -#: models.py:66 -msgid "Indexing expression" -msgstr "" - -#: models.py:66 +#: models.py:89 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:67 +#: models.py:90 +msgid "Indexing expression" +msgstr "" + +#: models.py:95 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:68 -msgid "Link documents" -msgstr "" - -#: models.py:68 +#: models.py:103 msgid "" "Check this option to have this node act as a container for documents and not " "as a parent for further nodes." msgstr "" -#: models.py:72 +#: models.py:106 +msgid "Link documents" +msgstr "" + +#: models.py:111 #, python-format msgid "<%s Root>" msgstr "" -#: models.py:77 +#: models.py:116 msgid "Index node template" msgstr "" -#: models.py:78 +#: models.py:117 msgid "Indexes node template" msgstr "" -#: models.py:83 +#: models.py:125 msgid "Index template node" msgstr "" -#: models.py:84 +#: models.py:128 msgid "Value" msgstr "" -#: models.py:85 +#: models.py:131 msgid "Documents" msgstr "" -#: models.py:103 +#: models.py:151 msgid "Index node instance" msgstr "" -#: models.py:104 +#: models.py:152 msgid "Indexes node instances" msgstr "" -#: permissions.py:7 +#: permissions.py:7 settings.py:10 msgid "Indexing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Configure document indexes" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new document indexes" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Edit document indexes" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Delete document indexes" msgstr "" -#: permissions.py:14 +#: permissions.py:22 msgid "View document indexes" msgstr "" -#: permissions.py:15 +#: permissions.py:25 msgid "Rebuild document indexes" msgstr "" -#: views.py:69 -msgid "Index created successfully." -msgstr "" - -#: views.py:92 -msgid "Index edited successfully" -msgstr "" - -#: views.py:98 +#: views.py:70 #, python-format msgid "Edit index: %s" msgstr "" -#: views.py:121 +#: views.py:82 #, python-format -msgid "Index: %s deleted successfully." +msgid "Delete the index: %s?" msgstr "" -#: views.py:123 -#, python-format -msgid "Index: %(index)s delete error: %(error)s" -msgstr "" - -#: views.py:134 -#, python-format -msgid "Are you sure you with to delete the index: %s?" -msgstr "" - -#: views.py:156 +#: views.py:101 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:159 +#: views.py:104 msgid "Level" msgstr "" -#: views.py:161 +#: views.py:106 msgid "Has document links?" msgstr "" -#: views.py:183 -#, python-format -msgid "Document types not in index: %s" +#: views.py:117 +#, fuzzy +#| msgid "Available functions: %s" +msgid "Available document types" +msgstr "Available functions: %s" + +#: views.py:118 +msgid "Document types linked" msgstr "" -#: views.py:184 +#: views.py:139 #, python-format -msgid "Document types for index: %s" +msgid "Document types linked to index: %s" msgstr "" -#: views.py:206 +#: views.py:158 msgid "Index template node created successfully." msgstr "" -#: views.py:212 +#: views.py:167 msgid "Create child node" msgstr "" -#: views.py:231 +#: views.py:183 msgid "Index template node edited successfully" msgstr "" -#: views.py:237 +#: views.py:193 #, python-format msgid "Edit index template node: %s" msgstr "" -#: views.py:244 views.py:282 views.py:349 -msgid "Node" -msgstr "" - -#: views.py:265 +#: views.py:213 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:267 +#: views.py:215 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:276 +#: views.py:226 #, python-format -msgid "Are you sure you with to delete the index template node: %s?" +msgid "Delete the index template node: %s?" msgstr "" -#: views.py:299 views.py:353 +#: views.py:253 views.py:320 msgid "Items" msgstr "" -#: views.py:331 +#: views.py:308 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:378 -msgid "Are you sure you wish to rebuild all indexes?" +#: views.py:316 +msgid "Node" msgstr "" -#: views.py:379 +#: views.py:344 +msgid "Rebuild all indexes?" +msgstr "" + +#: views.py:345 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:383 +#: views.py:349 msgid "Index rebuild queued successfully." msgstr "" -#: views.py:408 +#: views.py:374 #, python-format msgid "Indexes containing document: %s" msgstr "" -#: widgets.py:85 +#: widgets.py:82 msgid "Root" msgstr "" @@ -335,9 +320,6 @@ msgstr "" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" -#~ msgid "Available functions: %s" -#~ msgstr "Available functions: %s" - #~ msgid "Index instance" #~ msgstr "index instance" @@ -366,9 +348,6 @@ msgstr "" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" -#~ msgid "document indexes" -#~ msgstr "document indexes" - #~ msgid "indexes" #~ msgstr "indexes" 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 071c7fe6c6..7c9be89f46 100644 --- a/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/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,141 +9,142 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Signature file" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Document signatures" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Signature file" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Verify document signatures" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Download detached signatures" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Upload detached signatures" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "Signature ID: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Signature type: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 1140a045f1..19bd3d21fc 100644 --- a/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/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,141 +9,141 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Файл със сигнатура" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Сигнатури на документа" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Файл със сигнатура" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Проверете сигнатурите на документа" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Свалете несвързаните сигнатури" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Качете несвързаните сигнатури" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "Номер на сигнатура: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Вид сигнатура: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "Номер на ключ: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Време: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Подписал: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Несвързаните сигнатури са качени успешно." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 8296a01828..ed245d7fde 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 @@ -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,141 +9,142 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Datoteka potpisa" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Potpisi dokumenta" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Datoteka potpisa" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Provjeriti potpise dokumenta" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Download odvojene potpise" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Upload zakačene potpise" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "ID oznaka potpisa: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Tip potpisa: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "ID oznaka ključa: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Vremenski žig: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Potpisnik: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Odvojeni potpis je uspješno upload-ovan." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 bd6dce907d..7ab099f924 100644 --- a/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po @@ -1,148 +1,148 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" diff --git a/mayan/apps/document_signatures/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/de_CH/LC_MESSAGES/django.po index 20ee48fcb9..20fc3c8006 100644 --- a/mayan/apps/document_signatures/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/de_CH/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,131 +19,130 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 6a3c3a662d..600905eb9d 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 @@ -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 @@ -14,142 +14,147 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Unterschriftsdatei" - -#: links.py:22 -msgid "Delete signature" -msgstr "Unterschrift löschen" - -#: links.py:23 -msgid "Download signature" -msgstr "Unterschrift herunterladen" - -#: links.py:24 -msgid "Upload signature" -msgstr "Unterschrift hochladen" - -#: links.py:25 -msgid "Signatures" -msgstr "Unterschriften" - -#: models.py:22 -msgid "Document version" -msgstr "Dokumentenversion" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "Unterschrift eingebettet" - -#: models.py:39 -msgid "Document version signature" -msgstr "Dokumentenversion Unterschrift" - -#: models.py:40 -msgid "Document version signatures" -msgstr "Dokumentenversionen Unterschriften" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Dokumentenunterschriften" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Unterschriftsdatei" + +#: links.py:31 +msgid "Delete signature" +msgstr "Unterschrift löschen" + +#: links.py:35 +msgid "Download signature" +msgstr "Unterschrift herunterladen" + +#: links.py:41 +msgid "Upload signature" +msgstr "Unterschrift hochladen" + +#: links.py:45 +msgid "Signatures" +msgstr "Unterschriften" + +#: models.py:27 +msgid "Document version" +msgstr "Dokumentenversion" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "Unterschrift eingebettet" + +#: models.py:52 +msgid "Document version signature" +msgstr "Dokumentenversion Unterschrift" + +#: models.py:53 +msgid "Document version signatures" +msgstr "Dokumentenversionen Unterschriften" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Dokumentenunterschriften überprüfen" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "Separate Unterschriften löschen" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Separate Unterschriften herunterladen" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Separate Unterschriften hochladen" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "Unterschriftenstatus: %s" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "Eingebettet" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "Separat" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "Nichts" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "Unterschrifts-ID: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Unterschriftstyp: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "Schlüssel-ID: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Zeitstempel: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Unterschreibender: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "Unterschrifteneigenschaften für Dokument %s" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Separate Unterschrift erfolgreich hochgeladen" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "Separate Unterschrift für Dokument %s hochladen" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "Separate Unterschrift erfolgreich gelöscht" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Fehler beim Löschen der separaten Unterschrift; %s" -#: views.py:162 -#, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" -msgstr "Separate Unterschrift zu Dokument %s wirklich löschen?" +#: views.py:163 +#, fuzzy, python-format +#| msgid "Upload detached signature for document: %s" +msgid "Delete the detached signature from document: %s?" +msgstr "Separate Unterschrift für Dokument %s hochladen" + +#~ msgid "" +#~ "Are you sure you wish to delete the detached signature from document: %s?" +#~ msgstr "Separate Unterschrift zu Dokument %s wirklich löschen?" #~ msgid "Signature status: %(widget)s %(text)s" #~ msgstr "Signature status: %(widget)s %(text)s" 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 5465553847..ed6158f857 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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,144 +18,143 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 models.py:23 +#: apps.py:62 permissions.py:8 settings.py:7 +msgid "Document signatures" +msgstr "Document signatures" + +#: forms.py:9 models.py:31 msgid "Signature file" msgstr "Signature file" -#: links.py:22 +#: links.py:31 #, fuzzy msgid "Delete signature" msgstr "download signature" -#: links.py:23 +#: links.py:35 #, fuzzy msgid "Download signature" msgstr "download signature" -#: links.py:24 +#: links.py:41 #, fuzzy msgid "Upload signature" msgstr "upload signature" -#: links.py:25 +#: links.py:45 #, fuzzy msgid "Signatures" msgstr "signatures" -#: models.py:22 +#: models.py:27 #, fuzzy msgid "Document version" msgstr "document version" -#: models.py:24 +#: models.py:34 #, fuzzy msgid "Has embedded signature" msgstr "has embedded signature" -#: models.py:39 +#: models.py:52 #, fuzzy msgid "Document version signature" msgstr "document version signature" -#: models.py:40 +#: models.py:53 #, fuzzy msgid "Document version signatures" msgstr "document version signatures" -#: permissions.py:7 -msgid "Document signatures" -msgstr "Document signatures" - -#: permissions.py:8 +#: permissions.py:12 msgid "Verify document signatures" msgstr "Verify document signatures" -#: permissions.py:9 +#: permissions.py:15 #, fuzzy msgid "Delete detached signatures" msgstr "Download detached signatures" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Download detached signatures" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Upload detached signatures" -#: views.py:49 +#: views.py:50 #, fuzzy, python-format msgid "Signature status: %s" msgstr "Signature type: %s" -#: views.py:53 +#: views.py:54 #, fuzzy msgid "Embedded" msgstr "embedded" -#: views.py:55 +#: views.py:56 #, fuzzy msgid "Detached" msgstr "detached" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "Signature ID: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Signature type: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:74 +#: views.py:75 #, fuzzy, python-format msgid "Signature properties for document: %s" msgstr "signature properties for: %s" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:110 +#: views.py:111 #, fuzzy, python-format msgid "Upload detached signature for document: %s" msgstr "Upload detached signature for: %s" -#: views.py:155 +#: views.py:156 #, fuzzy msgid "Detached signature deleted successfully." msgstr "Detached signature uploaded successfully." -#: views.py:158 +#: views.py:159 #, fuzzy, python-format msgid "Error while deleting the detached signature; %s" msgstr "Download detached signatures" -#: views.py:162 -#, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" -msgstr "" +#: views.py:163 +#, fuzzy, python-format +msgid "Delete the detached signature from document: %s?" +msgstr "Upload detached signature for: %s" #~ msgid "Signature status: %(widget)s %(text)s" #~ msgstr "Signature status: %(widget)s %(text)s" 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 dfee5ece32..522e445495 100644 --- a/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/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,142 +11,148 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-07 05:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Archivo de firma" - -#: links.py:22 -msgid "Delete signature" -msgstr "Borrar firma" - -#: links.py:23 -msgid "Download signature" -msgstr "Descargar firma" - -#: links.py:24 -msgid "Upload signature" -msgstr "Subir firma" - -#: links.py:25 -msgid "Signatures" -msgstr "Firma" - -#: models.py:22 -msgid "Document version" -msgstr "Versión de documento" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "Tiene firma integrada" - -#: models.py:39 -msgid "Document version signature" -msgstr "Firma de versión de documento" - -#: models.py:40 -msgid "Document version signatures" -msgstr "Firmas de versión de documento" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Firmas de documentos" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Archivo de firma" + +#: links.py:31 +msgid "Delete signature" +msgstr "Borrar firma" + +#: links.py:35 +msgid "Download signature" +msgstr "Descargar firma" + +#: links.py:41 +msgid "Upload signature" +msgstr "Subir firma" + +#: links.py:45 +msgid "Signatures" +msgstr "Firma" + +#: models.py:27 +msgid "Document version" +msgstr "Versión de documento" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "Tiene firma integrada" + +#: models.py:52 +msgid "Document version signature" +msgstr "Firma de versión de documento" + +#: models.py:53 +msgid "Document version signatures" +msgstr "Firmas de versión de documento" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Verificar firmas de documentos" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "Borrar firmas separadas" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Descargar firmas separadas" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Subir firmas separadas" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "Estado de firma: %s" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "Integrado" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "Aparte" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "Ninguno" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "ID de la firma: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Tipo de firma: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "ID de la clave: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Marca de tiempo: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Firmante: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "Propiedades de la firma del documento: %s" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Firma separada subida con éxito." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "Subir una firma aparte para el documento: %s" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "Firma separada borrada con éxito." -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Error al borrar la firma separada: %s" -#: views.py:162 -#, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" -msgstr "Está seguro de que quiere borrar la firma separada del documento: %s?" +#: views.py:163 +#, fuzzy, python-format +#| msgid "Upload detached signature for document: %s" +msgid "Delete the detached signature from document: %s?" +msgstr "Subir una firma aparte para el documento: %s" + +#~ msgid "" +#~ "Are you sure you wish to delete the detached signature from document: %s?" +#~ msgstr "" +#~ "Está seguro de que quiere borrar la firma separada del documento: %s?" #~ msgid "Signature status: %(widget)s %(text)s" #~ msgstr "Signature status: %(widget)s %(text)s" 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 2a5d1d795a..b674ab7828 100644 --- a/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/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-2015 @@ -9,142 +9,147 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-03-03 11:11+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "فایل امضا" - -#: links.py:22 -msgid "Delete signature" -msgstr "حذف امضا" - -#: links.py:23 -msgid "Download signature" -msgstr "دانلود امضا" - -#: links.py:24 -msgid "Upload signature" -msgstr "آپلود امضا" - -#: links.py:25 -msgid "Signatures" -msgstr "امضاها" - -#: models.py:22 -msgid "Document version" -msgstr "نسخه سند" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "دارای امضا داخلی و یا جاسازی شده" - -#: models.py:39 -msgid "Document version signature" -msgstr "امضای نسخه سند" - -#: models.py:40 -msgid "Document version signatures" -msgstr "امضاهای نسخه سند" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "امضاهای سند" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "فایل امضا" + +#: links.py:31 +msgid "Delete signature" +msgstr "حذف امضا" + +#: links.py:35 +msgid "Download signature" +msgstr "دانلود امضا" + +#: links.py:41 +msgid "Upload signature" +msgstr "آپلود امضا" + +#: links.py:45 +msgid "Signatures" +msgstr "امضاها" + +#: models.py:27 +msgid "Document version" +msgstr "نسخه سند" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "دارای امضا داخلی و یا جاسازی شده" + +#: models.py:52 +msgid "Document version signature" +msgstr "امضای نسخه سند" + +#: models.py:53 +msgid "Document version signatures" +msgstr "امضاهای نسخه سند" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "بررسی امضای سند" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "حذف امضاهای جدا شده" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "دانلود امضاهای جداشده" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "آپلود امضاهای جدا شده" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "وضعیت امضا : %s" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "داخلی و یا جا سازی شده" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "جدا شده" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "هیچ" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "شناسه امضا: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "نوع امضا : %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "شناسه کلید: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "برچسب زمان: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "امضا کننده: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "خصوصیات امضا برای سند :%s" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "امضای جدا شده با موفقیت آپلود شد." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "بارگیری (upload) امضای جدا شده از سند : %s" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "امضای جدا شده با موفقیت حذف شد." -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "خطا %s در حذف امضای جدا شده" -#: views.py:162 -#, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" -msgstr "آیا از حذف امضای جدا شده از سند %s مطمئن هستید؟" +#: views.py:163 +#, fuzzy, python-format +#| msgid "Upload detached signature for document: %s" +msgid "Delete the detached signature from document: %s?" +msgstr "بارگیری (upload) امضای جدا شده از سند : %s" + +#~ msgid "" +#~ "Are you sure you wish to delete the detached signature from document: %s?" +#~ msgstr "آیا از حذف امضای جدا شده از سند %s مطمئن هستید؟" #~ msgid "Signature status: %(widget)s %(text)s" #~ msgstr "Signature status: %(widget)s %(text)s" 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 2aca205a10..8b4edc0a96 100644 --- a/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/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-2015 @@ -10,142 +10,148 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-05 10:22+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Fichier de signature" - -#: links.py:22 -msgid "Delete signature" -msgstr "Supprimer la signature" - -#: links.py:23 -msgid "Download signature" -msgstr "Télécharger une signature" - -#: links.py:24 -msgid "Upload signature" -msgstr "Transférer une signature" - -#: links.py:25 -msgid "Signatures" -msgstr "Signatures" - -#: models.py:22 -msgid "Document version" -msgstr "Version du document" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "Possède une signature intégrée" - -#: models.py:39 -msgid "Document version signature" -msgstr "Signature de la version du document" - -#: models.py:40 -msgid "Document version signatures" -msgstr "Signatures pour la version du document" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Signatures du document" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Fichier de signature" + +#: links.py:31 +msgid "Delete signature" +msgstr "Supprimer la signature" + +#: links.py:35 +msgid "Download signature" +msgstr "Télécharger une signature" + +#: links.py:41 +msgid "Upload signature" +msgstr "Transférer une signature" + +#: links.py:45 +msgid "Signatures" +msgstr "Signatures" + +#: models.py:27 +msgid "Document version" +msgstr "Version du document" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "Possède une signature intégrée" + +#: models.py:52 +msgid "Document version signature" +msgstr "Signature de la version du document" + +#: models.py:53 +msgid "Document version signatures" +msgstr "Signatures pour la version du document" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Vérifier les signatures du document" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "Suppression des signatures détachées" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Télécharger des signatures externes" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Importer des signatures externes" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "État de la signature: %s" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "Intégré" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "Externe" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "Aucune" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "ID de signature: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Type de signature: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "ID de clé: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Horodatage: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Signataire: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "Propriétés de signature pour le document: %s" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Signature externe importée avec succès" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "Importer la signature externe pour le document: %s" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "La signature détachée a été supprimé avec succès." -#: views.py:158 +#: views.py:159 #, 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:162 -#, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" -msgstr "Êtes vous sur de vouloir supprimer la signature détachée du document: %s ?" +#: views.py:163 +#, fuzzy, python-format +#| msgid "Upload detached signature for document: %s" +msgid "Delete the detached signature from document: %s?" +msgstr "Importer la signature externe pour le document: %s" + +#~ msgid "" +#~ "Are you sure you wish to delete the detached signature from document: %s?" +#~ msgstr "" +#~ "Êtes vous sur de vouloir supprimer la signature détachée du document: %s ?" #~ msgid "Signature status: %(widget)s %(text)s" #~ msgstr "Signature status: %(widget)s %(text)s" diff --git a/mayan/apps/document_signatures/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/hr_HR/LC_MESSAGES/django.po index 015d66384e..c5edd30350 100644 --- a/mayan/apps/document_signatures/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/hr_HR/LC_MESSAGES/django.po @@ -1,148 +1,149 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 51e29a7f1a..14368ab73b 100644 --- a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po @@ -1,148 +1,148 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 fe86c105b6..d1bedcf35c 100644 --- a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po @@ -1,148 +1,148 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 c17121f8ec..34c5c53637 100644 --- a/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/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 @@ -10,142 +10,147 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-29 09:11+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "File della firma" - -#: links.py:22 -msgid "Delete signature" -msgstr "Elimina firma" - -#: links.py:23 -msgid "Download signature" -msgstr "Scarica firma" - -#: links.py:24 -msgid "Upload signature" -msgstr "Carica firma" - -#: links.py:25 -msgid "Signatures" -msgstr "Firme" - -#: models.py:22 -msgid "Document version" -msgstr "Versione documento" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "Ha una firma incorporata" - -#: models.py:39 -msgid "Document version signature" -msgstr "Versione della firma del documento" - -#: models.py:40 -msgid "Document version signatures" -msgstr "Versioni delle firma del documento" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Firme documento" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "File della firma" + +#: links.py:31 +msgid "Delete signature" +msgstr "Elimina firma" + +#: links.py:35 +msgid "Download signature" +msgstr "Scarica firma" + +#: links.py:41 +msgid "Upload signature" +msgstr "Carica firma" + +#: links.py:45 +msgid "Signatures" +msgstr "Firme" + +#: models.py:27 +msgid "Document version" +msgstr "Versione documento" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "Ha una firma incorporata" + +#: models.py:52 +msgid "Document version signature" +msgstr "Versione della firma del documento" + +#: models.py:53 +msgid "Document version signatures" +msgstr "Versioni delle firma del documento" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Verifica la firma del documento" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "Elimina firme allegate" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Scarica firme separatamente" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Carica firme separatamente" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "Stato della firma: %s" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "Incorporata" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "Distaccato" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "Nessuno" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "ID Firma: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Tipo di firma: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "Chiave ID: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Firmatario: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "Proprietà della firma per il documento: %s" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Firma scaduta aggiornata con successo." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "Carica la firma allegata per il documento: %s" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "Scarica la firma allegata al documento: %s" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Errore nel cancellare la firma allegata; %s" -#: views.py:162 -#, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" -msgstr "Sei sicuro di voler cancellare la firma allegata al documento: %s?" +#: views.py:163 +#, fuzzy, python-format +#| msgid "Upload detached signature for document: %s" +msgid "Delete the detached signature from document: %s?" +msgstr "Carica la firma allegata per il documento: %s" + +#~ msgid "" +#~ "Are you sure you wish to delete the detached signature from document: %s?" +#~ msgstr "Sei sicuro di voler cancellare la firma allegata al documento: %s?" #~ msgid "Signature status: %(widget)s %(text)s" #~ msgstr "Signature status: %(widget)s %(text)s" diff --git a/mayan/apps/document_signatures/locale/lv/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/lv/LC_MESSAGES/django.po index 0ca717fd88..d3510021b8 100644 --- a/mayan/apps/document_signatures/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/lv/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,131 +20,130 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" diff --git a/mayan/apps/document_signatures/locale/nb/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/nb/LC_MESSAGES/django.po index 9faf45c5ad..a0c2fb2b7b 100644 --- a/mayan/apps/document_signatures/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/nb/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,131 +19,130 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 7bf27a0d60..ed66363d48 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 @@ -1,148 +1,148 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 a2ec7fbb30..13a3233131 100644 --- a/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/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 @@ -9,141 +9,142 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-28 20:14+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Signature file" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Document signatures" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Signature file" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Verify document signatures" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Download detached signatures" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Upload detached signatures" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "Signature ID: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Signature type: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 51b76747e3..12f950bad9 100644 --- a/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/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: # Vítor Figueiró , 2012 @@ -9,141 +9,141 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Ficheiro de assinatura" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Assinaturas do documento" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Ficheiro de assinatura" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Verificar as assinaturas do documento" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Descarregar assinaturas avulsas" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Enviar assinaturas avulsas" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "ID da assinatura: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Tipo de assinatura: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "ID da chave: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Data/hora: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Assinado por: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Assinatura avulsa enviada com sucesso." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 65a30379ec..c142e72b42 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 @@ -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: # Rogerio Falcone , 2015 @@ -9,142 +9,148 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Arquivo de assinatura" - -#: links.py:22 -msgid "Delete signature" -msgstr "Excluir assinatura" - -#: links.py:23 -msgid "Download signature" -msgstr "download do assinatura" - -#: links.py:24 -msgid "Upload signature" -msgstr "upload do assinatura" - -#: links.py:25 -msgid "Signatures" -msgstr "assinaturas" - -#: models.py:22 -msgid "Document version" -msgstr "Versão do Documento" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "Tem incorporado a assinatura" - -#: models.py:39 -msgid "Document version signature" -msgstr "Versão do documento da assinatura " - -#: models.py:40 -msgid "Document version signatures" -msgstr "Versão do documento das assinaturas" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Assinaturas de documentos" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Arquivo de assinatura" + +#: links.py:31 +msgid "Delete signature" +msgstr "Excluir assinatura" + +#: links.py:35 +msgid "Download signature" +msgstr "download do assinatura" + +#: links.py:41 +msgid "Upload signature" +msgstr "upload do assinatura" + +#: links.py:45 +msgid "Signatures" +msgstr "assinaturas" + +#: models.py:27 +msgid "Document version" +msgstr "Versão do Documento" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "Tem incorporado a assinatura" + +#: models.py:52 +msgid "Document version signature" +msgstr "Versão do documento da assinatura " + +#: models.py:53 +msgid "Document version signatures" +msgstr "Versão do documento das assinaturas" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Verificar as assinaturas de documentos" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "Excluir assinaturas desanexados" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Download assinaturas destacadas" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Upload de assinaturas destacadas" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "Assinatura status: %s" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "embutido" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "destacado" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "Nenhum" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "ID assinatura: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Tipo de assinatura: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "ID da chave: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "Propriedades da assinatura do documento: %s" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Assinatura separado enviado com sucesso." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "Carregar assinatura separada para documento: %s" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "Assinatura separada excluído com sucesso." -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Erro ao excluir a assinatura individual; %s " -#: views.py:162 -#, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" -msgstr "Tem certeza de que deseja apagar a assinatura separada do documento: %s?" +#: views.py:163 +#, fuzzy, python-format +#| msgid "Upload detached signature for document: %s" +msgid "Delete the detached signature from document: %s?" +msgstr "Carregar assinatura separada para documento: %s" + +#~ msgid "" +#~ "Are you sure you wish to delete the detached signature from document: %s?" +#~ msgstr "" +#~ "Tem certeza de que deseja apagar a assinatura separada do documento: %s?" #~ msgid "Signature status: %(widget)s %(text)s" #~ msgstr "Signature status: %(widget)s %(text)s" 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 98ea44e57d..dc205bc251 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 @@ -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,141 +9,142 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Fisier semnătura" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Document de semnături" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Fisier semnătura" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Verifica semnăturile de documente" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Descarca semnături detașate" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Încărcați semnături detașate" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "ID Semnătura:% s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Tipul semnătura:% s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "ID cheie:% s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Timestamp:% s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Semnat :% s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Semnătura detaşata încărcată cu succes." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 1ae714bb40..6219820931 100644 --- a/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/ru/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: # Sergey Glita , 2012 @@ -9,141 +9,143 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "Файл подписи" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Подписи документа" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "Файл подписи" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "Проверить подпись документа" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "Скачать отделенные подписи" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Выложить отделённые подписи" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "Подпись ID: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Тип подписи: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "ID ключа: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Отметка времени: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Подписано: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Отделённая подпись выложена." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 b012af87e8..5210a22d84 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 @@ -1,148 +1,149 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" diff --git a/mayan/apps/document_signatures/locale/sq/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/sq/LC_MESSAGES/django.po index 5df90b38b8..3c9d357d49 100644 --- a/mayan/apps/document_signatures/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/sq/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,131 +19,130 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" diff --git a/mayan/apps/document_signatures/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/tr_TR/LC_MESSAGES/django.po index ec649fc836..03123d4047 100644 --- a/mayan/apps/document_signatures/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/tr_TR/LC_MESSAGES/django.po @@ -1,148 +1,148 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 e421373dbb..ec2d4f1573 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 @@ -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,141 +9,141 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "File lưu chữ kí" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "Chữ kí tài liệu" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "File lưu chữ kí" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "xác nhận chữ kí tài liệu" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "ống chữ kí đã tách ra" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "Tải lên chữ kí đã tách ra" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "ID chữ kí: %s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "Kiểu chũ kí: %s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "Thời gian: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "Người kí: %s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 041cd950eb..201d6635d9 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 @@ -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,141 +9,143 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "签名文件" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "文档签名" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "签名文件" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "核对文档签名" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "删除分离的签名" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "下载分离的签名" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "上传分离的签名" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "无" -#: views.py:62 +#: views.py:63 #, python-format msgid "Signature ID: %s" msgstr "签名 ID:%s" -#: views.py:63 +#: views.py:64 #, python-format msgid "Signature type: %s" msgstr "签名类型:%s" -#: views.py:64 +#: views.py:65 #, python-format msgid "Key ID: %s" msgstr "键 ID: %s" -#: views.py:65 +#: views.py:66 #, python-format msgid "Timestamp: %s" msgstr "时间戳: %s" -#: views.py:66 +#: views.py:67 #, python-format msgid "Signee: %s" msgstr "签名者:%s" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "分离的签名上传成功" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "分离的签名删除成功" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "删除分离的签名:%s 出错" -#: views.py:162 -#, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +#: views.py:163 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "确定要删除文档:%s的分离签名么?" #~ msgid "Signature status: %(widget)s %(text)s" diff --git a/mayan/apps/document_signatures/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/zh_TW/LC_MESSAGES/django.po index 99111df7cb..ad8197c77a 100644 --- a/mayan/apps/document_signatures/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/zh_TW/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,131 +19,130 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:9 models.py:23 -msgid "Signature file" -msgstr "" - -#: links.py:22 -msgid "Delete signature" -msgstr "" - -#: links.py:23 -msgid "Download signature" -msgstr "" - -#: links.py:24 -msgid "Upload signature" -msgstr "" - -#: links.py:25 -msgid "Signatures" -msgstr "" - -#: models.py:22 -msgid "Document version" -msgstr "" - -#: models.py:24 -msgid "Has embedded signature" -msgstr "" - -#: models.py:39 -msgid "Document version signature" -msgstr "" - -#: models.py:40 -msgid "Document version signatures" -msgstr "" - -#: permissions.py:7 +#: apps.py:62 permissions.py:8 settings.py:7 msgid "Document signatures" msgstr "" -#: permissions.py:8 +#: forms.py:9 models.py:31 +msgid "Signature file" +msgstr "" + +#: links.py:31 +msgid "Delete signature" +msgstr "" + +#: links.py:35 +msgid "Download signature" +msgstr "" + +#: links.py:41 +msgid "Upload signature" +msgstr "" + +#: links.py:45 +msgid "Signatures" +msgstr "" + +#: models.py:27 +msgid "Document version" +msgstr "" + +#: models.py:34 +msgid "Has embedded signature" +msgstr "" + +#: models.py:52 +msgid "Document version signature" +msgstr "" + +#: models.py:53 +msgid "Document version signatures" +msgstr "" + +#: permissions.py:12 msgid "Verify document signatures" msgstr "" -#: permissions.py:9 +#: permissions.py:15 msgid "Delete detached signatures" msgstr "" -#: permissions.py:10 +#: permissions.py:18 msgid "Download detached signatures" msgstr "" -#: permissions.py:11 +#: permissions.py:21 msgid "Upload detached signatures" msgstr "" -#: views.py:49 +#: views.py:50 #, python-format msgid "Signature status: %s" msgstr "" -#: views.py:53 +#: views.py:54 msgid "Embedded" msgstr "" -#: views.py:55 +#: views.py:56 msgid "Detached" msgstr "" -#: views.py:57 +#: views.py:58 msgid "None" msgstr "" -#: views.py:62 -#, python-format -msgid "Signature ID: %s" -msgstr "" - #: views.py:63 #, python-format -msgid "Signature type: %s" +msgid "Signature ID: %s" msgstr "" #: views.py:64 #, python-format -msgid "Key ID: %s" +msgid "Signature type: %s" msgstr "" #: views.py:65 #, python-format -msgid "Timestamp: %s" +msgid "Key ID: %s" msgstr "" #: views.py:66 #, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:67 +#, python-format msgid "Signee: %s" msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Signature properties for document: %s" msgstr "" -#: views.py:97 +#: views.py:98 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "Upload detached signature for document: %s" msgstr "" -#: views.py:155 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:162 +#: views.py:163 #, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s?" +msgid "Delete the detached signature from document: %s?" msgstr "" #~ msgid "Signature status: %(widget)s %(text)s" 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 2eb90cf979..11a62d7933 100644 --- a/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po @@ -1,236 +1,265 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 333b0ccf94..7bfe3295e8 100644 --- a/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po @@ -1,236 +1,264 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 4f4b45d88c..237ea526b9 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,236 +1,265 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 fc590eba1c..71fccabb82 100644 --- a/mayan/apps/document_states/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/da/LC_MESSAGES/django.po @@ -1,236 +1,264 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" diff --git a/mayan/apps/document_states/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/de_CH/LC_MESSAGES/django.po index 93c3875dec..77f909d77d 100644 --- a/mayan/apps/document_states/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/de_CH/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -18,220 +18,247 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 b524988a75..a6a205a550 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,236 +1,283 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Document states" +msgstr "Dokumententypen" + +#: apps.py:41 msgid "Initial state" msgstr "Initialstatus" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "Keiner" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "Status initial" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "Aktueller Status" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "Benutzer" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "Letzter Übergang" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "Datum und Zeit" -#: __init__.py:71 models.py:66 -msgid "Origin state" -msgstr "Herkunftsstatus" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" +msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "Zielstatus" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "Übergang" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "Kommentar" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "Status initial" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "Herkunftsstatus" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "Zielstatus" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "Workflows" -#: links.py:6 -msgid "Create" -msgstr "Erstellen" +#: links.py:12 +#, fuzzy +#| msgid "Create workflows" +msgid "Create workflow" +msgstr "Workflows erstellen" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "Löschen" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "Bearbeiten" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "Status" - -#: links.py:11 -msgid "Create state" -msgstr "Status erstellen" - -#: links.py:15 -msgid "Transitions" -msgstr "Übergänge" - -#: links.py:16 -msgid "Create transition" -msgstr "Übergang erstellen" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "Dokumententypen" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "Bearbeiten" + +#: links.py:31 +msgid "Create state" +msgstr "Status erstellen" + +#: links.py:43 +msgid "States" +msgstr "Status" + +#: links.py:47 +msgid "Create transition" +msgstr "Übergang erstellen" + +#: links.py:59 +msgid "Transitions" +msgstr "Übergänge" + +#: links.py:63 msgid "Detail" msgstr "Detail" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "Bezeichnung" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "Workflow" -#: models.py:45 +#: models.py:71 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:45 +#: models.py:73 msgid "Initial" msgstr "Initial" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "Workflow Status" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "Workflow Status" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "Workflow Übergang" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "Workflow Übergänge" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "Dokument" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "Workflows bearbeiten" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "Workflows" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "Zeit" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "Workflow Logeintrag" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "Workflow Logeinträge" -#: permissions.py:8 +#: permissions.py:7 +#, fuzzy +#| msgid "View document workflows" +msgid "Document workflows" +msgstr "Dokumentenworkflows betrachten" + +#: permissions.py:10 msgid "Create workflows" msgstr "Workflows erstellen" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete workflows" msgstr "Workflows löschen" -#: permissions.py:10 +#: permissions.py:16 msgid "Edit workflows" msgstr "Workflows bearbeiten" -#: permissions.py:11 +#: permissions.py:19 msgid "View workflows" msgstr "Workflows betrachten" -#: permissions.py:13 +#: permissions.py:22 msgid "View document workflows" msgstr "Dokumentenworkflows betrachten" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "Übergänge Dokumentenworkflows" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "Workflows für Dokument: %s" -#: views.py:95 +#: views.py:98 +#, fuzzy, python-format +#| msgid "Document types assigned the workflow: %s" +msgid "Documents with the workflow: %s" +msgstr "Dokumententypen zugeordnet zu Workflow %s" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "Detail für Workflow: %(workflow)s" -#: views.py:109 -msgid "Log entries" -msgstr "Logeinträge" +#: views.py:185 +msgid "Submit" +msgstr "Absenden" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "Übergang für Workflow %s durchführen" -#: views.py:156 -msgid "Submit" -msgstr "Absenden" +#: views.py:233 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Dokumententypen" -#: views.py:220 +#: views.py:234 +#, fuzzy +#| msgid "Document types assigned the workflow: %s" +msgid "Document types assigned this workflow" +msgstr "Dokumententypen zugeordnet zu Workflow %s" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "Dokumententypen zugeordnet zu Workflow %s" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "Status für Workflow %s" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "Status für Workflow %s erstellen" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "Übergänge für Workflow %s" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "Übergänge für Workflow %s erstellen" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "Integritätsfehler beim Speichern des Übergangs" -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "Dokumententypen zugeordnet zu Workflow %s" +#~ msgid "Create" +#~ msgstr "Erstellen" + +#~ msgid "Log entries" +#~ msgstr "Logeinträge" 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 5cacc61a5c..0602f80f3d 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,220 +17,247 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 4541155e86..d303cd54fc 100644 --- a/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po @@ -1,237 +1,284 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-07 00:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Document states" +msgstr "Tipos de documentos" + +#: apps.py:41 msgid "Initial state" msgstr "Estado inicial" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "Ninguno" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "¿Es el estado inicial?" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "Estado actual" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "Usuario" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "Última transición" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "Fecha y hora" -#: __init__.py:71 models.py:66 -msgid "Origin state" -msgstr "Estado origen" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" +msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "Estado destino" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "Transición" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "Comentario" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "¿Es el estado inicial?" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "Estado origen" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "Estado destino" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "Flujos de trabajo" -#: links.py:6 -msgid "Create" -msgstr "Crear" +#: links.py:12 +#, fuzzy +#| msgid "Create workflows" +msgid "Create workflow" +msgstr "Crear flujos de trabajo" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "Borrar" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "Editar" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "Estados" - -#: links.py:11 -msgid "Create state" -msgstr "Crear estado" - -#: links.py:15 -msgid "Transitions" -msgstr "Transiciones" - -#: links.py:16 -msgid "Create transition" -msgstr "Crear transición" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "Tipos de documentos" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "Editar" + +#: links.py:31 +msgid "Create state" +msgstr "Crear estado" + +#: links.py:43 +msgid "States" +msgstr "Estados" + +#: links.py:47 +msgid "Create transition" +msgstr "Crear transición" + +#: links.py:59 +msgid "Transitions" +msgstr "Transiciones" + +#: links.py:63 msgid "Detail" msgstr "Detalle" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "Etiqueta" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "Flujo de trabajo" -#: models.py:45 +#: models.py:71 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:45 +#: models.py:73 msgid "Initial" msgstr "Inicial" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "Estado de flujo de trabajo" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "Estados de flujo de trabajo" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "Transición de flujo de trabajo" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "Transiciones de flujo de trabajo" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "Documento" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "Instancia de flujo de trabajo" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "Instancias de flujo de trabajo" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "Fecha y hora" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "Entrada de registro de la instancia de flujo de trabajo" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "Entradas de registro de las instancias de flujos de trabajo" -#: permissions.py:8 +#: permissions.py:7 +#, fuzzy +#| msgid "View document workflows" +msgid "Document workflows" +msgstr "Ver flujos de trabajo de documentos" + +#: permissions.py:10 msgid "Create workflows" msgstr "Crear flujos de trabajo" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete workflows" msgstr "Borrar flujos de trabajo" -#: permissions.py:10 +#: permissions.py:16 msgid "Edit workflows" msgstr "Editar flujos de trabajo" -#: permissions.py:11 +#: permissions.py:19 msgid "View workflows" msgstr "Ver flujos de trabajo" -#: permissions.py:13 +#: permissions.py:22 msgid "View document workflows" msgstr "Ver flujos de trabajo de documentos" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "Transicionar flujos de trabajo de documentos" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "Flujos de trabajo para el documento: %s" -#: views.py:95 +#: views.py:98 +#, fuzzy, python-format +#| msgid "Document types assigned the workflow: %s" +msgid "Documents with the workflow: %s" +msgstr "Tipos de documentos asignados al flujo de trabajo: %s" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "Detalle de flujo de trabajo: %(workflow)s" -#: views.py:109 -msgid "Log entries" -msgstr "Las entradas de registro" +#: views.py:185 +msgid "Submit" +msgstr "Enviar" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "Realizar la transición de flujo de trabajo: %s" -#: views.py:156 -msgid "Submit" -msgstr "Enviar" +#: views.py:233 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Tipos de documentos" -#: views.py:220 +#: views.py:234 +#, fuzzy +#| msgid "Document types assigned the workflow: %s" +msgid "Document types assigned this workflow" +msgstr "Tipos de documentos asignados al flujo de trabajo: %s" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "Tipos de documentos asignados al flujo de trabajo: %s" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "Estados del flujo de trabajo: %s" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "Crear estados para el flujo de trabajo: %s" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "Transiciones de flujo de trabajo: %s" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "Crear transiciones para el flujo de trabajo: %s" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "No se puede guardar la transición; error de integridad." -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "Tipos de documentos asignados al flujo de trabajo: %s" +#~ msgid "Create" +#~ msgstr "Crear" + +#~ msgid "Log entries" +#~ msgstr "Las entradas de registro" 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 1b4683ca00..fbba6362d7 100644 --- a/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po @@ -1,237 +1,282 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-03-03 11:41+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Document states" +msgstr "انواع سند" + +#: apps.py:41 msgid "Initial state" msgstr "وضعیت اولیه" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "هیچ" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "آیا در وضعیت اولیه است؟" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "وضعیت فعلی" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "کاربر" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "آخرین تغییر وضعیت" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "تاریخ و زمان" -#: __init__.py:71 models.py:66 -msgid "Origin state" -msgstr "وضعیت شروع" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" +msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "وضعیت نهایی" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "تغییر وضعیت" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "شرح" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "آیا در وضعیت اولیه است؟" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "وضعیت شروع" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "وضعیت نهایی" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "گردشکار" -#: links.py:6 -msgid "Create" -msgstr "ایجاد" +#: links.py:12 +#, fuzzy +#| msgid "Create workflows" +msgid "Create workflow" +msgstr "ایجاد گردشکار" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "حذف" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "ویرایش" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "وضعیت ها" - -#: links.py:11 -msgid "Create state" -msgstr "وضغیت ایجاد" - -#: links.py:15 -msgid "Transitions" -msgstr "تغییر وضعیت ها" - -#: links.py:16 -msgid "Create transition" -msgstr "تغییر وضعیت به ایجاد" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "انواع سند" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "ویرایش" + +#: links.py:31 +msgid "Create state" +msgstr "وضغیت ایجاد" + +#: links.py:43 +msgid "States" +msgstr "وضعیت ها" + +#: links.py:47 +msgid "Create transition" +msgstr "تغییر وضعیت به ایجاد" + +#: links.py:59 +msgid "Transitions" +msgstr "تغییر وضعیت ها" + +#: links.py:63 msgid "Detail" msgstr "شرح" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "برچسب" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "گردشکار" -#: models.py:45 +#: models.py:71 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:45 +#: models.py:73 msgid "Initial" msgstr "اولیه" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "وضعیت گردشکار" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "وضعیتهای گردشکار" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "تغییر وضعیت گردشکار" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "تغییر وضعیت های گردشکار" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "سند" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "موردی از گردشکار" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "موردهای گردشکار" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "تاریخ زمان" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "ورودیه لاگ برای مورد گردشکار" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "ورودیهای مورد گردشکار" -#: permissions.py:8 +#: permissions.py:7 +#, fuzzy +#| msgid "View document workflows" +msgid "Document workflows" +msgstr "مشاهده سند گردشکار" + +#: permissions.py:10 msgid "Create workflows" msgstr "ایجاد گردشکار" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete workflows" msgstr "حذف گردشکار" -#: permissions.py:10 +#: permissions.py:16 msgid "Edit workflows" msgstr "ویرایش گردشکار" -#: permissions.py:11 +#: permissions.py:19 msgid "View workflows" msgstr "مشاهده گردشکار" -#: permissions.py:13 +#: permissions.py:22 msgid "View document workflows" msgstr "مشاهده سند گردشکار" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "تغییر وضعیت سند در گردشکار" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "گردشکارهای سند : %s" -#: views.py:95 +#: views.py:98 +#, fuzzy, python-format +#| msgid "Do transition for workflow: %s" +msgid "Documents with the workflow: %s" +msgstr "انجام تغییر وضعیت گردشکار : %s" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "شرح گردشکار : %(workflow)s" -#: views.py:109 -msgid "Log entries" -msgstr "ورودیهای لاگ" +#: views.py:185 +msgid "Submit" +msgstr "ارسال" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "انجام تغییر وضعیت گردشکار : %s" -#: views.py:156 -msgid "Submit" -msgstr "ارسال" +#: views.py:233 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "انواع سند" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "وضعیتهای گردشکار : %s" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "وضعیت ایجاد برای گردشکار : %s" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "تغییر وضعیتهای گردشکار : %s" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "ایجاد تغییر وضعیت برای گردشکار : %s" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" +#~ msgid "Create" +#~ msgstr "ایجاد" + +#~ msgid "Log entries" +#~ msgstr "ورودیهای لاگ" 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 d5339250d3..4282be8967 100644 --- a/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po @@ -1,237 +1,284 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-04-06 09:03+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Document states" +msgstr "Types de document" + +#: apps.py:41 msgid "Initial state" msgstr "État initial" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "Aucun" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "Est ce l'état initial?" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "État actuel" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "Utilisateur" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "Dernière transition" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "Date et heure" -#: __init__.py:71 models.py:66 -msgid "Origin state" -msgstr "État d'origine" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" +msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "État de destination" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "Transition" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "Commentaire" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "Est ce l'état initial?" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "État d'origine" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "État de destination" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "Flux de travail" -#: links.py:6 -msgid "Create" -msgstr "Créer" +#: links.py:12 +#, fuzzy +#| msgid "Create workflows" +msgid "Create workflow" +msgstr "Créer des flux de travail" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "Supprimer" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "Modifier" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "États" - -#: links.py:11 -msgid "Create state" -msgstr "Créer un état" - -#: links.py:15 -msgid "Transitions" -msgstr "Transitions" - -#: links.py:16 -msgid "Create transition" -msgstr "Créer une transition" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "Types de document" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "Modifier" + +#: links.py:31 +msgid "Create state" +msgstr "Créer un état" + +#: links.py:43 +msgid "States" +msgstr "États" + +#: links.py:47 +msgid "Create transition" +msgstr "Créer une transition" + +#: links.py:59 +msgid "Transitions" +msgstr "Transitions" + +#: links.py:63 msgid "Detail" msgstr "Détail" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "Étiquette" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "Flux de travail" -#: models.py:45 +#: models.py:71 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:45 +#: models.py:73 msgid "Initial" msgstr "Initial" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "État du flux de travail" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "États du flux de travail" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "Transition du flux de travail" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "Transitions du flux de travail" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "Document" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "Instance du flux de travail" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "Instances du flux de travail" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "Date et heure" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "Entrée de la journalisation de l'instance du flux de travail" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "Entrées de la journlisation du flux de travail" -#: permissions.py:8 +#: permissions.py:7 +#, fuzzy +#| msgid "View document workflows" +msgid "Document workflows" +msgstr "Voir le flux de travail du document" + +#: permissions.py:10 msgid "Create workflows" msgstr "Créer des flux de travail" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete workflows" msgstr "Supprimer des flux de travail" -#: permissions.py:10 +#: permissions.py:16 msgid "Edit workflows" msgstr "Modifier des flux de travail" -#: permissions.py:11 +#: permissions.py:19 msgid "View workflows" msgstr "Voir les flux de travail" -#: permissions.py:13 +#: permissions.py:22 msgid "View document workflows" msgstr "Voir le flux de travail du document" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "transition des flux de travail du document" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "Flux de travail du document: %s" -#: views.py:95 +#: views.py:98 +#, fuzzy, python-format +#| msgid "Document types assigned the workflow: %s" +msgid "Documents with the workflow: %s" +msgstr "Types de document assignés au flux de travail: %s" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "Détail du flux de travail: %(workflow)s" -#: views.py:109 -msgid "Log entries" -msgstr "Entrées de journalisation" +#: views.py:185 +msgid "Submit" +msgstr "Soumettre" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "Construire une transition pour le flux de travail: %s" -#: views.py:156 -msgid "Submit" -msgstr "Soumettre" +#: views.py:233 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Types de document" -#: views.py:220 +#: views.py:234 +#, fuzzy +#| msgid "Document types assigned the workflow: %s" +msgid "Document types assigned this workflow" +msgstr "Types de document assignés au flux de travail: %s" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "Types de document assignés au flux de travail: %s" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "États du flux de travail: %s" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "Créer des états pour le flux de travail: %s" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "Transitions du flux de travail: %s " -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "Créer des transitions du flux de travail: %s" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "Impossible de sauvegarder la transition; erreur d'intégrité." -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "Types de document assignés au flux de travail: %s" +#~ msgid "Create" +#~ msgstr "Créer" + +#~ msgid "Log entries" +#~ msgstr "Entrées de journalisation" diff --git a/mayan/apps/document_states/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/hr_HR/LC_MESSAGES/django.po index f2b5be6d6d..52ebabc303 100644 --- a/mayan/apps/document_states/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/hr_HR/LC_MESSAGES/django.po @@ -1,236 +1,265 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 7b1527c54b..17c68093f8 100644 --- a/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po @@ -1,236 +1,264 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 39cac90a6f..daf401ae33 100644 --- a/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po @@ -1,236 +1,264 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 f46b337b9d..a608059594 100644 --- a/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po @@ -1,236 +1,264 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" diff --git a/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.po index b28168602c..61ce3967e0 100644 --- a/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/lv/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,220 +19,247 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" diff --git a/mayan/apps/document_states/locale/nb/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/nb/LC_MESSAGES/django.po index a40b1ccd2a..4757f769dc 100644 --- a/mayan/apps/document_states/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/nb/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -18,220 +18,247 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 76a5a9bc18..8a2379ee51 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,236 +1,264 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 0756268ad3..b40d551e6e 100644 --- a/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po @@ -1,237 +1,283 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-03-01 19:40+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Document states" +msgstr "Typy dokumentu" + +#: apps.py:41 msgid "Initial state" msgstr "Stan początkowy" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "Brak" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "Czy jest stan początkowy?" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "Aktualny stan" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "Użytkownik" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "Data i godzina" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "Komentarz" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "Czy jest stan początkowy?" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" -msgstr "Utwórz" +#: links.py:12 +#, fuzzy +#| msgid "Create workflows" +msgid "Create workflow" +msgstr "Utwórz obieg" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "Usuń" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "Edytuj" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "Stany" - -#: links.py:11 -msgid "Create state" -msgstr "Utwórz stan" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "Typy dokumentu" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "Edytuj" + +#: links.py:31 +msgid "Create state" +msgstr "Utwórz stan" + +#: links.py:43 +msgid "States" +msgstr "Stany" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "Szczegół" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "Etykieta" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "Obieg dokumentów" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "Początkowy" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "Stan obiegu" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "Stany obiegu" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "Dokument" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "Utwórz obieg" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +#, fuzzy +#| msgid "Delete workflows" +msgid "Document workflows" msgstr "Usuń obieg" #: permissions.py:10 +msgid "Create workflows" +msgstr "Utwórz obieg" + +#: permissions.py:13 +msgid "Delete workflows" +msgstr "Usuń obieg" + +#: permissions.py:16 msgid "Edit workflows" msgstr "Edytuj obieg" -#: permissions.py:11 +#: permissions.py:19 msgid "View workflows" msgstr "Pokaż obieg" -#: permissions.py:13 +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "Obiegi dokumentu: %s" -#: views.py:95 +#: views.py:98 +#, fuzzy, python-format +#| msgid "Document types assigned the workflow: %s" +msgid "Documents with the workflow: %s" +msgstr "Typy dokumentów przypisane do obiegu dokumentów: %s" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "Szczegóły obiegu dokumentów: %(workflow)s" -#: views.py:109 -msgid "Log entries" -msgstr "Wpisy rejestru logów" +#: views.py:185 +msgid "Submit" +msgstr "Wyślij" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "Dokonaj zmiany w obiegu dokumentów: %s" -#: views.py:156 -msgid "Submit" -msgstr "Wyślij" +#: views.py:233 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Typy dokumentu" -#: views.py:220 +#: views.py:234 +#, fuzzy +#| msgid "Document types assigned the workflow: %s" +msgid "Document types assigned this workflow" +msgstr "Typy dokumentów przypisane do obiegu dokumentów: %s" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "Typy dokumentów przypisane do obiegu dokumentów: %s" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "Stany obiegu dokumentów: %s" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "Utwórz stany obiegu dokumentów: %s" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "Zmiany obiegu dokumentów: %s" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "Utwórz zmiany w obiegu dokumentów: %s" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "Nie można zapisać zmiany; błąd integralności." -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "Typy dokumentów przypisane do obiegu dokumentów: %s" +#~ msgid "Create" +#~ msgstr "Utwórz" + +#~ msgid "Log entries" +#~ msgstr "Wpisy rejestru logów" 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 0cc97a72a2..e3be146318 100644 --- a/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po @@ -1,236 +1,264 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 1c27560ea0..6b1307dd51 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,237 +1,284 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-13 18:02+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:38 +#: apps.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Document states" +msgstr "Tipos de Documentos" + +#: apps.py:41 msgid "Initial state" msgstr "Estado Inicial" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "Nenhum" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "é estado inicial?" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "Estado corrente" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "Usuário" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "Última transação" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "data e hora" -#: __init__.py:71 models.py:66 -msgid "Origin state" -msgstr "Estado Original" - -#: __init__.py:75 models.py:67 -msgid "Destination state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "Transações" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "Comentário" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "é estado inicial?" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "Estado Original" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "Workflows" -#: links.py:6 -msgid "Create" -msgstr "Criar" +#: links.py:12 +#, fuzzy +#| msgid "Create workflows" +msgid "Create workflow" +msgstr "Criar workflows" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "Excluir" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "Editar" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "estado" - -#: links.py:11 -msgid "Create state" -msgstr "Criar estado" - -#: links.py:15 -msgid "Transitions" -msgstr "Transações" - -#: links.py:16 -msgid "Create transition" -msgstr "Criar Transições" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "Tipos de Documentos" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "Editar" + +#: links.py:31 +msgid "Create state" +msgstr "Criar estado" + +#: links.py:43 +msgid "States" +msgstr "estado" + +#: links.py:47 +msgid "Create transition" +msgstr "Criar Transições" + +#: links.py:59 +msgid "Transitions" +msgstr "Transações" + +#: links.py:63 msgid "Detail" msgstr "Detalhes" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "Label" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "Workflow" -#: models.py:45 +#: models.py:71 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:45 +#: models.py:73 msgid "Initial" msgstr "Inicial" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "Estado do Workflow" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "Estados do Workflow" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "Transição do Workflow" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "Transição dos Workflows" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "Documento" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "Instância do Workflow" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "instâncias do Workflow " -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "Hora e data" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "Workflow instance log de entrada " -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "Workflow instance log de entradas" -#: permissions.py:8 +#: permissions.py:7 +#, fuzzy +#| msgid "View document workflows" +msgid "Document workflows" +msgstr "Ver documento de workflows" + +#: permissions.py:10 msgid "Create workflows" msgstr "Criar workflows" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete workflows" msgstr "Excluir Workflows" -#: permissions.py:10 +#: permissions.py:16 msgid "Edit workflows" msgstr "Editar Workflows" -#: permissions.py:11 +#: permissions.py:19 msgid "View workflows" msgstr "Ver workflows" -#: permissions.py:13 +#: permissions.py:22 msgid "View document workflows" msgstr "Ver documento de workflows" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "Transição de documento de Workflows" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "Workflows para documento: %s" -#: views.py:95 +#: views.py:98 +#, fuzzy, python-format +#| msgid "Document types assigned the workflow: %s" +msgid "Documents with the workflow: %s" +msgstr "Os tipos de documento atribuído ao workflow: %s" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "Detalhe do workflow: %(workflow)s" -#: views.py:109 -msgid "Log entries" -msgstr "As entradas de log" +#: views.py:185 +msgid "Submit" +msgstr "Submeter" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "Fazer a transição para o workflow: %s" -#: views.py:156 -msgid "Submit" -msgstr "Submeter" +#: views.py:233 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Tipos de Documentos" -#: views.py:220 +#: views.py:234 +#, fuzzy +#| msgid "Document types assigned the workflow: %s" +msgid "Document types assigned this workflow" +msgstr "Os tipos de documento atribuído ao workflow: %s" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "Os tipos de documento atribuído ao workflow: %s" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "Estado do workflow: %s" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "Criar estados para Workflow: %s" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "Transição do Workflow: %s" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "Criar Transição para Workflow: %s" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "Não foi possível salvar transição; erro de integridade." -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "Os tipos de documento atribuído ao workflow: %s" +#~ msgid "Create" +#~ msgstr "Criar" + +#~ msgid "Log entries" +#~ msgstr "As entradas de log" 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 a8a662a324..2008e22eab 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,236 +1,265 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 deaa506beb..257392e5cf 100644 --- a/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po @@ -1,236 +1,266 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 502993c01c..e163cc74aa 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,236 +1,265 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" diff --git a/mayan/apps/document_states/locale/sq/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/sq/LC_MESSAGES/django.po index 33aae0ed6b..8e1d887e60 100644 --- a/mayan/apps/document_states/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/sq/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -18,220 +18,247 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" diff --git a/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.po index 2a098c9bfb..8ea4a763ea 100644 --- a/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.po @@ -1,236 +1,264 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 c75d39cf65..cf13dce13b 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,236 +1,264 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" 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 bee115147d..6a656482c1 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,236 +1,264 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" diff --git a/mayan/apps/document_states/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/zh_TW/LC_MESSAGES/django.po index 4e6d016ae2..5acd3e242f 100644 --- a/mayan/apps/document_states/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/zh_TW/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -18,220 +18,247 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:38 +#: apps.py:35 +msgid "Document states" +msgstr "" + +#: apps.py:41 msgid "Initial state" msgstr "" -#: __init__.py:39 __init__.py:57 __init__.py:65 +#: apps.py:43 apps.py:55 apps.py:67 apps.py:74 msgid "None" msgstr "" -#: __init__.py:45 -msgid "Is initial state?" -msgstr "" - -#: __init__.py:52 views.py:83 +#: apps.py:48 msgid "Current state" msgstr "" -#: __init__.py:56 __init__.py:86 models.py:129 +#: apps.py:52 apps.py:83 models.py:189 msgid "User" msgstr "" -#: __init__.py:60 views.py:84 +#: apps.py:60 msgid "Last transition" msgstr "" -#: __init__.py:64 __init__.py:82 +#: apps.py:64 apps.py:79 msgid "Date and time" msgstr "" -#: __init__.py:71 models.py:66 -msgid "Origin state" +#: apps.py:72 apps.py:101 models.py:79 +msgid "Completion" msgstr "" -#: __init__.py:75 models.py:67 -msgid "Destination state" -msgstr "" - -#: __init__.py:90 forms.py:41 links.py:24 models.py:128 +#: apps.py:86 forms.py:39 links.py:67 models.py:187 msgid "Transition" msgstr "" -#: __init__.py:94 forms.py:42 models.py:130 +#: apps.py:90 forms.py:40 models.py:190 msgid "Comment" msgstr "" -#: links.py:5 links.py:22 models.py:38 views.py:170 +#: apps.py:95 +msgid "Is initial state?" +msgstr "" + +#: apps.py:105 models.py:105 +msgid "Origin state" +msgstr "" + +#: apps.py:109 models.py:109 +msgid "Destination state" +msgstr "" + +#: links.py:8 links.py:27 models.py:59 views.py:203 msgid "Workflows" msgstr "" -#: links.py:6 -msgid "Create" +#: links.py:12 +msgid "Create workflow" msgstr "" -#: links.py:7 links.py:12 links.py:17 +#: links.py:15 links.py:35 links.py:51 msgid "Delete" msgstr "" -#: links.py:8 links.py:13 links.py:18 -msgid "Edit" -msgstr "" - -#: links.py:10 permissions.py:7 -msgid "States" -msgstr "" - -#: links.py:11 -msgid "Create state" -msgstr "" - -#: links.py:15 -msgid "Transitions" -msgstr "" - -#: links.py:16 -msgid "Create transition" -msgstr "" - -#: links.py:20 models.py:17 +#: links.py:19 models.py:25 msgid "Document types" msgstr "" -#: links.py:23 +#: links.py:23 links.py:39 links.py:55 +msgid "Edit" +msgstr "" + +#: links.py:31 +msgid "Create state" +msgstr "" + +#: links.py:43 +msgid "States" +msgstr "" + +#: links.py:47 +msgid "Create transition" +msgstr "" + +#: links.py:59 +msgid "Transitions" +msgstr "" + +#: links.py:63 msgid "Detail" msgstr "" -#: models.py:16 models.py:44 models.py:64 +#: models.py:21 models.py:67 models.py:101 msgid "Label" msgstr "" -#: models.py:37 models.py:43 models.py:63 models.py:80 +#: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" msgstr "" -#: models.py:45 +#: models.py:71 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 "" -#: models.py:45 +#: models.py:73 msgid "Initial" msgstr "" -#: models.py:57 +#: models.py:77 +msgid "" +"Enter the percent of completion that this state represents in relation to " +"the workflow. Use numbers without the percent sign." +msgstr "" + +#: models.py:92 msgid "Workflow state" msgstr "" -#: models.py:58 +#: models.py:93 msgid "Workflow states" msgstr "" -#: models.py:74 +#: models.py:119 msgid "Workflow transition" msgstr "" -#: models.py:75 +#: models.py:120 msgid "Workflow transitions" msgstr "" -#: models.py:81 +#: models.py:129 msgid "Document" msgstr "" -#: models.py:120 models.py:126 +#: models.py:173 models.py:181 msgid "Workflow instance" msgstr "" -#: models.py:121 +#: models.py:174 msgid "Workflow instances" msgstr "" -#: models.py:127 +#: models.py:184 msgid "Datetime" msgstr "" -#: models.py:136 +#: models.py:196 msgid "Workflow instance log entry" msgstr "" -#: models.py:137 +#: models.py:197 msgid "Workflow instance log entries" msgstr "" -#: permissions.py:8 -msgid "Create workflows" -msgstr "" - -#: permissions.py:9 -msgid "Delete workflows" +#: permissions.py:7 +msgid "Document workflows" msgstr "" #: permissions.py:10 -msgid "Edit workflows" -msgstr "" - -#: permissions.py:11 -msgid "View workflows" +msgid "Create workflows" msgstr "" #: permissions.py:13 +msgid "Delete workflows" +msgstr "" + +#: permissions.py:16 +msgid "Edit workflows" +msgstr "" + +#: permissions.py:19 +msgid "View workflows" +msgstr "" + +#: permissions.py:22 msgid "View document workflows" msgstr "" -#: permissions.py:14 +#: permissions.py:26 msgid "Transition document workflows" msgstr "" -#: views.py:55 +#: views.py:64 #, python-format msgid "Workflows for document: %s" msgstr "" -#: views.py:95 +#: views.py:98 +#, python-format +msgid "Documents with the workflow: %s" +msgstr "" + +#: views.py:130 #, python-format msgid "Detail of workflow: %(workflow)s" msgstr "" -#: views.py:109 -msgid "Log entries" +#: views.py:185 +msgid "Submit" msgstr "" -#: views.py:155 +#: views.py:187 #, python-format msgid "Do transition for workflow: %s" msgstr "" -#: views.py:156 -msgid "Submit" +#: views.py:233 +msgid "Available document types" msgstr "" -#: views.py:220 +#: views.py:234 +msgid "Document types assigned this workflow" +msgstr "" + +#: views.py:265 +#, python-format +msgid "Document types assigned the workflow: %s" +msgstr "" + +#: views.py:302 #, python-format msgid "States of workflow: %s" msgstr "" -#: views.py:243 +#: views.py:334 #, python-format msgid "Create states for workflow: %s" msgstr "" -#: views.py:337 +#: views.py:444 #, python-format msgid "Transitions of workflow: %s" msgstr "" -#: views.py:360 +#: views.py:477 #, python-format msgid "Create transitions for workflow: %s" msgstr "" -#: views.py:385 +#: views.py:509 msgid "Unable to save transition; integrity error." msgstr "" - -#: views.py:461 -#, python-format -msgid "Document types assigned the workflow: %s" -msgstr "" diff --git a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po index 4a66d527bd..ec9c3b6d49 100644 --- a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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,612 +9,707 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "الوثائق" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "إنشاء أنواع الوثائق" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "نوع الوثيقة" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "نوع الملف" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "نوع البيانات الوصفية" - -#: __init__.py:126 -msgid "Metadata value" -msgstr "قيمة البيانات الوصفية" - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "المحتوى" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "الوصف" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:132 +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "نوع الملف" + +#: apps.py:127 +msgid "Thumbnail" +msgstr "" + +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "تم ارجاع اصدار الوثيقة بنجاح" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "صورة الصفحة" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "المحتويات" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "إعادة تسمية الوثيقة بسرعة" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "نطاق الصفحات" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "ضغط" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "تحميل الوثيقة في الشكل الأصلي أو بطريقة مضغوطة. هذا الخيار قابل للاختيار فقط عند تنزيل وثيقة واحدة أو وثائق متعددة، وسوف يكون التحميل دائما على شكل ملف مضغوط." +msgstr "" +"تحميل الوثيقة في الشكل الأصلي أو بطريقة مضغوطة. هذا الخيار قابل للاختيار فقط " +"عند تنزيل وثيقة واحدة أو وثائق متعددة، وسوف يكون التحميل دائما على شكل ملف " +"مضغوط." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "اسم الملف المضغوط" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "اسم الملف المضغوط سيحتوي الوثائق التي سيتم تحويلها، اذا تم اختيار الخيار السابق" - -#: links.py:40 views.py:68 -msgid "All documents" msgstr "" +"اسم الملف المضغوط سيحتوي الوثائق التي سيتم تحويلها، اذا تم اختيار الخيار " +"السابق" -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" +#: links.py:50 +msgid "Versions" msgstr "" -#: links.py:47 -msgid "Edit properties" -msgstr "" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "الصفحات" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "تحميل" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "تحميل" + +#: links.py:86 msgid "Print" msgstr "" -#: links.py:58 -msgid "Events" +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: links.py:61 -msgid "Clear the document image cache" -msgstr "مسح ذاكرة التخزين المؤقت لصورة الوثيقة" +#: links.py:94 links.py:123 +msgid "Restore" +msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "مسح بيانات الرسومات المستخدمة لتسريع عرض الوثائق و نتائج التحويلات." -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "مسح ذاكرة التخزين المؤقت لصورة الوثيقة" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "" -#: links.py:76 -msgid "Zoom in" +#: links.py:175 +msgid "Previous page" msgstr "" -#: links.py:77 -msgid "Zoom out" +#: links.py:181 +msgid "Next page" msgstr "" -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 -msgid "Versions" -msgstr "" - -#: links.py:84 -msgid "Revert" -msgstr "" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "" - -#: models.py:82 -msgid "Language" -msgstr "" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "حذف أنواع الوثائق" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "حذف الوثائق" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "نوع الوثيقة" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "الوصف" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "أنواع الوثائق: %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "تعليق" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Checksum" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "لا يعرف نوع هذه الوثيقة ، و بالتالي تم اعتبار عدد الصفحات ١." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "اسم الملف" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "صفحة %(page_num)d من أصل %(total_pages)d للوثيقة %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "أدخل قيمة صالحة" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "إنشاء وثائق" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "تحرير خصائص الوثيقة" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "تحرير الوثائق" - -#: permissions.py:12 -msgid "View documents" -msgstr "عرض الوثائق" - #: permissions.py:13 msgid "Delete documents" msgstr "حذف الوثائق" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "تحويل الوثائق" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "تحميل الوثائق" -#: permissions.py:15 -msgid "Transform documents" -msgstr "تحويل الوثائق" +#: permissions.py:22 +msgid "Edit documents" +msgstr "تحرير الوثائق" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "تشغيل أدوات تعديل الوثيقة" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "أعد الوثيقة لإصدار قديم" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "انشأ اصدارات جديدة للوثيقة" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "تحرير خصائص الوثيقة" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "إنشاء وثائق" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "حذف الوثائق" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "تشغيل أدوات تعديل الوثيقة" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "أعد الوثيقة لإصدار قديم" + +#: permissions.py:44 +msgid "View documents" +msgstr "عرض الوثائق" + +#: permissions.py:52 msgid "Documents setup" msgstr "ضبط الوثائق" -#: permissions.py:22 -msgid "View document types" -msgstr "عرض أنواع الوثائق" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "تحرير أنواع الوثائق" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "حذف أنواع الوثائق" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "إنشاء أنواع الوثائق" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "حذف أنواع الوثائق" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "تحرير أنواع الوثائق" + +#: permissions.py:65 +msgid "View document types" +msgstr "عرض أنواع الوثائق" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." msgstr "أكبر عدد من الوثائق الحديثة للتذكر لكل مستخدم." -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "النسبة المئوية لتكبير أو تصغير في صفحة الوثيقة لكل مستخدم." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "أكبر نسبة مئوية (%) للسماح بالتكبير داخل الوثيقة لكل مستخدم." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "أقل نسبة مئوية (%) للسماح بالتكبير داخل الوثيقة لكل مستخدم." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "الدرجة المسموح بها لتدوير الوثيقة لكل مستخدم." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "أنواع الوثائق: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "أقل عدد للصفحات بكل وثيقة: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "أكثر عدد للصفحات بكل وثيقة: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "معدل عدد للصفحات بكل وثيقة: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "الوثائق في قاعدة البيانات: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "الوثائق في التخزين: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "المساحة المستخدمة في التخزين: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"المساحة المستخدمة في التخزين: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "صفحات الوثائق في قاعدة البيانات: %d" -#: views.py:89 -msgid "documents" -msgstr "الوثائق" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "الوثائق في التخزين: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "حذف الوثائق" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "يجب تقديم وثيقة واحدة على الأقل." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "الوثيقة: %(document)s خطأ بالحذف: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "حذف الوثائق" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "حذف الوثائق" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "تحويل الوثائق" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "تم مسح الوثيقة بنجاح." + +#: views.py:263 msgid "Date added" msgstr "تاريخ الاضافة" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "وقت الاضافة" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "نوع الملف" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "لا شيء" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "حجم الملف" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "موجود في التخزين" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "مسار الملف في التخزين" -#: views.py:122 -msgid "Pages" -msgstr "الصفحات" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "يجب تقديم وثيقة واحدة على الأقل." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "تم مسح الوثيقة بنجاح." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "الوثيقة: %(document)s خطأ بالحذف: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -622,25 +717,25 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "تم تحرير الوثيقة بنجاح: \"%s\" ." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" @@ -650,275 +745,300 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "عودة" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[2] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[3] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[4] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[5] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "كل التحويلات الخاصة بالوثيقة: %s, تم مسحها بنجاح." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "خطأ بمسح التحويلات الخاصة بالوثيقة: %(document)s; %(error)s." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "كل التحويلات الخاصة بالوثيقة: %s, تم مسحها بنجاح." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[2] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[3] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[4] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[5] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "تم تعديل صفحة الوثيقة بنجاح" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "لا توجد صفحات أخرى بهذه الوثيقة" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "أنت بالفعل في الصفحة الأولى من هذه الوثيقة" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "تم تعديل نوع الوثيقة بنجاح" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "حذف أنواع الوثائق" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "خطأ بتعديل نوع الوثيقة: %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "تم مسح نوع الوثيقة: %s بنجاح" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr " حصل لنوع الوثيقة: %(document_type)s خطأ بالمسح: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "هل أنت متأكد أنك ترغب في حذف نوع الوثيقة: %s؟" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "تم انشاء نوع الوثيقة بنجاح" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "خطأ في إنشاء نوع الوثيقة: %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "تم تحرير اسم الملف لنوع الوثيقة بنجاح" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "خطأ بتحرير اسم الملف لنوع الوثيقة : %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "اسم الملف لنوع الوثيقة: %s تم مسحه بنجاح." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "اسم الملف لنوع الوثيقة: %(document_type_filename)s حصل له خطأ عند المسح: %(error)s" +msgstr "" +"اسم الملف لنوع الوثيقة: %(document_type_filename)s حصل له خطأ عند المسح: " +"%(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "هل أنت متأكد من مسح اسم الملف %(filename)s من نوع الوثيقة \"%(document_type)s\" ؟" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"هل أنت متأكد من مسح اسم الملف %(filename)s من نوع الوثيقة \"%(document_type)s" +"\" ؟" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "إنشاء اسم الملف لنوع الوثيقة بنجاح" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "خطأ بإنشاء اسم ملف لنوع الوثيقة: %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "تم تعديل صفحة الوثيقة بنجاح" -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "هل أنت متأكد أنك ترغب بمسح ذاكرة التخزين المؤقت للوثيقة؟" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "مسح ذاكرة التخزين المؤقت لصورة الوثيقة" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "تم ارجاع اصدار الوثيقة بنجاح" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "خطأ بارجاع اصدار الوثيقة %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "هل أنت متأكد أنك ترغب في العودة إلى هذا الإصدار؟" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "أعد الوثيقة لإصدار قديم" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "سيتم حذف جميع الإصدارات اللاحقة بعد هذا الإصدار أيضا." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "تم انشاء تحويلات صفحات الوثيقة بنجاح." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "انشاء تحويلات جديدة للصفحة: %(page)s في الوثيقة: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "تحويلات صفحات الوثيقة تمت بنجاح" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "تحرير التحويلات \"%(transformation)s\" للوثيقة: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "تحويلات صفحات الوثيقة مسحت بنجاح" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "هل أنت متأكد من مسح التحويل \"%(transformation)s\" التابع ل: %(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "نوع البيانات الوصفية" + +#~ msgid "Metadata value" +#~ msgstr "قيمة البيانات الوصفية" + +#~ msgid "Content" +#~ msgstr "المحتوى" + +#~ msgid "Contents" +#~ msgstr "المحتويات" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "لا يعرف نوع هذه الوثيقة ، و بالتالي تم اعتبار عدد الصفحات ١." + +#~ msgid "Enter a valid value." +#~ msgstr "أدخل قيمة صالحة" + +#~ msgid "documents" +#~ msgstr "الوثائق" + +#~ msgid "Document type edited successfully" +#~ msgstr "تم تعديل نوع الوثيقة بنجاح" + +#~ msgid "Error editing document type; %s" +#~ msgstr "خطأ بتعديل نوع الوثيقة: %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "تم مسح نوع الوثيقة: %s بنجاح" + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr " حصل لنوع الوثيقة: %(document_type)s خطأ بالمسح: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "هل أنت متأكد أنك ترغب في حذف نوع الوثيقة: %s؟" + +#~ msgid "Document type created successfully" +#~ msgstr "تم انشاء نوع الوثيقة بنجاح" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "خطأ في إنشاء نوع الوثيقة: %(error)s" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "هل أنت متأكد أنك ترغب بمسح ذاكرة التخزين المؤقت للوثيقة؟" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "هل أنت متأكد أنك ترغب في العودة إلى هذا الإصدار؟" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "تم انشاء تحويلات صفحات الوثيقة بنجاح." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "انشاء تحويلات جديدة للصفحة: %(page)s في الوثيقة: %(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "تحويلات صفحات الوثيقة تمت بنجاح" + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "تحرير التحويلات \"%(transformation)s\" للوثيقة: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "تحويلات صفحات الوثيقة مسحت بنجاح" + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "هل أنت متأكد من مسح التحويل \"%(transformation)s\" التابع ل: " +#~ "%(document_page)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -937,18 +1057,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -964,22 +1072,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1035,11 +1144,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1050,9 +1159,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1069,11 +1175,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1094,9 +1200,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1129,11 +1237,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1190,15 +1298,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1222,9 +1332,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po index 15c446c1da..060830f477 100644 --- a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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 @@ -11,900 +11,1020 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Документи" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Създаване на вид на документа" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:126 -msgid "Metadata value" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" msgstr "" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" +#: apps.py:127 +msgid "Thumbnail" msgstr "" -#: __init__.py:128 models.py:80 -msgid "Description" +#: apps.py:137 apps.py:140 +msgid "Type" msgstr "" -#: __init__.py:129 -msgid "Tags" +#: apps.py:143 +msgid "Date time trashed" msgstr "" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Документа е върнат успешно към предна версия" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Изображение на страница" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Съдържание" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Бързо преименуване на документ" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Поредица от страници" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Компресиране" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Сваляне на документа в оригинален формат или компресиран. Тази опция е избираема само при сваляне на един документ, при няколко документа наведнъж, те ще бъдат свалени в един компресиран архив." +msgstr "" +"Сваляне на документа в оригинален формат или компресиран. Тази опция е " +"избираема само при сваляне на един документ, при няколко документа наведнъж, " +"те ще бъдат свалени в един компресиран архив." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Име на компресирания архив" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "Името на компресирания архив, съдържащ документите за сваляне, ако предишната опция е избрана." - -#: links.py:40 views.py:68 -msgid "All documents" msgstr "" +"Името на компресирания архив, съдържащ документите за сваляне, ако " +"предишната опция е избрана." -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "" - -#: links.py:47 -msgid "Edit properties" -msgstr "" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Сваляне" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "" - -#: links.py:57 -msgid "Print" -msgstr "" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Изчистване на кеша от изображения на документи" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Изчистване на графичното представяне, използвано да ускори изобразяването на документите и интерактивните промени." - -#: links.py:64 -msgid "Page transformations" -msgstr "" - -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 -msgid "First page" -msgstr "" - -#: links.py:75 -msgid "Last page" -msgstr "" - -#: links.py:76 -msgid "Zoom in" -msgstr "" - -#: links.py:77 -msgid "Zoom out" -msgstr "" - -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "" -#: links.py:84 -msgid "Revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Страници" + +#: links.py:61 links.py:99 +msgid "Clear transformations" msgstr "" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" msgstr "" -#: links.py:91 views.py:956 -msgid "Create document type" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: links.py:93 -msgid "Filenames" +#: links.py:74 +msgid "Edit properties" msgstr "" -#: links.py:94 -msgid "Add filename to document type" +#: links.py:78 links.py:111 +msgid "Change type" msgstr "" -#: models.py:53 -msgid "Name" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Сваляне" + +#: links.py:86 +msgid "Print" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -msgid "Documents types" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: models.py:79 -msgid "Uninitialized document" +#: links.py:133 views.py:72 +msgid "All documents" msgstr "" -#: models.py:79 -msgid "The name of the document" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" msgstr "" -#: models.py:81 -msgid "Added" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:82 -msgid "Language" +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Изчистване на графичното представяне, използвано да ускори изобразяването на " +"документите и интерактивните промени." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Изчистване на кеша от изображения на документи" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:163 +msgid "First page" +msgstr "" + +#: links.py:168 +msgid "Last page" +msgstr "" + +#: links.py:175 +msgid "Previous page" +msgstr "" + +#: links.py:181 +msgid "Next page" +msgstr "" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Изтриване на вида документи" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Изтриване на документи" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Видове документи: %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Коментар" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Контролна сума" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Форматът на документа във файла е непознат. Затова броят страници е зададен на 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Име на файл" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" -msgstr "Страница %(page_num)d от общо %(total_pages)d страници от %(document)s документи." +msgstr "" +"Страница %(page_num)d от общо %(total_pages)d страници от %(document)s " +"документи." -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Въведете валидна стойност" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Създаване на документи" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Редактиране на свойства на документа" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Редактиране на документи" - -#: permissions.py:12 -msgid "View documents" -msgstr "Преглед на документи" - #: permissions.py:13 msgid "Delete documents" msgstr "Изтриване на документи" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Преобразуване на документи" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Изтегляне на документи" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Преобразуване на документи" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Редактиране на документи" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Изпълнение на изменение на документа" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Връщане на документите към предишна версия" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Създаване на нова версия на документа" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Редактиране на свойства на документа" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Създаване на документи" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Изтриване на документи" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Изпълнение на изменение на документа" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Връщане на документите към предишна версия" + +#: permissions.py:44 +msgid "View documents" +msgstr "Преглед на документи" + +#: permissions.py:52 msgid "Documents setup" msgstr "Настройки за документи" -#: permissions.py:22 -msgid "View document types" -msgstr "Преглед на типовете документи" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Редактиране на вида документи" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Изтриване на вида документи" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Създаване на вид на документа" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Изтриване на вида документи" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Редактиране на вида документи" + +#: permissions.py:65 +msgid "View document types" +msgstr "Преглед на типовете документи" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Максимален брой от скорошни (създадени, редактирани, прегледани) документи, които да се показват на потребителя" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Максимален брой от скорошни (създадени, редактирани, прегледани) документи, " +"които да се показват на потребителя" -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Процент приближавани или отдалечаване на страницата на документа, приложен за потребителя" +msgstr "" +"Процент приближавани или отдалечаване на страницата на документа, приложен " +"за потребителя" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Максимален процент (%) допустим за интерактивно увеличаване страницата от потребителя" +msgstr "" +"Максимален процент (%) допустим за интерактивно увеличаване страницата от " +"потребителя" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Минимален процент (%) допустим за интерактивно смаляване страницата от потребителя" +msgstr "" +"Минимален процент (%) допустим за интерактивно смаляване страницата от " +"потребителя" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Градуси на завъртане на страница от документ, при потребителско действие" +msgstr "" +"Градуси на завъртане на страница от документ, при потребителско действие" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Видове документи: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Минимален брой страници на документ: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Максимален брой страници на документ: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Брой страници на документ, средно: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Документи в базата данни: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Документи в склада: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Пространството, използвано в склада: %(base_2)s (база 2), %(base_10)s (база 10), %(bytes)d байта" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Пространството, използвано в склада: %(base_2)s (база 2), %(base_10)s (база " +"10), %(bytes)d байта" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Страници в базата данни: %d" -#: views.py:89 -msgid "documents" -msgstr "документи" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Документи в склада: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Изтриване на документи" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Приложете поне един документ" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Документ: %(document)s Грешка при триене: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Изтриване на документи" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Изтриване на документи" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Преобразуване на документи" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Документът е изтрит успешно." + +#: views.py:263 msgid "Date added" msgstr "Дата на добавяне" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Час на добавяне" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "mimetype на файла" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Размер на файла" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Съществува в склада" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Файлов път до склада" -#: views.py:122 -msgid "Pages" -msgstr "Страници" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Приложете поне един документ" -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Документът е изтрит успешно." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Документ: %(document)s Грешка при триене: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Документът \"%s\" е редактиран успешно" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Връщане" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "Всички преобразования на страницата на документ %s бяха изтрити успешно." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Грешка при изтриването на преобразования на страница на документ %(document)s, %(error)s." +msgstr "" +"Грешка при изтриването на преобразования на страница на документ " +"%(document)s, %(error)s." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" -msgstr[1] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"Всички преобразования на страницата на документ %s бяха изтрити успешно." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Страницата на документа е редактирана успешно." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Няма повече страници в този документ" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Вече сте на първа страница на този документ" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Вид на документа е редактиран успешно" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Изтриване на вида документи" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Грешка в редактирането на вид на документа %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Вид на документа %s изтрит успешно" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Вид на документа: %(document_type)s грешка при триене: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Сигурни ли сте, че искате да изтриете документ вид %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Вид на документа е създаден успешно" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Грешка при създаване на вид документ: %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Успешно редактиране на име на файла" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Грешка при редактиране на име на файла %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Име на файла на вид документ %s изтрит успешно" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Име на типа документ: %(document_type_filename)s грешка при изтриване: %(error)s" +msgstr "" +"Име на типа документ: %(document_type_filename)s грешка при изтриване: " +"%(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Сигурни ли сте, че искате да изтриете името: %(filename)s, на типа документ \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Сигурни ли сте, че искате да изтриете името: %(filename)s, на типа документ " +"\"%(document_type)s\"?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Името на типа документ е създаден успешно" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Грешка при създаване име на типа документ; %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "Страницата на документа е редактирана успешно." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Сигурни ли сте, че искате да изчистите кеша с изображения на документи?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Изчистване на кеша от изображения на документи" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Документа е върнат успешно към предна версия" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Грешка при връщане на версията на документа; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Сигурни ли сте, че искате да се върнете към тази версия?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Връщане на документите към предишна версия" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Всички версии, следващи тази, ще бъдат изтрити." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Преобразуването на страницата е извършено успешно" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Създаване на ново преобразуване на страница %(page)s на документ %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "имена на файлове за бързо преименуване на вида документ" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Редактиране на преобразуване %(transformation)s за %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Преобразуването на страницата е изтрито успешно." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Сигурни ли сте, че желаете да изтриете преобразуването преобразуване %(transformation)s за %(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Contents" +#~ msgstr "Съдържание" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Форматът на документа във файла е непознат. Затова броят страници е " +#~ "зададен на 1." + +#~ msgid "Enter a valid value." +#~ msgstr "Въведете валидна стойност" + +#~ msgid "documents" +#~ msgstr "документи" + +#~ msgid "Document type edited successfully" +#~ msgstr "Вид на документа е редактиран успешно" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Грешка в редактирането на вид на документа %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Вид на документа %s изтрит успешно" + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "Вид на документа: %(document_type)s грешка при триене: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Сигурни ли сте, че искате да изтриете документ вид %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Вид на документа е създаден успешно" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Грешка при създаване на вид документ: %(error)s" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "" +#~ "Сигурни ли сте, че искате да изчистите кеша с изображения на документи?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Сигурни ли сте, че искате да се върнете към тази версия?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Преобразуването на страницата е извършено успешно" + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Създаване на ново преобразуване на страница %(page)s на документ " +#~ "%(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "имена на файлове за бързо преименуване на вида документ" + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Редактиране на преобразуване %(transformation)s за %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Преобразуването на страницата е изтрито успешно." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Сигурни ли сте, че желаете да изтриете преобразуването преобразуване " +#~ "%(transformation)s за %(document_page)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -923,18 +1043,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -950,22 +1058,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1021,11 +1130,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1036,9 +1145,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1055,11 +1161,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1080,9 +1186,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1115,11 +1223,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1176,15 +1284,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1208,9 +1318,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" 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 e7936c378c..3846477211 100644 --- a/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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,904 +9,1025 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Dokumenti" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Kreiraj tipove dokumenata" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Tip dokumenta" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "MIME tip" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Metadata tip" - -#: __init__.py:126 -msgid "Metadata value" -msgstr "Metadata vrijednost" - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Sadržaj" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Opis" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:132 +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "MIME tip" + +#: apps.py:127 +msgid "Thumbnail" +msgstr "" + +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Verzija dokumenta uspješno vraćena" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Slika za stranicu" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Sadržaj" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Brzo preimenuj dokument" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Opseg stranice" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Kompresuj" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Download dokumenta u originalnom formatu ili kompresovanom. Ova opcija se odabire samo za jedan dokumenta, a za više dokumenata uvijek se koristi kompresovani format." +msgstr "" +"Download dokumenta u originalnom formatu ili kompresovanom. Ova opcija se " +"odabire samo za jedan dokumenta, a za više dokumenata uvijek se koristi " +"kompresovani format." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Naziv kompresovane datoteke" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "Naziv kompresovane datoteke koji sadrži dokumente koji su za download, ako je ova opcija odabrana." - -#: links.py:40 views.py:68 -msgid "All documents" msgstr "" +"Naziv kompresovane datoteke koji sadrži dokumente koji su za download, ako " +"je ova opcija odabrana." -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "" - -#: links.py:47 -msgid "Edit properties" -msgstr "" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Download" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "" - -#: links.py:57 -msgid "Print" -msgstr "" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Obriši cache slika dokumenata" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Obriši grafičku prezentaciju korištenu za ubrzanje prikaza dokumenata i interaktivnu transformaciju rezultata." - -#: links.py:64 -msgid "Page transformations" -msgstr "" - -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 -msgid "First page" -msgstr "" - -#: links.py:75 -msgid "Last page" -msgstr "" - -#: links.py:76 -msgid "Zoom in" -msgstr "" - -#: links.py:77 -msgid "Zoom out" -msgstr "" - -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "" -#: links.py:84 -msgid "Revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Stranice" + +#: links.py:61 links.py:99 +msgid "Clear transformations" msgstr "" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" msgstr "" -#: links.py:91 views.py:956 -msgid "Create document type" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: links.py:93 -msgid "Filenames" +#: links.py:74 +msgid "Edit properties" msgstr "" -#: links.py:94 -msgid "Add filename to document type" +#: links.py:78 links.py:111 +msgid "Change type" msgstr "" -#: models.py:53 -msgid "Name" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Download" + +#: links.py:86 +msgid "Print" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -msgid "Documents types" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: models.py:79 -msgid "Uninitialized document" +#: links.py:133 views.py:72 +msgid "All documents" msgstr "" -#: models.py:79 -msgid "The name of the document" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" msgstr "" -#: models.py:81 -msgid "Added" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:82 -msgid "Language" +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Obriši grafičku prezentaciju korištenu za ubrzanje prikaza dokumenata i " +"interaktivnu transformaciju rezultata." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Obriši cache slika dokumenata" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:163 +msgid "First page" +msgstr "" + +#: links.py:168 +msgid "Last page" +msgstr "" + +#: links.py:175 +msgid "Previous page" +msgstr "" + +#: links.py:181 +msgid "Next page" +msgstr "" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Obriši tipove dokumenata" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Obriši dokumente" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Tip dokumenta" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Opis" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Tipovi dokumenata: %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Komentar" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Checksum" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Format datoteke dokumenta nepoznat, broj stranica postavljen na 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Naziv datoteke" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Stranica %(page_num)d od ukupno %(total_pages)d u %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Upiši ispravnu vrijednost" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Kreiraj dokumente" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Izmijeni osobine dokumenta" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Izmijeni dokument" - -#: permissions.py:12 -msgid "View documents" -msgstr "Pregled dokumenata" - #: permissions.py:13 msgid "Delete documents" msgstr "Obriši dokumente" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Transformacija dokumenata" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Download dokumenata" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Transformacija dokumenata" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Izmijeni dokument" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Izvrši alate za izmjenu dokumenta" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Vrati dokument na prethodnu verziju" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Kreiraj novu verziju dokumenta" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Izmijeni osobine dokumenta" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Kreiraj dokumente" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Obriši dokumente" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Izvrši alate za izmjenu dokumenta" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Vrati dokument na prethodnu verziju" + +#: permissions.py:44 +msgid "View documents" +msgstr "Pregled dokumenata" + +#: permissions.py:52 msgid "Documents setup" msgstr "Dokumenti SETUP" -#: permissions.py:22 -msgid "View document types" -msgstr "Pregledaj tipove dokumenata" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Izmijeni tipove dokumenata" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Obriši tipove dokumenata" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Kreiraj tipove dokumenata" -#: settings.py:25 -msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Maksimalni broj nedavnih (kreiran, izmijenjen, pregledan) dokumenata za pamćenje po korisniku." +#: permissions.py:59 +msgid "Delete document types" +msgstr "Obriši tipove dokumenata" -#: settings.py:26 +#: permissions.py:62 +msgid "Edit document types" +msgstr "Izmijeni tipove dokumenata" + +#: permissions.py:65 +msgid "View document types" +msgstr "Pregledaj tipove dokumenata" + +#: settings.py:39 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Maksimalni broj nedavnih (kreiran, izmijenjen, pregledan) dokumenata za " +"pamćenje po korisniku." + +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "Iznos u procentima zumiranja stranice dokumenta po korisničkoj sesiji." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Maksimalni dozvoljeni iznos u procentima (%) korisniku da zumira stranicu dokumenta." +msgstr "" +"Maksimalni dozvoljeni iznos u procentima (%) korisniku da zumira stranicu " +"dokumenta." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Minimalni dozvoljeni iznos u procentima (%) po korisniku da zumira stranicu dokumenta." +msgstr "" +"Minimalni dozvoljeni iznos u procentima (%) po korisniku da zumira stranicu " +"dokumenta." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Iznos u stepenima za rotaciju stranice dokumenta po korisniku." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Tipovi dokumenata: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Minimalni broj stranica po dokumentu: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Maksimalni broj stranica po dokumentu: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Prosječni broj stranica po dokumentu: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Dokumenti u bazi: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Dokumenti u pohrani: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Prostor iskorišten u pohrani: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Prostor iskorišten u pohrani: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Stranice dokumenata u bazi: %d" -#: views.py:89 -msgid "documents" -msgstr "dokumenti" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Dokumenti u pohrani: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Obriši dokumente" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Mora postojati bar jedan dokument" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Dokument: %(document)s greška brisanja: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Obriši dokumente" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Obriši dokumente" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Transformacija dokumenata" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Dokument uspješno obrisan." + +#: views.py:263 msgid "Date added" msgstr "Datum dodavanja" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Vrijeme dodavanja" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Mimetype datoteke" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Nijedan" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Veličina datoteke" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Postoji u pohrani" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Putanja dokumenta u pohrani" -#: views.py:122 -msgid "Pages" -msgstr "Stranice" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Mora postojati bar jedan dokument" -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Dokument uspješno obrisan." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Dokument: %(document)s greška brisanja: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +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:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokument \"%s\" uspješno izmijenjen." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 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:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Vrati" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[2] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "Sve transformacije stranica za dokument: %s, su uspješno obrisane." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "Greška brisanja transformacija za dokument: %(document)s; %(error)s." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "Sve transformacije stranica za dokument: %s, su uspješno obrisane." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[2] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Stranica dokumenta uspješno izmijenjena." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Ovaj dokument nema više stranica." -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Već ste na prvoj stranici ovog dokumenta" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Tip dokumenta uspješno izmijenjen" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Obriši tipove dokumenata" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Greška pri izmjeni tipa dokumenta; %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Tip dokumenta: %s uspješno obrisan." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Tip dokumenta: %(document_type)s greška brisanja: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Jeste li sigurni da želite obrisati ti dokumenta: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Tip dokumenta uspješno kreiran" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Greška pri kreiranju tipa dokumenta; %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Naziv datoteke za tip dokumenta uspješno izmijenjen" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Greška pri izmjeni datoteke za tip dokumenta; %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Datoteka za tip dokumenta: %s uspješno obrisana." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Datoteka tipa dokumenta: %(document_type_filename)s greška brisanja: %(error)s" +msgstr "" +"Datoteka tipa dokumenta: %(document_type_filename)s greška brisanja: " +"%(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Jeste li sigurni da želite obrisati datoteku: %(filename)s, za tip dokumenta \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Jeste li sigurni da želite obrisati datoteku: %(filename)s, za tip " +"dokumenta \"%(document_type)s\"?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Naziv datoteke za tip dokumenta uspješno kreiran" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Greška pri kreiranju datoteke tipa dokumenta; %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "Stranica dokumenta uspješno izmijenjena." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Jeste li sigurni da želite obrisati cache slike dokumenta?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Obriši cache slika dokumenata" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Verzija dokumenta uspješno vraćena" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Greška pri vraćanju verzije dokumenta; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Jeste li sigurni da želite vratiti na ovu verziju?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Vrati dokument na prethodnu verziju" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Sve naknadne verzije nakon ove će također biti obrisane." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Transformacija stranice dokumenta uspješno obavljena." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Kreiraj novu transformaciju za stranicu: %(page)s dokumenta: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Transformacija stranice dokumenta uspješno imijenjena." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Izmijeni transformaciju \"%(transformation)s\" za: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Transformacija stranice dokumenta uspješno obrisana." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Jeste li sigurni da želite obrisati transformaciju \"%(transformation)s\" za: %(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "Metadata tip" + +#~ msgid "Metadata value" +#~ msgstr "Metadata vrijednost" + +#~ msgid "Content" +#~ msgstr "Sadržaj" + +#~ msgid "Contents" +#~ msgstr "Sadržaj" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "Format datoteke dokumenta nepoznat, broj stranica postavljen na 1." + +#~ msgid "Enter a valid value." +#~ msgstr "Upiši ispravnu vrijednost" + +#~ msgid "documents" +#~ msgstr "dokumenti" + +#~ msgid "Document type edited successfully" +#~ msgstr "Tip dokumenta uspješno izmijenjen" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Greška pri izmjeni tipa dokumenta; %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Tip dokumenta: %s uspješno obrisan." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "Tip dokumenta: %(document_type)s greška brisanja: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Jeste li sigurni da želite obrisati ti dokumenta: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Tip dokumenta uspješno kreiran" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Greška pri kreiranju tipa dokumenta; %(error)s" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "Jeste li sigurni da želite obrisati cache slike dokumenta?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Jeste li sigurni da želite vratiti na ovu verziju?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Transformacija stranice dokumenta uspješno obavljena." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Kreiraj novu transformaciju za stranicu: %(page)s dokumenta: %(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Transformacija stranice dokumenta uspješno imijenjena." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Izmijeni transformaciju \"%(transformation)s\" za: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Transformacija stranice dokumenta uspješno obrisana." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Jeste li sigurni da želite obrisati transformaciju \"%(transformation)s\" " +#~ "za: %(document_page)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -925,18 +1046,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -952,22 +1061,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1023,11 +1133,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1038,9 +1148,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1057,11 +1164,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1082,9 +1189,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1117,11 +1226,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1178,15 +1287,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1210,9 +1321,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/da/LC_MESSAGES/django.po b/mayan/apps/documents/locale/da/LC_MESSAGES/django.po index b58be414e6..61f1814389 100644 --- a/mayan/apps/documents/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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,900 +10,1020 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Dokumenter" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Opret dokumenttyper" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Dokumenttype" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "MIME type" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Metadata type" - -#: __init__.py:126 -msgid "Metadata value" -msgstr "Metadata værdi" - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Indhold" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Beskrivelse" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:132 +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "MIME type" + +#: apps.py:127 +msgid "Thumbnail" +msgstr "" + +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Tidligere dokumentversion genskabt" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Side billede" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Indhold" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Hurtig dokument omdøbning" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Sideinterval" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Komprimér" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Hent dokumentet i det originale format eller i en komprimeret udgave. Denne mulighed er kun valgbar når der downloades ét dokument. Ved overførsel af flere dokumenter pakkes disse altid i et arkiv." +msgstr "" +"Hent dokumentet i det originale format eller i en komprimeret udgave. Denne " +"mulighed er kun valgbar når der downloades ét dokument. Ved overførsel af " +"flere dokumenter pakkes disse altid i et arkiv." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Pakket filnavn" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "Filnavnet for den pakkede fil, der vil indeholde dokumenterne til download. Dette hvis den tidligere mulighed er valg." - -#: links.py:40 views.py:68 -msgid "All documents" msgstr "" +"Filnavnet for den pakkede fil, der vil indeholde dokumenterne til download. " +"Dette hvis den tidligere mulighed er valg." -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "" - -#: links.py:47 -msgid "Edit properties" -msgstr "" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Hent" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "" - -#: links.py:57 -msgid "Print" -msgstr "" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Ryd cache til dokumentbillede" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Fjern grafiske repræsentationer brugt til at fremskynde visning af de dokumenter og interaktivt transformerede resultater." - -#: links.py:64 -msgid "Page transformations" -msgstr "" - -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 -msgid "First page" -msgstr "" - -#: links.py:75 -msgid "Last page" -msgstr "" - -#: links.py:76 -msgid "Zoom in" -msgstr "" - -#: links.py:77 -msgid "Zoom out" -msgstr "" - -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "" -#: links.py:84 -msgid "Revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Sider" + +#: links.py:61 links.py:99 +msgid "Clear transformations" msgstr "" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" msgstr "" -#: links.py:91 views.py:956 -msgid "Create document type" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: links.py:93 -msgid "Filenames" +#: links.py:74 +msgid "Edit properties" msgstr "" -#: links.py:94 -msgid "Add filename to document type" +#: links.py:78 links.py:111 +msgid "Change type" msgstr "" -#: models.py:53 -msgid "Name" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Hent" + +#: links.py:86 +msgid "Print" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -msgid "Documents types" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: models.py:79 -msgid "Uninitialized document" +#: links.py:133 views.py:72 +msgid "All documents" msgstr "" -#: models.py:79 -msgid "The name of the document" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" msgstr "" -#: models.py:81 -msgid "Added" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:82 -msgid "Language" +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Fjern grafiske repræsentationer brugt til at fremskynde visning af de " +"dokumenter og interaktivt transformerede resultater." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Ryd cache til dokumentbillede" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:163 +msgid "First page" +msgstr "" + +#: links.py:168 +msgid "Last page" +msgstr "" + +#: links.py:175 +msgid "Previous page" +msgstr "" + +#: links.py:181 +msgid "Next page" +msgstr "" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Slet dokumenttyper" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Slet dokumenter" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Dokumenttype" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Beskrivelse" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Document typer: %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Kommentar" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Checksum" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Dette dokuments filformat er ukendt, hvorfor sidetal er sat til standardværdien 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Filnavn" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Side %(page_num)d ud af %(total_pages)d i %(document)s " -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Indtast en gyldig værdi." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Opret dokumenter" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Redigér dokumentegenskaber" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Redigér dokumenter" - -#: permissions.py:12 -msgid "View documents" -msgstr "Se dokumenter" - #: permissions.py:13 msgid "Delete documents" msgstr "Slet dokumenter" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Omdan dokumenter" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Hent dokumenter" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Omdan dokumenter" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Redigér dokumenter" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Udfør dokument modificerende værktøjer" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Bring dokumenter tilbage til tidligere version" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Dan ny dokumentversion" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Redigér dokumentegenskaber" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Opret dokumenter" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Slet dokumenter" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Udfør dokument modificerende værktøjer" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Bring dokumenter tilbage til tidligere version" + +#: permissions.py:44 +msgid "View documents" +msgstr "Se dokumenter" + +#: permissions.py:52 msgid "Documents setup" msgstr "Dokument indstillinger" -#: permissions.py:22 -msgid "View document types" -msgstr "Vis dokumenttyper" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Redigér dokumenttyper" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Slet dokumenttyper" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Opret dokumenttyper" -#: settings.py:25 -msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Maksimalt antal seneste (oprettet, redigeret, set) dokumenter der huskes per bruger." +#: permissions.py:59 +msgid "Delete document types" +msgstr "Slet dokumenttyper" -#: settings.py:26 +#: permissions.py:62 +msgid "Edit document types" +msgstr "Redigér dokumenttyper" + +#: permissions.py:65 +msgid "View document types" +msgstr "Vis dokumenttyper" + +#: settings.py:39 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Maksimalt antal seneste (oprettet, redigeret, set) dokumenter der huskes per " +"bruger." + +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "Procent zoom ind eller ud af en dokument side pr brugerinteraktion." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Maksimal mængde i procent (%) en bruger kan zoome i et dokuments side interaktivt." +msgstr "" +"Maksimal mængde i procent (%) en bruger kan zoome i et dokuments side " +"interaktivt." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Minimum procent (%) en brugeren er tilladt at zoome ud af en dokumentside interaktivt." +msgstr "" +"Minimum procent (%) en brugeren er tilladt at zoome ud af en dokumentside " +"interaktivt." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Antal grader en dokumentside roterer pr brugerinteraktion." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Document typer: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Minimum antal sider pr dokument: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Maksimale antal sider pr dokument: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Gennemsnitlig antal sider pr dokument: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Dokumenter i databasen: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Dokumenter i opbevaring: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Plads, der bruges i opbevaring: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Plads, der bruges i opbevaring: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Dokumentsider i databasen: %d" -#: views.py:89 -msgid "documents" -msgstr "dokumenter" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Dokumenter i opbevaring: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Slet dokumenter" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Skal angive mindst ét ​​dokument." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Dokument: %(document)s slette fejl: %(error)s " + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Slet dokumenter" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Slet dokumenter" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Omdan dokumenter" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Dokument slettet" + +#: views.py:263 msgid "Date added" msgstr "Dato tilføjet" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Tid tilføjet" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "File MIME-type" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Ingen" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Fil størrelse" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Eksisterer i opbevaring" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Filsti i opbevaring" -#: views.py:122 -msgid "Pages" -msgstr "Sider" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Skal angive mindst ét ​​dokument." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Dokument slettet" -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Dokument: %(document)s slette fejl: %(error)s " -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokument \"%s\" blev redigeret." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Retur" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 +#: views.py:698 +#, python-format +msgid "" +"Error deleting the page transformations for document: %(document)s; " +"%(error)s." +msgstr "" +"Fejl ved sletning af sidens transformationer for dokument: %(document)s ; " +"%(error)s ." + +#: views.py:701 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "Alle side transformationer for dokument: %s, er blevet slettet." -#: views.py:540 -#, python-format -msgid "" -"Error deleting the page transformations for document: %(document)s; " -"%(error)s." -msgstr "Fejl ved sletning af sidens transformationer for dokument: %(document)s ; %(error)s ." - -#: views.py:550 -msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" -#: views.py:579 views.py:621 +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Dokument side redigeret." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Der er ikke flere sider i dette dokument" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Du er allerede på den første side af dette dokument" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Dokumenttype redigeret" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Slet dokumenttyper" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Fejl ved redigering af dokument type; %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Dokumenttype: %s slettet." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Dokumenttype: %(document_type)s slette fejl: %(error)s " - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Er du sikker på du vil slette dokumenttype: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Dokumenttype blevet oprettet" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Fejl ved oprettelse af dokument type %(error)s " - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Dokumenttype filnavn redigeret" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Fejl ved redigering af dokumenttype filnavn, %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Document type filnavn: %s slettet." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Dokumenttype filnavn: %(document_type_filename)s slette fejl: %(error)s " +msgstr "" +"Dokumenttype filnavn: %(document_type_filename)s slette fejl: %(error)s " -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Er du sikker på du vil slette filnavn: %(filename)s , fra dokumenttype \" %(document_type)s \"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Er du sikker på du vil slette filnavn: %(filename)s , fra dokumenttype \" " +"%(document_type)s \"?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Dokumenttype filnavn oprettet" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Fejl ved oprettelse af dokumenttype filnavn, %(error)s " -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "Dokument side redigeret." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Er du sikker på at du vil slette cache til dokumentbilled" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Ryd cache til dokumentbillede" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Tidligere dokumentversion genskabt" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Fejl ved genskabelse af dokumentversion; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Er du sikker på at du vil genskabe denne version?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Bring dokumenter tilbage til tidligere version" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Alle senere versioner af denne vil også blive slettet." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Document side transformation oprettet." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Opret ny transformation til side: %(page)s i dokumentet: %(document)s " - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Dokument side transformation redigeret." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Rediger transformation \" %(transformation)s \" for: %(document_page)s " - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Dokument side transformation slettet." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Er du sikker på du ønsker at slette transformation \" %(transformation)s \" for: %(document_page)s " - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "Metadata type" + +#~ msgid "Metadata value" +#~ msgstr "Metadata værdi" + +#~ msgid "Content" +#~ msgstr "Indhold" + +#~ msgid "Contents" +#~ msgstr "Indhold" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Dette dokuments filformat er ukendt, hvorfor sidetal er sat til " +#~ "standardværdien 1." + +#~ msgid "Enter a valid value." +#~ msgstr "Indtast en gyldig værdi." + +#~ msgid "documents" +#~ msgstr "dokumenter" + +#~ msgid "Document type edited successfully" +#~ msgstr "Dokumenttype redigeret" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Fejl ved redigering af dokument type; %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Dokumenttype: %s slettet." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "Dokumenttype: %(document_type)s slette fejl: %(error)s " + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Er du sikker på du vil slette dokumenttype: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Dokumenttype blevet oprettet" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Fejl ved oprettelse af dokument type %(error)s " + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "Er du sikker på at du vil slette cache til dokumentbilled" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Er du sikker på at du vil genskabe denne version?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Document side transformation oprettet." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Opret ny transformation til side: %(page)s i dokumentet: %(document)s " + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Dokument side transformation redigeret." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Rediger transformation \" %(transformation)s \" for: %(document_page)s " + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Dokument side transformation slettet." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Er du sikker på du ønsker at slette transformation \" %(transformation)s " +#~ "\" for: %(document_page)s " + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -922,18 +1042,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -949,22 +1057,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1020,11 +1129,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1035,9 +1144,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1054,11 +1160,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1079,9 +1185,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1114,11 +1222,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1175,15 +1283,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1207,9 +1317,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/documents/locale/de_CH/LC_MESSAGES/django.po index 81db5831ce..028921f4a6 100644 --- a/mayan/apps/documents/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/de_CH/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,886 +19,892 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "create document type" +msgid "Create a document type" +msgstr "create document type" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:126 -msgid "Metadata value" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" msgstr "" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" +#: apps.py:127 +msgid "Thumbnail" msgstr "" -#: __init__.py:128 models.py:80 -msgid "Description" +#: apps.py:137 apps.py:140 +msgid "Type" msgstr "" -#: __init__.py:129 -msgid "Tags" +#: apps.py:143 +msgid "Date time trashed" msgstr "" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document edited" +msgid "Document version reverted" +msgstr "Document edited" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "" -#: forms.py:197 +#: forms.py:128 msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" +#: links.py:50 +msgid "Versions" msgstr "" -#: links.py:47 -msgid "Edit properties" +#: links.py:54 views.py:287 +msgid "Pages" msgstr "" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "" + +#: links.py:86 msgid "Print" msgstr "" -#: links.py:58 -msgid "Events" +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: links.py:61 -msgid "Clear the document image cache" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "create document type" +msgid "Clear document cache" +msgstr "create document type" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "" -#: links.py:76 -msgid "Zoom in" +#: links.py:175 +msgid "Previous page" msgstr "" -#: links.py:77 -msgid "Zoom out" +#: links.py:181 +msgid "Next page" msgstr "" -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 -msgid "Versions" -msgstr "" - -#: links.py:84 -msgid "Revert" -msgstr "" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "" - -#: models.py:82 -msgid "Language" -msgstr "" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +msgid "Delete time period" +msgstr "" + +#: models.py:84 +msgid "Delete time unit" +msgstr "" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document type list" +msgid "Document stub, id: %d" +msgstr "document type list" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "" - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 -msgid "Create documents" -msgstr "" - #: permissions.py:10 -msgid "Edit document properties" -msgstr "" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "" - -#: permissions.py:12 -msgid "View documents" +msgid "Create documents" msgstr "" #: permissions.py:13 msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "document" +msgid "Trash documents" +msgstr "document" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "" -#: permissions.py:15 -msgid "Transform documents" -msgstr "" - -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "" - -#: permissions.py:18 -msgid "Create new document versions" -msgstr "" - -#: permissions.py:20 -msgid "Documents setup" -msgstr "" - #: permissions.py:22 -msgid "View document types" -msgstr "" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "" - -#: permissions.py:24 -msgid "Delete document types" +msgid "Edit documents" msgstr "" #: permissions.py:25 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:28 +msgid "Edit document properties" +msgstr "" + +#: permissions.py:31 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Can print documents" +msgstr "What are recent documents?" + +#: permissions.py:34 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore deleted document" +msgstr "What are recent documents?" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:44 +msgid "View documents" +msgstr "" + +#: permissions.py:52 +msgid "Documents setup" +msgstr "" + +#: permissions.py:56 msgid "Create document types" msgstr "" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "" + +#: permissions.py:65 +msgid "View document types" +msgstr "" + +#: settings.py:39 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per " "user." msgstr "" -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " "bytes" msgstr "" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "" -#: views.py:89 -msgid "documents" +#: views.py:90 +#, fuzzy +#| msgid "Document data" +msgid "Documents in trash" +msgstr "document data" + +#: views.py:112 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected document?" +msgstr "What are recent documents?" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected document?" +msgstr "What are recent documents?" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgid "Document: %(document)s restored." +msgstr "Document \"%(document)s\" deleted by %(fullname)s." + +#: views.py:176 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected documents?" +msgstr "What are recent documents?" + +#: views.py:183 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected documents?" +msgstr "What are recent documents?" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Change document type of: %s" +msgid "Pages for document: %s" +msgstr "Create document types" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" msgstr "" -#: views.py:110 +#: views.py:235 +msgid "Trash emptied successfully" +msgstr "" + +#: views.py:263 msgid "Date added" msgstr "" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "" -#: views.py:122 -msgid "Pages" -msgstr "" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "" -#: views.py:201 -msgid "Document deleted successfully." -msgstr "" +#: views.py:359 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document moved to trash successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" -msgstr "" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgid "Document: %(document)s error moving to trash: %(error)s" +msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected " -"document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected " -"documents?" -msgstr[0] "" -msgstr[1] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "" +#: views.py:955 +#, fuzzy, python-format +#| msgid "What are document types?" +msgid "Delete the document type: %s?" +msgstr "What are document types?" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1048 +#: views.py:1064 #, python-format msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document cache clearing queued successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "" +#: views.py:1117 +#, fuzzy +#| msgid "create document type" +msgid "Clear the document cache?" +msgstr "create document type" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" +#: views.py:1183 +msgid "Revert to this version?" msgstr "" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "" - -#: widgets.py:67 +#: widgets.py:71 #, fuzzy, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "Page %(page_num)d out of %(total_pages)d of %(document)s" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" @@ -920,21 +926,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for " -#~ "documents: %s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for " -#~ "documents: %s?" - -#~ msgid "Document edited" -#~ msgstr "Document edited" - #~ msgid "Version" #~ msgstr "version" @@ -964,12 +955,6 @@ msgstr "" #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - -#~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." - #~ msgid "Page" #~ msgstr "Page" @@ -1003,15 +988,6 @@ msgstr "" #~ msgid "Document properties for: %s" #~ msgstr "document properties for: %s" -#~ msgid "Document data" -#~ msgstr "document data" - -#~ msgid "Document type for document \"%s\" changed successfully." -#~ msgstr "Document type: %s deleted successfully." - -#~ msgid "Change document type of: %s" -#~ msgstr "Create document types" - #~ msgid "On large databases this operation may take some time to execute." #~ msgstr "On large databases this operation may take some time to execute." @@ -1028,18 +1004,12 @@ msgstr "" #~ "Document \"%(content_object)s\" was edited on %(datetime)s by " #~ "%(fullname)s. The following changes took place: %(changes)s." -#~ msgid "document" -#~ msgstr "document" - #~ msgid "Document transformation" #~ msgstr "document transformation" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1087,9 +1057,6 @@ msgstr "" #~ "Search all the documents' checksums and return a list of the exact " #~ "matches." -#~ msgid "Document type list" -#~ msgstr "document type list" - #~ msgid "Final" #~ msgstr "final" @@ -1139,9 +1106,6 @@ msgstr "" #~ msgid "document types" #~ msgstr "document types" -#~ msgid "create document type" -#~ msgstr "create document type" - #~ msgid "filenames" #~ msgstr "filenames" @@ -1175,9 +1139,6 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "What are document types?" -#~ msgstr "What are document types?" - #~ msgid "" #~ "Document types define a class that represents a broard group of " #~ "documents, such as: invoices, regulations or manuals. The advantage of " @@ -1191,9 +1152,6 @@ msgstr "" #~ "renaming during creation, as well as assigning default metadata types and " #~ "sets to it." -#~ msgid "What are recent documents?" -#~ msgstr "What are recent documents?" - #~ msgid "" #~ "Here you will find the latest %(recent_count)s documents you have either " #~ "created or edited in any way." @@ -1213,9 +1171,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" 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 2cd2ce26c4..09f5e268de 100644 --- a/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: # Stefan Lodders , 2012 @@ -15,900 +15,1125 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Dokumente" -#: __init__.py:97 -msgid "Thumbnail" -msgstr "Miniaturbild" +#: apps.py:86 +#, fuzzy +#| msgid "Create document type" +msgid "Create a document type" +msgstr "Dokumententyp erstellen" -#: __init__.py:101 -msgid "Type" -msgstr "Typ" +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." +msgstr "" -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Dokumententyp" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "MIME Typ" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "Bezeichnung" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Metadatentyp" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" +msgstr "" -#: __init__.py:126 -msgid "Metadata value" -msgstr "Metadatenwert" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "MIME Typ" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Inhalt" +#: apps.py:127 +msgid "Thumbnail" +msgstr "Miniaturbild" -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Beschreibung" +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "Typ" -#: __init__.py:129 -msgid "Tags" -msgstr "Tags" +#: apps.py:143 +#, fuzzy +#| msgid "Date and time" +msgid "Date time trashed" +msgstr "Zeit" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "Dokumententendenzen" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "Dokumentennutzung" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "Dokument erstellt" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "Dokumenteneigenschaften bearbeitet" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "Dokumententyp geändert" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Dokument wurde erfolgreich wiederhergestellt" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Seitenbild" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Inhalte" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "Dokumentseiten (%d)" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Dokument schnell umbenennen" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "Seite %(page_number)d" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Seitenbereich" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Komprimieren" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Datei im Originalformat oder als komprimiertes Archiv herunterladen. Diese Option ist nur wählbar, wenn ein einzelnes Dokument heruntergeladen wird. Mmehrere Dateien werden immer als komprimiertes Archiv heruntergeladen." +msgstr "" +"Datei im Originalformat oder als komprimiertes Archiv herunterladen. Diese " +"Option ist nur wählbar, wenn ein einzelnes Dokument heruntergeladen wird. " +"Mmehrere Dateien werden immer als komprimiertes Archiv heruntergeladen." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Name der komprimierten Datei" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "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." +msgstr "" +"Name der komprimierten Datei, die die Dokumente zum Download beeinhaltet, " +"wenn die vorherige Option gewählt wurde." -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "Alle Dokumente" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" -msgstr "Letzte Dokumente" +#: handlers.py:9 +msgid "Default" +msgstr "" #: links.py:42 msgid "Preview" msgstr "Vorschau" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "Eigenschaften" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "Löschen" - -#: links.py:47 -msgid "Edit properties" -msgstr "Eigenschaften bearbeiten" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "Typ ändern" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Herunterladen" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "Seitenzahl zurücksetzen" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "Transformationen löschen" - -#: links.py:57 -msgid "Print" -msgstr "Drucken" - -#: links.py:58 -msgid "Events" -msgstr "Ereignisse" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Dokumentenbildercache löschen" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Grafiken löschen, die benutzt werden um die Dokumentendarstellung und interaktive Transformationsausgabe zu beschleunigen." - -#: links.py:64 -msgid "Page transformations" -msgstr "Seitentransformationen" - -#: links.py:65 -msgid "Create new transformation" -msgstr "Neue Transformation erstellen" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "Bearbeiten" - -#: links.py:70 -msgid "Page text" -msgstr "Seitentext" - -#: links.py:71 -msgid "Edit page text" -msgstr "Seitentext beabeiten" - -#: links.py:72 -msgid "Next page" -msgstr "Nächste Seite" - -#: links.py:73 -msgid "Previous page" -msgstr "Vorherige Seite" - -#: links.py:74 -msgid "First page" -msgstr "Erste Seite" - -#: links.py:75 -msgid "Last page" -msgstr "Letzte Seite" - -#: links.py:76 -msgid "Zoom in" -msgstr "Ansicht vergößern" - -#: links.py:77 -msgid "Zoom out" -msgstr "Ansicht verkleinern" - -#: links.py:78 -msgid "Rotate right" -msgstr "Nach rechts drehen" - -#: links.py:79 -msgid "Rotate left" -msgstr "Nach links drehen" - -#: links.py:80 -msgid "Reset view" -msgstr "Ansicht zurücksetzen" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "Versionen" -#: links.py:84 -msgid "Revert" -msgstr "Rücksetzen" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Seiten" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "Dokumententypen" +#: links.py:61 links.py:99 +msgid "Clear transformations" +msgstr "Transformationen löschen" -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "Dokumententyp erstellen" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "Löschen" -#: links.py:93 -msgid "Filenames" -msgstr "Dateinamen" +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" -#: links.py:94 -msgid "Add filename to document type" -msgstr "Dateiname zu Dokumententyp hinzufügen" +#: links.py:74 +msgid "Edit properties" +msgstr "Eigenschaften bearbeiten" -#: models.py:53 -msgid "Name" -msgstr "Name" +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "Typ ändern" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "Neu erstellte Dokumente automatisch in die OCR-Warteschlange einreihen" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Herunterladen" -#: models.py:68 -msgid "Documents types" -msgstr "Dokumententyp" +#: links.py:86 +msgid "Print" +msgstr "Drucken" -#: models.py:79 -msgid "Uninitialized document" -msgstr "Nicht initialisiertes Dokument" +#: links.py:90 links.py:119 +msgid "Reset page count" +msgstr "Seitenzahl zurücksetzen" -#: models.py:79 -msgid "The name of the document" -msgstr "Name des Dokuments" +#: links.py:94 links.py:123 +msgid "Restore" +msgstr "" -#: models.py:81 -msgid "Added" -msgstr "Hinzugefügt" +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "Alle Dokumente" -#: models.py:82 -msgid "Language" -msgstr "Sprache" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "Letzte Dokumente" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Grafiken löschen, die benutzt werden um die Dokumentendarstellung und " +"interaktive Transformationsausgabe zu beschleunigen." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Dokumentenbildercache löschen" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" +msgstr "" + +#: links.py:163 +msgid "First page" +msgstr "Erste Seite" + +#: links.py:168 +msgid "Last page" +msgstr "Letzte Seite" + +#: links.py:175 +msgid "Previous page" +msgstr "Vorherige Seite" + +#: links.py:181 +msgid "Next page" +msgstr "Nächste Seite" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "Dokument" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "Nach links drehen" + +#: links.py:197 +msgid "Rotate right" +msgstr "Nach rechts drehen" + +#: links.py:205 +msgid "Reset view" +msgstr "Ansicht zurücksetzen" + +#: links.py:210 +msgid "Zoom in" +msgstr "Ansicht vergößern" + +#: links.py:215 +msgid "Zoom out" +msgstr "Ansicht verkleinern" + +#: links.py:223 +msgid "Revert" +msgstr "Rücksetzen" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "Dokumententyp erstellen" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "Bearbeiten" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "Dateiname zu Dokumententyp hinzufügen" + +#: links.py:256 +msgid "Filenames" +msgstr "Dateinamen" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "Dokumententypen" + +#: models.py:68 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "Alle Dokumente dieses Typs werden auch gelöscht." + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "Alle Dokumente dieses Typs werden auch gelöscht." + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Dokumententypen löschen" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Dokumente löschen" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Dokumententyp" + +#: models.py:121 +msgid "Documents types" +msgstr "Dokumententyp" + +#: models.py:139 +msgid "The name of the document" +msgstr "Name des Dokuments" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Beschreibung" + +#: models.py:145 +msgid "Added" +msgstr "Hinzugefügt" + +#: models.py:150 +msgid "Language" +msgstr "Sprache" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +#, fuzzy +#| msgid "Date and time" +msgid "Date and time trashed" +msgstr "Zeit" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Dokumententypen %d" + +#: models.py:331 msgid "Timestamp" msgstr "Zeitstempel" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Kommentar" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "Datei" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Prüfsumme" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "Dokumentenversion" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Dateiformat unbekannt, daher wird die Seitenzahl auf 1 gesetzt." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Dateiname" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "Aktiviert" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "Dokumententyp Schnelle Dateiumbenennung" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "Dokumententypen Schnelle Dateiumbenennungen" -#: models.py:495 -msgid "Page label" -msgstr "Seitenbezeichnung" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "Seitenzahl" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Seite %(page_num)d von %(total_pages)d in %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "Dokumentenseite" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "Dokumentenseiten" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Einen gültigen Wert eingeben." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "Reihenfolge" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "Transformation" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "Argumente" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "Benutzen Sie Python dictionaries, um Argumente anzugeben: {'degrees':90}" - -#: models.py:561 -msgid "Document page transformation" -msgstr "Dokumentenseite Transformation" - -#: models.py:562 -msgid "Document page transformations" -msgstr "Dokumentenseiten Transformationen" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "Benutzer" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "Zugegriffen" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "Letztes Dokument" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Dokumente erstellen" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Dokumenteneigenschaften bearbeiten" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Dokumente bearbeiten" - -#: permissions.py:12 -msgid "View documents" -msgstr "Dokumente anzeigen" - #: permissions.py:13 msgid "Delete documents" msgstr "Dokumente löschen" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Dokumente transformieren" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Dokumente herunterladen" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Dokumente transformieren" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Dokumente bearbeiten" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Dokumentenbearbeitungswerkzeuge ausführen" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Vorherige Dokumentenversion wiederherstellen" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Neue Dokumentenversion erstellen" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Dokumenteneigenschaften bearbeiten" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Dokumente erstellen" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Dokumente löschen" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Dokumentenbearbeitungswerkzeuge ausführen" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Vorherige Dokumentenversion wiederherstellen" + +#: permissions.py:44 +msgid "View documents" +msgstr "Dokumente anzeigen" + +#: permissions.py:52 msgid "Documents setup" msgstr "Dokumenteneinstellung" -#: permissions.py:22 -msgid "View document types" -msgstr "Dokumententypen anzeigen" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Dokumententypen bearbeiten" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Dokumententypen löschen" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Dokumententypen erstellen" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Dokumententypen löschen" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Dokumententypen bearbeiten" + +#: permissions.py:65 +msgid "View document types" +msgstr "Dokumententypen anzeigen" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Maximale Anzahl von Letzte Dokumente (erstellt, bearbeitet, angezeigt) pro Benutzer." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Maximale Anzahl von Letzte Dokumente (erstellt, bearbeitet, angezeigt) pro " +"Benutzer." -#: settings.py:26 +#: settings.py:46 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." +msgstr "" +"Betrag in Prozent für Ansicht vergrößern/verkleinern pro Benutzer Aktion." -#: settings.py:27 +#: settings.py:53 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:28 +#: settings.py:60 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:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Gradzahl, die ein Dokument pro Benutzer Aktion gedreht wird." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "Standarddokumentensprache (in ISO639-2 Format)" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "Liste der unterstützen Dokumentensprachen" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Dokumententypen %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Kleinste Seitenanzahl pro Dokument: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Größte Seitenanzahl pro Dokument: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Durchschnittliche Seitenanzahl pro Dokument: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Dokumente in der Datenbank: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Dokumente im Dateispeicher: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Genutzter Dateispeicher: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Genutzter Dateispeicher: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Dokumentenseiten in der Datenbank: %d" -#: views.py:89 -msgid "documents" -msgstr "Dokumente" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Dokumente im Dateispeicher: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Delete the selected document?" +msgstr "Den Typ des ausgewählten Dokuments ändern" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Restore the selected document?" +msgstr "Den Typ des ausgewählten Dokuments ändern" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Dokument: %(document)s Löschfehler: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Delete the selected documents?" +msgstr "Den Typ des ausgewählten Dokuments ändern" + +#: views.py:183 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Restore the selected documents?" +msgstr "Den Typ des ausgewählten Dokuments ändern" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Properties for document: %s" +msgid "Pages for document: %s" +msgstr "Eigenschaften von Dokument %s" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Dokument erfolgreich gelöscht" + +#: views.py:263 msgid "Date added" msgstr "Hinzugefügt am" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Hinzugefügt um" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Datei MIME Type" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Keiner" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "Dateikodierung" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Dateigröße" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Im Dateispeicher" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Pfad im Dateispeicher" -#: views.py:122 -msgid "Pages" -msgstr "Seiten" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "Eigenschaften von Dokument %s" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "Vorschau von Dokument %s" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "Inhalt von Dokument %s" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Es muss mindestens ein Dokument angegeben werden." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Dokument erfolgreich gelöscht" -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Dokument: %(document)s Löschfehler: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" -msgstr[0] "Sind Sie sicher, dass Sie das ausgewählte Dokument löschen wollen?" -msgstr[1] "Sind Sie sicher, dass Sie die ausgewählten Dokumente löschen wollen?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" +msgstr[0] "" +msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokument \"%s\" erfolgreich bearbeitet" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "Eigenschaften von Dokument %s bearbeiten" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "Dokumententyp erfolgreich geändert" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "Absenden" -#: views.py:308 +#: views.py:466 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:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "Dokumente zum Herunterladen" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "Zeit" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "Kodierung" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Zurück" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "Dokument eingereiht für Rücksetzung der Seitenzahl" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "Dokumente eingereiht für Rücksetzung der Seitenzahl" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" -msgstr[0] "Sind Sie sicher, dass Sie die Seitenzahl des ausgewählten Dokuments zurücksetzen wollen?" -msgstr[1] "Sind Sie sicher, dass Sie die Seitenzahl der ausgewählten Dokumente zurücksetzen wollen?" +#: views.py:656 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to reset the page count of the selected document?" +#| msgid_plural "" +#| "Are you sure you wish to reset the page count of the selected documents?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" +msgstr[0] "" +"Sind Sie sicher, dass Sie die Seitenzahl des ausgewählten Dokuments " +"zurücksetzen wollen?" +msgstr[1] "" +"Sind Sie sicher, dass Sie die Seitenzahl der ausgewählten Dokumente " +"zurücksetzen wollen?" -#: views.py:538 -#, 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:540 +#: views.py:698 #, 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" +msgstr "" +"Fehler beim Löschen der Seitentransformation von %(document)s; %(error)s" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to 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?" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"Alle Seitentransformationen für Dokument %s wurden erfolgreich gelöscht." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for the " +#| "selected document?" +#| msgid_plural "" +#| "Are you sure you wish to clear all the page transformations for the " +#| "selected documents?" +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:739 #, python-format msgid "Details for: %s" msgstr "Details für %s" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Dokumentenseite erfolgreich bearbeitet" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "%s bearbeiten" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Keine weiteren Seiten in diesem Dokument" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Sie sind bereits auf der ersten Seite dieses Dokuments" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "%s drucken" -#: views.py:870 -msgid "OCR" -msgstr "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." +msgstr "Alle Dokumente dieses Typs werden auch gelöscht." -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Dokumententyp erfolgreich bearbeitet" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Dokumententypen löschen" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Fehler beim Bearbeiten vom Dokumententyp %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "Dokumententyp %s bearbeiten" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Dokumententyp %s erfolgreich gelöscht" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Fehler beim Löschen von Dokumententyp %(document_type)s: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Sind Sie sicher, dass Sie den Dokumententyp %s wirklich löschen möchten?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "Alle Dokumente dieses Typs werden auch gelöscht." - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Dokumententyp erfolgreich angelegt" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Fehler beim Erstellen des Dokumententyps: %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "Dateinamen für Dokumententyp %s" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Dokumententyp Dateiname erfolgreich bearbeitet" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Fehler beim Bearbeiten von Dokumententyp Dateiname: %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "Dateiname \"%(filename)s\" von Dokumententyp \"%(document_type)s\" bearbeiten" +msgstr "" +"Dateiname \"%(filename)s\" von Dokumententyp \"%(document_type)s\" bearbeiten" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "Dokumententyp Dateiname" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Dokumententyp Dateiname: %s erfolgreich gelöscht" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr " Fehler beim Löschen von Dokumententyp-Dateiname %(document_type_filename)s: %(error)s" +msgstr "" +" Fehler beim Löschen von Dokumententyp-Dateiname %(document_type_filename)s: " +"%(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Sind Sie sicher, dass Sie den Dateinamen %(filename)s des Dokumententyps \"%(document_type)s\" löschen möchten?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Dateiname \"%(filename)s\" von Dokumententyp \"%(document_type)s\" bearbeiten" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Dateiname für Dokumententyp erfolgreich erstellt" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Fehler beim Erstellen des Dokumententyp-Dateinamens: %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "Dateiname erstellen für Dokumentenyp %s" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." +#: views.py:1111 +#, fuzzy +#| msgid "Document image cache clearing queued successfully." +msgid "Document cache clearing queued successfully." msgstr "Löschung des Dokumentenbildcaches erfolgreich eingereiht" -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Sind Sie sicher, das Sie den Dokumentenbilderzwischenspeicher bereinigen möchten?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Dokumentenbildercache löschen" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "Zeit" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "Versionen von Dokument %s" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Dokument wurde erfolgreich wiederhergestellt" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Fehler beim Wiederherstellen der Dokumentenversion %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Sind Sie sicher, dass Sie diese Version des Dokuments wiederherstellen möchten?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Vorherige Dokumentenversion wiederherstellen" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Alle späteren Versionen dieses Dokuments werden ebenfalls gelöscht." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "Transformationen von %s" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Dokumentenseitentransformation erfolgreich erstellt." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Transformation erstellen für Seite %(page)s des Dokuments %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Dokumentenseitentransformation erfolgreich bearbeitet." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Transformation \"%(transformation)s\" für %(document_page)s bearbeiten" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Dokumentseitentransformation erfolgreich gelöscht." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Sind Sie sicher, dass Sie die Transformation \"%(transformation)s\" für %(document_page)s löschen möchten?" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "Dokumentenseitenbild" +#~ msgid "Metadata type" +#~ msgstr "Metadatentyp" + +#~ msgid "Metadata value" +#~ msgstr "Metadatenwert" + +#~ msgid "Content" +#~ msgstr "Inhalt" + +#~ msgid "Tags" +#~ msgstr "Tags" + +#~ msgid "Contents" +#~ msgstr "Inhalte" + +#~ msgid "Page %(page_number)d" +#~ msgstr "Seite %(page_number)d" + +#~ msgid "Events" +#~ msgstr "Ereignisse" + +#~ msgid "Page transformations" +#~ msgstr "Seitentransformationen" + +#~ msgid "Create new transformation" +#~ msgstr "Neue Transformation erstellen" + +#~ msgid "Page text" +#~ msgstr "Seitentext" + +#~ msgid "Edit page text" +#~ msgstr "Seitentext beabeiten" + +#~ msgid "Name" +#~ msgstr "Name" + +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "" +#~ "Neu erstellte Dokumente automatisch in die OCR-Warteschlange einreihen" + +#~ msgid "Uninitialized document" +#~ msgstr "Nicht initialisiertes Dokument" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "Dateiformat unbekannt, daher wird die Seitenzahl auf 1 gesetzt." + +#~ msgid "Page label" +#~ msgstr "Seitenbezeichnung" + +#~ msgid "Enter a valid value." +#~ msgstr "Einen gültigen Wert eingeben." + +#~ msgid "Order" +#~ msgstr "Reihenfolge" + +#~ msgid "Transformation" +#~ msgstr "Transformation" + +#~ msgid "Arguments" +#~ msgstr "Argumente" + +#~ msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" +#~ msgstr "" +#~ "Benutzen Sie Python dictionaries, um Argumente anzugeben: {'degrees':90}" + +#~ msgid "Document page transformation" +#~ msgstr "Dokumentenseite Transformation" + +#~ msgid "Document page transformations" +#~ msgstr "Dokumentenseiten Transformationen" + +#~ msgid "documents" +#~ msgstr "Dokumente" + +#~ msgid "Content of document: %s" +#~ msgstr "Inhalt von Dokument %s" + +#~ msgid "Are you sure you wish to delete the selected document?" +#~ msgid_plural "Are you sure you wish to delete the selected documents?" +#~ msgstr[0] "" +#~ "Sind Sie sicher, dass Sie das ausgewählte Dokument löschen wollen?" +#~ msgstr[1] "" +#~ "Sind Sie sicher, dass Sie die ausgewählten Dokumente löschen wollen?" + +#~ msgid "Document page edited successfully." +#~ msgstr "Dokumentenseite erfolgreich bearbeitet" + +#~ msgid "Edit: %s" +#~ msgstr "%s bearbeiten" + +#~ msgid "OCR" +#~ msgstr "OCR" + +#~ msgid "Document type edited successfully" +#~ msgstr "Dokumententyp erfolgreich bearbeitet" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Fehler beim Bearbeiten vom Dokumententyp %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Dokumententyp %s erfolgreich gelöscht" + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "Fehler beim Löschen von Dokumententyp %(document_type)s: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie den Dokumententyp %s wirklich löschen möchten?" + +#~ msgid "Document type created successfully" +#~ msgstr "Dokumententyp erfolgreich angelegt" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Fehler beim Erstellen des Dokumententyps: %(error)s" + +#~ msgid "Document type filename" +#~ msgstr "Dokumententyp Dateiname" + +#~ msgid "" +#~ "Are you sure you wish to delete the filename: %(filename)s, from document " +#~ "type \"%(document_type)s\"?" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie den Dateinamen %(filename)s des Dokumententyps " +#~ "\"%(document_type)s\" löschen möchten?" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "" +#~ "Sind Sie sicher, das Sie den Dokumentenbilderzwischenspeicher bereinigen " +#~ "möchten?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie diese Version des Dokuments wiederherstellen " +#~ "möchten?" + +#~ msgid "Transformations for: %s" +#~ msgstr "Transformationen von %s" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Dokumentenseitentransformation erfolgreich erstellt." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Transformation erstellen für Seite %(page)s des Dokuments %(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Dokumentenseitentransformation erfolgreich bearbeitet." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Transformation \"%(transformation)s\" für %(document_page)s bearbeiten" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Dokumentseitentransformation erfolgreich gelöscht." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie die Transformation \"%(transformation)s\" für " +#~ "%(document_page)s löschen möchten?" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -933,11 +1158,11 @@ msgstr "Dokumentenseitenbild" #~ "(%d)?" #~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" +#~ "Are you sure you wish to clear all the page transformations for " +#~ "documents: %s?" #~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" +#~ "Are you sure you wish to clear all the page transformations for " +#~ "documents: %s?" #~ msgid "Document edited" #~ msgstr "Document edited" @@ -954,22 +1179,23 @@ msgstr "Dokumentenseitenbild" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1025,11 +1251,11 @@ msgstr "Dokumentenseitenbild" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1040,9 +1266,6 @@ msgstr "Dokumentenseitenbild" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1059,11 +1282,11 @@ msgstr "Dokumentenseitenbild" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1084,9 +1307,11 @@ msgstr "Dokumentenseitenbild" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1119,11 +1344,11 @@ msgstr "Dokumentenseitenbild" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1180,15 +1405,17 @@ msgstr "Dokumentenseitenbild" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1212,9 +1439,6 @@ msgstr "Dokumentenseitenbild" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/en/LC_MESSAGES/django.po b/mayan/apps/documents/locale/en/LC_MESSAGES/django.po index afcb0dc842..5b680d2c74 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-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,122 +18,127 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Documents" -#: __init__.py:97 +#: apps.py:86 +#, fuzzy +msgid "Create a document type" +msgstr "Create document types" + +#: apps.py:88 +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 search.py:20 +msgid "Label" +msgstr "" + +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" +msgstr "" + +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "MIME type" + +#: apps.py:127 #, fuzzy msgid "Thumbnail" msgstr "thumbnail" -#: __init__.py:101 +#: apps.py:137 apps.py:140 msgid "Type" msgstr "" -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Document type" +#: apps.py:143 +#, fuzzy +msgid "Date time trashed" +msgstr "Date added" -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "MIME type" - -#: __init__.py:124 __init__.py:137 models.py:79 -msgid "Label" -msgstr "" - -#: __init__.py:125 -msgid "Metadata type" -msgstr "Metadata type" - -#: __init__.py:126 -msgid "Metadata value" -msgstr "Metadata value" - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Content" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Description" - -#: __init__.py:129 -msgid "Tags" -msgstr "Tags" - -#: __init__.py:132 +#: apps.py:318 #, fuzzy msgid "Document tendencies" msgstr "Document edited" -#: __init__.py:133 +#: apps.py:322 #, fuzzy msgid "Document usage" msgstr "document page" -#: events.py:7 +#: events.py:8 #, fuzzy msgid "Document created" msgstr "Document creation" -#: events.py:8 +#: events.py:11 #, fuzzy msgid "Document properties edited" msgstr "Edit document properties" -#: events.py:9 +#: events.py:14 #, fuzzy msgid "Document type changed" msgstr "Document types: %d" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Document version reverted successfully" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Page image" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Contents" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, fuzzy, python-format msgid "Document pages (%d)" msgstr "Document pages (%s)" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Quick document rename" -#: forms.py:148 -#, fuzzy, python-format -msgid "Page %(page_number)d" -msgstr "page number" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Page range" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Compress" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Compressed filename" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." @@ -141,395 +146,411 @@ msgstr "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -#: links.py:40 views.py:68 -#, fuzzy -msgid "All documents" -msgstr "all documents" - -#: links.py:41 models.py:582 views.py:723 -#, fuzzy -msgid "Recent documents" -msgstr "recent documents" +#: handlers.py:9 +msgid "Default" +msgstr "" #: links.py:42 #, fuzzy msgid "Preview" msgstr "preview" -#: links.py:44 +#: links.py:46 #, fuzzy msgid "Properties" msgstr "properties" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -#, fuzzy -msgid "Delete" -msgstr "delete" - -#: links.py:47 -#, fuzzy -msgid "Edit properties" -msgstr "Edit document properties" - -#: links.py:48 links.py:49 -#, fuzzy -msgid "Change type" -msgstr "page text" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Download" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -#, fuzzy -msgid "Clear transformations" -msgstr "clear transformations" - -#: links.py:57 -#, fuzzy -msgid "Print" -msgstr "print" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Clear the document image cache" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." - -#: links.py:64 -#, fuzzy -msgid "Page transformations" -msgstr "page transformations" - -#: links.py:65 -#, fuzzy -msgid "Create new transformation" -msgstr "create new transformation" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -#, fuzzy -msgid "Page text" -msgstr "page text" - -#: links.py:71 -#, fuzzy -msgid "Edit page text" -msgstr "edit page text" - -#: links.py:72 -#, fuzzy -msgid "Next page" -msgstr "next page" - -#: links.py:73 -#, fuzzy -msgid "Previous page" -msgstr "previous page" - -#: links.py:74 -#, fuzzy -msgid "First page" -msgstr "first page" - -#: links.py:75 -#, fuzzy -msgid "Last page" -msgstr "last page" - -#: links.py:76 -#, fuzzy -msgid "Zoom in" -msgstr "zoom in" - -#: links.py:77 -#, fuzzy -msgid "Zoom out" -msgstr "zoom out" - -#: links.py:78 -#, fuzzy -msgid "Rotate right" -msgstr "rotate right" - -#: links.py:79 -#, fuzzy -msgid "Rotate left" -msgstr "rotate left" - -#: links.py:80 -#, fuzzy -msgid "Reset view" -msgstr "reset view" - -#: links.py:83 +#: links.py:50 #, fuzzy msgid "Versions" msgstr "versions" -#: links.py:84 -#, fuzzy -msgid "Revert" -msgstr "revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Pages" -#: links.py:87 links.py:88 views.py:866 +#: links.py:61 links.py:99 #, fuzzy -msgid "Document types" -msgstr "Document type" +msgid "Clear transformations" +msgstr "clear transformations" -#: links.py:91 views.py:956 +#: links.py:66 links.py:108 links.py:234 links.py:248 #, fuzzy -msgid "Create document type" -msgstr "Create document types" +msgid "Delete" +msgstr "delete" -#: links.py:93 -#, fuzzy -msgid "Filenames" -msgstr "Filename" - -#: links.py:94 -#, fuzzy -msgid "Add filename to document type" -msgstr "add filename to document type" - -#: models.py:53 -msgid "Name" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:74 +#, fuzzy +msgid "Edit properties" +msgstr "Edit document properties" + +#: links.py:78 links.py:111 +#, fuzzy +msgid "Change type" +msgstr "page text" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Download" + +#: links.py:86 +#, fuzzy +msgid "Print" +msgstr "print" + +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -#, fuzzy -msgid "Documents types" -msgstr "documents types" +#: links.py:94 links.py:123 +msgid "Restore" +msgstr "" -#: models.py:79 +#: links.py:133 views.py:72 #, fuzzy -msgid "Uninitialized document" +msgid "All documents" msgstr "all documents" -#: models.py:79 +#: links.py:136 models.py:772 views.py:243 #, fuzzy -msgid "The name of the document" -msgstr "Create documents" +msgid "Recent documents" +msgstr "recent documents" -#: models.py:81 -#, fuzzy -msgid "Added" -msgstr "added" - -#: models.py:82 -msgid "Language" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Clear the document image cache" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" +msgstr "" + +#: links.py:163 +#, fuzzy +msgid "First page" +msgstr "first page" + +#: links.py:168 +#, fuzzy +msgid "Last page" +msgstr "last page" + +#: links.py:175 +#, fuzzy +msgid "Previous page" +msgstr "previous page" + +#: links.py:181 +#, fuzzy +msgid "Next page" +msgstr "next page" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 #, fuzzy msgid "Document" msgstr "Documents" -#: models.py:290 +#: links.py:192 +#, fuzzy +msgid "Rotate left" +msgstr "rotate left" + +#: links.py:197 +#, fuzzy +msgid "Rotate right" +msgstr "rotate right" + +#: links.py:205 +#, fuzzy +msgid "Reset view" +msgstr "reset view" + +#: links.py:210 +#, fuzzy +msgid "Zoom in" +msgstr "zoom in" + +#: links.py:215 +#, fuzzy +msgid "Zoom out" +msgstr "zoom out" + +#: links.py:223 +#, fuzzy +msgid "Revert" +msgstr "revert" + +#: links.py:230 views.py:980 +#, fuzzy +msgid "Create document type" +msgstr "Create document types" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +#, fuzzy +msgid "Add filename to document type" +msgstr "add filename to document type" + +#: links.py:256 +#, fuzzy +msgid "Filenames" +msgstr "Filename" + +#: links.py:260 links.py:265 views.py:942 +#, fuzzy +msgid "Document types" +msgstr "Document type" + +#: models.py:68 +#, fuzzy +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "All later version after this one will be deleted too." + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +#, fuzzy +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "All later version after this one will be deleted too." + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Delete document types" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Delete documents" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Document type" + +#: models.py:121 +#, fuzzy +msgid "Documents types" +msgstr "documents types" + +#: models.py:139 +#, fuzzy +msgid "The name of the document" +msgstr "Create documents" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Description" + +#: models.py:145 +#, fuzzy +msgid "Added" +msgstr "added" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +#, fuzzy +msgid "Date and time trashed" +msgstr "Date added" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Document types: %d" + +#: models.py:331 #, fuzzy msgid "Timestamp" msgstr "timestamp" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Comment" -#: models.py:294 +#: models.py:340 #, fuzzy msgid "File" msgstr "Filename" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Checksum" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 #, fuzzy msgid "Document version" msgstr "document version" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Filename" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 #, fuzzy msgid "Enabled" msgstr "enabled" -#: models.py:485 +#: models.py:607 #, fuzzy msgid "Document type quick rename filename" msgstr "document type quick rename filename" -#: models.py:486 +#: models.py:608 #, fuzzy msgid "Document types quick rename filenames" msgstr "document types quick rename filenames" -#: models.py:495 -#, fuzzy -msgid "Page label" -msgstr "page label" - -#: models.py:496 +#: models.py:621 #, fuzzy msgid "Page number" msgstr "page number" -#: models.py:499 +#: models.py:626 #, 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:507 models.py:550 +#: models.py:635 #, fuzzy msgid "Document page" msgstr "document page" -#: models.py:508 +#: models.py:636 #, fuzzy msgid "Document pages" msgstr "document pages" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Enter a valid value." - -#: models.py:551 views.py:1193 -#, fuzzy -msgid "Order" -msgstr "order" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -#, fuzzy -msgid "Transformation" -msgstr "transformation" - -#: models.py:553 views.py:1195 -#, fuzzy -msgid "Arguments" -msgstr "arguments" - -#: models.py:553 -#, fuzzy -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "Use dictionaries to indentify arguments, example: %s" - -#: models.py:561 -#, fuzzy -msgid "Document page transformation" -msgstr "document page transformation" - -#: models.py:562 -#, fuzzy -msgid "Document page transformations" -msgstr "document page transformations" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 #, fuzzy msgid "Accessed" msgstr "accessed" -#: models.py:581 +#: models.py:771 #, fuzzy msgid "Recent document" msgstr "recent document" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Create documents" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Edit document properties" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Edit documents" - -#: permissions.py:12 -msgid "View documents" -msgstr "View documents" - #: permissions.py:13 msgid "Delete documents" msgstr "Delete documents" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Transform documents" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Download documents" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Transform documents" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Edit documents" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Execute document modifying tools" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Revert documents to a previous version" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Create new document versions" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Edit document properties" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Create documents" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Delete documents" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Execute document modifying tools" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Revert documents to a previous version" + +#: permissions.py:44 +msgid "View documents" +msgstr "View documents" + +#: permissions.py:52 msgid "Documents setup" msgstr "Documents setup" -#: permissions.py:22 -msgid "View document types" -msgstr "View document types" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Edit document types" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Delete document types" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Create document types" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Delete document types" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Edit document types" + +#: permissions.py:65 +msgid "View document types" +msgstr "View document types" + +#: settings.py:39 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per " "user." @@ -537,11 +558,11 @@ msgstr "" "Maximum number of recent (created, edited, viewed) documents to remember per " "user." -#: settings.py:26 +#: settings.py:46 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:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." @@ -549,7 +570,7 @@ msgstr "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." @@ -557,49 +578,49 @@ msgstr "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -#: settings.py:29 +#: settings.py:67 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:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Document types: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Minimum amount of pages per document: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Maximum amount of pages per document: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Average amount of pages per document: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Documents in database: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Documents in storage: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " @@ -608,164 +629,202 @@ msgstr "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " "bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Document pages in database: %d" -#: views.py:89 -msgid "documents" -msgstr "documents" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Documents in storage: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +msgid "Delete the selected document?" +msgstr "Create documents" + +#: views.py:130 +#, 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:143 +#, fuzzy +msgid "Restore the selected document?" +msgstr "Create documents" + +#: views.py:162 +#, 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:176 +#, fuzzy +msgid "Delete the selected documents?" +msgstr "Create documents" + +#: views.py:183 +#, fuzzy +msgid "Restore the selected documents?" +msgstr "Create documents" + +#: views.py:200 +#, fuzzy, python-format +msgid "Pages for document: %s" +msgstr "versions for document: %s" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Document deleted successfully." + +#: views.py:263 msgid "Date added" msgstr "Date added" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Time added" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "File mimetype" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "None" -#: views.py:117 +#: views.py:277 #, fuzzy msgid "File encoding" msgstr "File mime encoding" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "File size" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Exists in storage" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "File path in storage" -#: views.py:122 -msgid "Pages" -msgstr "Pages" - -#: views.py:131 +#: views.py:299 #, fuzzy, python-format msgid "Properties for document: %s" msgstr "versions for document: %s" -#: views.py:152 +#: views.py:323 #, fuzzy, python-format msgid "Preview of document: %s" msgstr "versions for document: %s" -#: views.py:173 -#, fuzzy, python-format -msgid "Content of document: %s" -msgstr "versions for document: %s" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Must provide at least one document." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Document deleted successfully." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, 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:214 -#, fuzzy -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" -msgstr[0] "Are you sure you wish to delete the document: %s?" -msgstr[1] "Are you sure you wish to delete the document: %s?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" +msgstr[0] "" +msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Document \"%s\" edited successfully." -#: views.py:264 +#: views.py:422 #, fuzzy, python-format msgid "Edit properties of document: %s" msgstr "document properties for: %s" -#: views.py:297 +#: views.py:455 #, fuzzy msgid "Document type changed successfully." msgstr "Document type created successfully" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 #, 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:373 +#: views.py:534 #, fuzzy msgid "Documents to be downloaded" msgstr "documents to be downloaded" -#: views.py:382 +#: views.py:543 #, fuzzy msgid "Date and time" msgstr "Date added" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 #, fuzzy msgid "Encoding" msgstr "encoding" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Return" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 +#: views.py:656 #, fuzzy -msgid "Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" "Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" "Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "" -"All the page transformations for document: %s, have been deleted " -"successfully." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " @@ -774,235 +833,324 @@ msgstr "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -#: views.py:550 -#, fuzzy +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected " -"document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected " -"documents?" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"All the page transformations for document: %s, have been deleted " +"successfully." + +#: views.py:710 +#, fuzzy +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" "Are you sure you wish to clear all the page transformations for document: %s?" msgstr[1] "" "Are you sure you wish to clear all the page transformations for document: %s?" -#: views.py:579 views.py:621 +#: views.py:739 #, fuzzy, python-format msgid "Details for: %s" msgstr "details for: %s" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Document page edited successfully." - -#: views.py:649 -#, fuzzy, python-format -msgid "Edit: %s" -msgstr "edit: %s" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "There are no more pages in this document" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "You are already at the first page of this document" -#: views.py:828 +#: views.py:927 #, fuzzy, python-format msgid "Print: %s" msgstr "print: %s" -#: views.py:870 -msgid "OCR" -msgstr "" - -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Document type edited successfully" - -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Error editing document type; %s" - -#: views.py:898 -#, fuzzy, python-format -msgid "Edit document type: %s" -msgstr "edit document type: %s" - -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Document type: %s deleted successfully." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Document type: %(document_type)s delete error: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Are you sure you wish to delete the document type: %s?" - -#: views.py:932 +#: views.py:953 #, fuzzy msgid "All documents of this type will be deleted too." msgstr "All later version after this one will be deleted too." -#: views.py:947 -msgid "Document type created successfully" -msgstr "Document type created successfully" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Delete document types" -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Error creating document type; %(error)s" +#: views.py:968 +#, fuzzy, python-format +msgid "Edit document type: %s" +msgstr "edit document type: %s" -#: views.py:967 +#: views.py:999 #, fuzzy, python-format msgid "Filenames for document type: %s" msgstr "filenames for document type: %s" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Document type filename edited successfully" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Error editing document type filename; %s" -#: views.py:1005 +#: views.py:1032 #, fuzzy, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -#: views.py:1014 views.py:1046 -#, fuzzy -msgid "Document type filename" -msgstr "document type filename" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Document type filename: %s deleted successfully." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Document type filename created successfully" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Error creating document type filename; %(error)s" -#: views.py:1081 +#: views.py:1100 #, fuzzy, python-format msgid "Create filename for document type: %s" msgstr "create filename for document type: %s" -#: views.py:1097 +#: views.py:1111 #, fuzzy -msgid "Document image cache clearing queued successfully." +msgid "Document cache clearing queued successfully." msgstr "Document image cache cleared successfully" -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Are you sure you wish to clear the document image cache?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Clear the document image cache" -#: views.py:1121 +#: views.py:1135 #, fuzzy msgid "Time and date" msgstr "time and date" -#: views.py:1140 +#: views.py:1154 #, fuzzy, python-format msgid "Versions of document: %s" msgstr "versions for document: %s" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Document version reverted successfully" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Error reverting document version; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Are you sure you wish to revert to this version?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Revert documents to a previous version" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "All later version after this one will be deleted too." -#: views.py:1189 -#, fuzzy, python-format -msgid "Transformations for: %s" -msgstr "transformations for: %s" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Document page transformation created successfully." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Create new transformation for page: %(page)s of document: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Document page transformation edited successfully." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Edit transformation \"%(transformation)s\" for: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Document page transformation deleted successfully." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, fuzzy, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "Page %(page_num)d out of %(total_pages)d of %(document)s" -#: widgets.py:86 +#: widgets.py:100 #, fuzzy msgid "Document page image" msgstr "document page image" +#~ msgid "Metadata type" +#~ msgstr "Metadata type" + +#~ msgid "Metadata value" +#~ msgstr "Metadata value" + +#~ msgid "Content" +#~ msgstr "Content" + +#~ msgid "Tags" +#~ msgstr "Tags" + +#~ msgid "Contents" +#~ msgstr "Contents" + +#, fuzzy +#~ msgid "Page %(page_number)d" +#~ msgstr "page number" + +#, fuzzy +#~ msgid "Page transformations" +#~ msgstr "page transformations" + +#, fuzzy +#~ msgid "Create new transformation" +#~ msgstr "create new transformation" + +#, fuzzy +#~ msgid "Page text" +#~ msgstr "page text" + +#, fuzzy +#~ msgid "Edit page text" +#~ msgstr "edit page text" + +#, fuzzy +#~ msgid "Uninitialized document" +#~ msgstr "all documents" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." + +#, fuzzy +#~ msgid "Page label" +#~ msgstr "page label" + +#~ msgid "Enter a valid value." +#~ msgstr "Enter a valid value." + +#, fuzzy +#~ msgid "Order" +#~ msgstr "order" + +#, fuzzy +#~ msgid "Transformation" +#~ msgstr "transformation" + +#, fuzzy +#~ msgid "Arguments" +#~ msgstr "arguments" + +#, fuzzy +#~ msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" +#~ msgstr "Use dictionaries to indentify arguments, example: %s" + +#, fuzzy +#~ msgid "Document page transformation" +#~ msgstr "document page transformation" + +#, fuzzy +#~ msgid "Document page transformations" +#~ msgstr "document page transformations" + +#~ msgid "documents" +#~ msgstr "documents" + +#, fuzzy +#~ msgid "Content of document: %s" +#~ msgstr "versions for document: %s" + +#, fuzzy +#~ msgid "Are you sure you wish to delete the selected document?" +#~ msgid_plural "Are you sure you wish to delete the selected documents?" +#~ msgstr[0] "Are you sure you wish to delete the document: %s?" +#~ msgstr[1] "Are you sure you wish to delete the document: %s?" + +#~ msgid "Document page edited successfully." +#~ msgstr "Document page edited successfully." + +#, fuzzy +#~ msgid "Edit: %s" +#~ msgstr "edit: %s" + +#~ msgid "Document type edited successfully" +#~ msgstr "Document type edited successfully" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Error editing document type; %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Document type: %s deleted successfully." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "Document type: %(document_type)s delete error: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Are you sure you wish to delete the document type: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Document type created successfully" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Error creating document type; %(error)s" + +#, fuzzy +#~ msgid "Document type filename" +#~ msgstr "document type filename" + +#~ msgid "" +#~ "Are you sure you wish to delete the filename: %(filename)s, from document " +#~ "type \"%(document_type)s\"?" +#~ msgstr "" +#~ "Are you sure you wish to delete the filename: %(filename)s, from document " +#~ "type \"%(document_type)s\"?" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "Are you sure you wish to clear the document image cache?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Are you sure you wish to revert to this version?" + +#, fuzzy +#~ msgid "Transformations for: %s" +#~ msgstr "transformations for: %s" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Document page transformation created successfully." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Document page transformation edited successfully." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "Edit transformation \"%(transformation)s\" for: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Document page transformation deleted successfully." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" + #, fuzzy #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -1075,9 +1223,6 @@ msgstr "document page image" #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1160,9 +1305,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 "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1347,9 +1489,6 @@ msgstr "document page image" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/es/LC_MESSAGES/django.po b/mayan/apps/documents/locale/es/LC_MESSAGES/django.po index 31db5abfa3..ff9e9129ce 100644 --- a/mayan/apps/documents/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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,900 +11,1136 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Documentos" -#: __init__.py:97 -msgid "Thumbnail" -msgstr "Foto miniatura" +#: apps.py:86 +#, fuzzy +#| msgid "Create document type" +msgid "Create a document type" +msgstr "Crear tipo de documento" -#: __init__.py:101 -msgid "Type" -msgstr "Tipo" +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." +msgstr "" -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Tipo de documento" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "Tipo MIME" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "Etiqueta" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Tipo de metadato" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" +msgstr "" -#: __init__.py:126 -msgid "Metadata value" -msgstr "Valor de metadato" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "Tipo MIME" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Contenido" +#: apps.py:127 +msgid "Thumbnail" +msgstr "Foto miniatura" -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Descripción" +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "Tipo" -#: __init__.py:129 -msgid "Tags" -msgstr "Etiqueta" +#: apps.py:143 +#, fuzzy +#| msgid "Date and time" +msgid "Date time trashed" +msgstr "Fecha y hora" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "Tendencia del documento" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "Uso del documento" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "Documento creado" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "Las propiedades del documento fueron editadas" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "El tipo de documento ha sido cambiado" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Versión de documento revertida con éxito." + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Imagen de la página" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Contenido" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "Páginas del documento (%d)" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Cambio rápido de nombre" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "Página %(page_number)d" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Rango de páginas" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Comprimir" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Descargue el documento en el formato original o en una forma comprimida. Esta opción se puede seleccionar sólo cuando se descarga un documento. Para múltiples documentos, el paquete será siempre descargado en un archivo comprimido." +msgstr "" +"Descargue el documento en el formato original o en una forma comprimida. " +"Esta opción se puede seleccionar sólo cuando se descarga un documento. Para " +"múltiples documentos, el paquete será siempre descargado en un archivo " +"comprimido." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Nombre de archivo comprimido" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "El nombre del archivo comprimido que va a contener los documentos a descargar, si la opción anterior está activada." +msgstr "" +"El nombre del archivo comprimido que va a contener los documentos a " +"descargar, si la opción anterior está activada." -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "Todos los documentos" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" -msgstr "Documentos recientes" +#: handlers.py:9 +msgid "Default" +msgstr "" #: links.py:42 msgid "Preview" msgstr "Presentación preliminar" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "Atributos" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "Borrar" - -#: links.py:47 -msgid "Edit properties" -msgstr "Editar atributos" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "Cambiar tipo" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Descargar" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "Reiniciar conteo de página" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "Borrar transformaciones" - -#: links.py:57 -msgid "Print" -msgstr "Imprimir" - -#: links.py:58 -msgid "Events" -msgstr "Eventos" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Borrar el caché de imágenes de documentos" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Borrar las representaciones gráficas utilizadas para acelerar la presentación de los documentos y resultados de las transformaciones interactivas." - -#: links.py:64 -msgid "Page transformations" -msgstr "Transformaciones de páginas" - -#: links.py:65 -msgid "Create new transformation" -msgstr "Crear nueva transformación" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "Editar" - -#: links.py:70 -msgid "Page text" -msgstr "Texto de página" - -#: links.py:71 -msgid "Edit page text" -msgstr "Editar texto de página" - -#: links.py:72 -msgid "Next page" -msgstr "Próxima página" - -#: links.py:73 -msgid "Previous page" -msgstr "Página previa" - -#: links.py:74 -msgid "First page" -msgstr "Primera página" - -#: links.py:75 -msgid "Last page" -msgstr "última página" - -#: links.py:76 -msgid "Zoom in" -msgstr "Cerrar el foco" - -#: links.py:77 -msgid "Zoom out" -msgstr "Abrir el foco" - -#: links.py:78 -msgid "Rotate right" -msgstr "Rotar a la derecha" - -#: links.py:79 -msgid "Rotate left" -msgstr "Rotar a la izquierda" - -#: links.py:80 -msgid "Reset view" -msgstr "Reestablecer vista" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "Versiones" -#: links.py:84 -msgid "Revert" -msgstr "Revertir" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Páginas" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "Tipos de documentos" +#: links.py:61 links.py:99 +msgid "Clear transformations" +msgstr "Borrar transformaciones" -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "Crear tipo de documento" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "Borrar" -#: links.py:93 -msgid "Filenames" -msgstr "Nombre de archivos" +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" -#: links.py:94 -msgid "Add filename to document type" -msgstr "Añadir nombre de archivo al tipo de documento" +#: links.py:74 +msgid "Edit properties" +msgstr "Editar atributos" -#: models.py:53 -msgid "Name" -msgstr "Nombre" +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "Cambiar tipo" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "Agregar automáticamente la cola de OCR los documentos creados." +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Descargar" -#: models.py:68 -msgid "Documents types" -msgstr "Tipos de documentos" +#: links.py:86 +msgid "Print" +msgstr "Imprimir" -#: models.py:79 -msgid "Uninitialized document" -msgstr "Documento sin inicializar" +#: links.py:90 links.py:119 +msgid "Reset page count" +msgstr "Reiniciar conteo de página" -#: models.py:79 -msgid "The name of the document" -msgstr "El nombre del documento" +#: links.py:94 links.py:123 +msgid "Restore" +msgstr "" -#: models.py:81 -msgid "Added" -msgstr "Añadido" +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "Todos los documentos" -#: models.py:82 -msgid "Language" -msgstr "Lenguaje" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "Documentos recientes" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Borrar las representaciones gráficas utilizadas para acelerar la " +"presentación de los documentos y resultados de las transformaciones " +"interactivas." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Borrar el caché de imágenes de documentos" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" +msgstr "" + +#: links.py:163 +msgid "First page" +msgstr "Primera página" + +#: links.py:168 +msgid "Last page" +msgstr "última página" + +#: links.py:175 +msgid "Previous page" +msgstr "Página previa" + +#: links.py:181 +msgid "Next page" +msgstr "Próxima página" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "Documento" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "Rotar a la izquierda" + +#: links.py:197 +msgid "Rotate right" +msgstr "Rotar a la derecha" + +#: links.py:205 +msgid "Reset view" +msgstr "Reestablecer vista" + +#: links.py:210 +msgid "Zoom in" +msgstr "Cerrar el foco" + +#: links.py:215 +msgid "Zoom out" +msgstr "Abrir el foco" + +#: links.py:223 +msgid "Revert" +msgstr "Revertir" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "Crear tipo de documento" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "Editar" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "Añadir nombre de archivo al tipo de documento" + +#: links.py:256 +msgid "Filenames" +msgstr "Nombre de archivos" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "Tipos de documentos" + +#: models.py:68 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "Todos los documentos de este tipo serán borrados también" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "Todos los documentos de este tipo serán borrados también" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Eliminar tipos de documentos" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Eliminar documentos" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Tipo de documento" + +#: models.py:121 +msgid "Documents types" +msgstr "Tipos de documentos" + +#: models.py:139 +msgid "The name of the document" +msgstr "El nombre del documento" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Descripción" + +#: models.py:145 +msgid "Added" +msgstr "Añadido" + +#: models.py:150 +msgid "Language" +msgstr "Lenguaje" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +#, fuzzy +#| msgid "Date and time" +msgid "Date and time trashed" +msgstr "Fecha y hora" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Tipos de documentos: %d" + +#: models.py:331 msgid "Timestamp" msgstr "Sello de tiempo" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Comentario" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "Archivo" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Suma de comprobación" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "Versión de documento" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "El formato de este archivo de documento no se conoce. El contador de páginas se establece por defecto a 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Nombre del archivo" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "Activado" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "nombre de archivo para cambio rápido de nombre para tipo de documento" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" -msgstr "nombres de archivos para cambio rápido de nombre para tipo de documentos" +msgstr "" +"nombres de archivos para cambio rápido de nombre para tipo de documentos" -#: models.py:495 -msgid "Page label" -msgstr "Etiqueta de página" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "Número de página" -#: models.py:499 +#: models.py:626 #, 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:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "Página de documento" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "Páginas de documento" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Introduzca un valor válido." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "Orden" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "Transformación" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "Argumentos" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "Usar diccionarios para identificar argumentos, ejemplo: ['grados':90]" - -#: models.py:561 -msgid "Document page transformation" -msgstr "Transformación de página de documentos" - -#: models.py:562 -msgid "Document page transformations" -msgstr "Transformaciones de página de documento" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "Usuario" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "Accedido" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "Documento reciente" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Crear documentos" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Editar propiedades del documento" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Editar documentos" - -#: permissions.py:12 -msgid "View documents" -msgstr "Ver documentos" - #: permissions.py:13 msgid "Delete documents" msgstr "Eliminar documentos" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Transformar documentos" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Descargar documentos" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Transformar documentos" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Editar documentos" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Ejecutar herramientas de modificación de documento" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Regresar documentos a una versiónes anterior" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Crear nuevas versiones de documentos" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Editar propiedades del documento" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Crear documentos" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Eliminar documentos" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Ejecutar herramientas de modificación de documento" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Regresar documentos a una versiónes anterior" + +#: permissions.py:44 +msgid "View documents" +msgstr "Ver documentos" + +#: permissions.py:52 msgid "Documents setup" msgstr "Configuración de documentos" -#: permissions.py:22 -msgid "View document types" -msgstr "Ver los tipos de documentos" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Editar tipos de documentos" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Eliminar tipos de documentos" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Crear tipos de documentos" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Eliminar tipos de documentos" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Editar tipos de documentos" + +#: permissions.py:65 +msgid "View document types" +msgstr "Ver los tipos de documentos" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "El número máximo de documentos recientes (creados, editados, vistos) a recordar por usuario." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"El número máximo de documentos recientes (creados, editados, vistos) a " +"recordar por usuario." -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Cantidad en porcentaje a acercar o alejar una página de documento por cada interacción del usuario." +msgstr "" +"Cantidad en porcentaje a acercar o alejar una página de documento por cada " +"interacción del usuario." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Cantidad máxima en porcentaje (%) a permitir al usuario aumentar la página del documento interactivamente." +msgstr "" +"Cantidad máxima en porcentaje (%) a permitir al usuario aumentar la página " +"del documento interactivamente." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Cantidad mínima en porcentaje (%) a permitir al usuario disminuir la página del documento interactivamente." +msgstr "" +"Cantidad mínima en porcentaje (%) a permitir al usuario disminuir la página " +"del documento interactivamente." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Cantidad de grados que se va a girar una página de documento por cada acción del usuario." +msgstr "" +"Cantidad de grados que se va a girar una página de documento por cada acción " +"del usuario." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "Idioma por defecto para documentos (en formato ISO639-2)." -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "Lista de idiomas de documento apoyados." -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Tipos de documentos: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Cantidad mínima de páginas por documento: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Cantidad máxima de páginas por documento: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Cantidad de páginas promedio por documento: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Documentos en la base de datos: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Documentos en almacenamiento: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Espacio utilizado en el almacenamiento: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Espacio utilizado en el almacenamiento: %(base_2)s (base 2), %(base_10)s " +"(base 10), %(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Páginas del documento en la base de datos: %d" -#: views.py:89 -msgid "documents" -msgstr "documentos" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Documentos en almacenamiento: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Delete the selected document?" +msgstr "Cambiar el tipo del documento seleccionado." + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Restore the selected document?" +msgstr "Cambiar el tipo del documento seleccionado." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Documento: %(document)s, error de eliminación: %(error)s " + +#: views.py:176 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Delete the selected documents?" +msgstr "Cambiar el tipo del documento seleccionado." + +#: views.py:183 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Restore the selected documents?" +msgstr "Cambiar el tipo del documento seleccionado." + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Properties for document: %s" +msgid "Pages for document: %s" +msgstr "Propiedades en el documento: %s" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Documento eliminado con éxito." + +#: views.py:263 msgid "Date added" msgstr "Fecha en que se agregó" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Hora en que se agregó" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Tipo MIME del archivo" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Ninguno" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "Codificación de archivo" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Tamaño del archivo" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Existe en el almacenamiento" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Ruta de archivo en el almacenamiento" -#: views.py:122 -msgid "Pages" -msgstr "Páginas" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "Propiedades en el documento: %s" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "Visualizacion del documento: %s" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "Contenido del documento: %s" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Debe proveer al menos un documento." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Documento eliminado con éxito." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Documento: %(document)s, error de eliminación: %(error)s " -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" -msgstr[0] "¿Está seguro que desea eliminar el documento seleccionado?" -msgstr[1] "¿Está seguro que desea eliminar los documentos seleccionados?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" +msgstr[0] "" +msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\" editado con éxito." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "Editar propiedades del documento: %s" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "Tipo de documento cambiado de forma exitosa" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "Someter" -#: views.py:308 +#: views.py:466 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:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "Documentos a descargar" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "Fecha y hora" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "Codificación" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Volver" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "Documento en espera para recomenzar cuenta." -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "Documentos en espera para recomenzar el conteo de páginas" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" -msgstr[0] "¿Está seguro que desea restablecer el número de páginas del documento seleccionado?" -msgstr[1] "¿Está seguro que desea restablecer el número de páginas de los documentos seleccionados?" +#: views.py:656 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to reset the page count of the selected document?" +#| msgid_plural "" +#| "Are you sure you wish to reset the page count of the selected documents?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" +msgstr[0] "" +"¿Está seguro que desea restablecer el número de páginas del documento " +"seleccionado?" +msgstr[1] "" +"¿Está seguro que desea restablecer el número de páginas de los documentos " +"seleccionados?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "Todas las transformaciones de la página del documento: %s, se han eliminado con éxito." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Error al eliminar las transformaciones de página para el documento: %(document)s; %(error)s." +msgstr "" +"Error al eliminar las transformaciones de página para el documento: " +"%(document)s; %(error)s." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "¿Está seguro que desea borrar todas las transformaciones de página para el documento seleccionado?" -msgstr[1] "¿Está seguro que desea borrar todas las transformaciones de página para los documentos seleccionados?" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"Todas las transformaciones de la página del documento: %s, se han eliminado " +"con éxito." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for the " +#| "selected document?" +#| msgid_plural "" +#| "Are you sure you wish to clear all the page transformations for the " +#| "selected documents?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"¿Está seguro que desea borrar todas las transformaciones de página para el " +"documento seleccionado?" +msgstr[1] "" +"¿Está seguro que desea borrar todas las transformaciones de página para los " +"documentos seleccionados?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "Detalles para: %s" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Página del documento se ha editado correctamente." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "Editar: %s" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "No hay más páginas en este documento" -#: views.py:684 +#: views.py:791 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:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "Imprimir: %s" -#: views.py:870 -msgid "OCR" -msgstr "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." +msgstr "Todos los documentos de este tipo serán borrados también" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Tipo de documento editado con éxito." +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Eliminar tipos de documentos" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Error al modificar el tipo de documento; %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "Editar tipo de documento: %s" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Tipo de documento: %s eliminado con éxito." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Error de eliminación: %(error)s para tipo de documento: %(document_type)s " - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "¿Está seguro que desea eliminar el tipo de documento: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "Todos los documentos de este tipo serán borrados también" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Tipo de documento creado con éxito." - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Error creando tipo de documento; %(error)s " - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "nombres de archivo para tipo de documento: %s" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Nombre de archivo de tipo de documento editado con éxito" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Error al modificar el nombre de archivo para tipo de document; %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "editar nombre de archivo \"%(filename)s\" del tipo de documento \"%(document_type)s\"" +msgstr "" +"editar nombre de archivo \"%(filename)s\" del tipo de documento " +"\"%(document_type)s\"" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "nombre de archivo para tipo de documento" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nombre de archivo para tipo de documento: %s eliminado con éxito." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Error de eliminación: %(error)s para nombre de archivo de tipo de documento: %(document_type_filename)s " +msgstr "" +"Error de eliminación: %(error)s para nombre de archivo de tipo de documento: " +"%(document_type_filename)s " -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "¿Está seguro que desea eliminar el nombre del archivo: %(filename)s, del tipo de documento \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"editar nombre de archivo \"%(filename)s\" del tipo de documento " +"\"%(document_type)s\"" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Nombre de archivo de tipo de documento creado con éxito." -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Error al crear nombre de archivo para tipo de documento; %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "crear nombre de archivo para tipo de documento: %s" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "Borrado del caché de imágenes de documentos puesto en cola correctamente." +#: views.py:1111 +#, fuzzy +#| msgid "Document image cache clearing queued successfully." +msgid "Document cache clearing queued successfully." +msgstr "" +"Borrado del caché de imágenes de documentos puesto en cola correctamente." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "¿Esta seguro que desea borrar el caché de imágenes de documentos?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Borrar el caché de imágenes de documentos" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "Hora y fecha" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "Versiones del documento: %s" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Versión de documento revertida con éxito." -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Error revirtiendo la versión del documento; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "¿Está seguro que desea revertir a esta versión?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Regresar documentos a una versiónes anterior" -#: views.py:1170 +#: views.py:1184 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." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "Transformaciones para: %s" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Transformación de página de documento creada con éxito." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Crear nueva transformación de la página: %(page)s del documento: %(document)s " - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Transformación de página de documento editada con éxito." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Editar transformación \" %(transformation)s\" para: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Transformación de página de documento eliminada con éxito." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "¿Está seguro que desea eliminar la transformación \"%(transformation)s\" para: %(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "Imagen de página de documento" +#~ msgid "Metadata type" +#~ msgstr "Tipo de metadato" + +#~ msgid "Metadata value" +#~ msgstr "Valor de metadato" + +#~ msgid "Content" +#~ msgstr "Contenido" + +#~ msgid "Tags" +#~ msgstr "Etiqueta" + +#~ msgid "Contents" +#~ msgstr "Contenido" + +#~ msgid "Page %(page_number)d" +#~ msgstr "Página %(page_number)d" + +#~ msgid "Events" +#~ msgstr "Eventos" + +#~ msgid "Page transformations" +#~ msgstr "Transformaciones de páginas" + +#~ msgid "Create new transformation" +#~ msgstr "Crear nueva transformación" + +#~ msgid "Page text" +#~ msgstr "Texto de página" + +#~ msgid "Edit page text" +#~ msgstr "Editar texto de página" + +#~ msgid "Name" +#~ msgstr "Nombre" + +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "Agregar automáticamente la cola de OCR los documentos creados." + +#~ msgid "Uninitialized document" +#~ msgstr "Documento sin inicializar" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "El formato de este archivo de documento no se conoce. El contador de " +#~ "páginas se establece por defecto a 1." + +#~ msgid "Page label" +#~ msgstr "Etiqueta de página" + +#~ msgid "Enter a valid value." +#~ msgstr "Introduzca un valor válido." + +#~ msgid "Order" +#~ msgstr "Orden" + +#~ msgid "Transformation" +#~ msgstr "Transformación" + +#~ msgid "Arguments" +#~ msgstr "Argumentos" + +#~ msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" +#~ msgstr "" +#~ "Usar diccionarios para identificar argumentos, ejemplo: ['grados':90]" + +#~ msgid "Document page transformation" +#~ msgstr "Transformación de página de documentos" + +#~ msgid "Document page transformations" +#~ msgstr "Transformaciones de página de documento" + +#~ msgid "documents" +#~ msgstr "documentos" + +#~ msgid "Content of document: %s" +#~ msgstr "Contenido del documento: %s" + +#~ msgid "Are you sure you wish to delete the selected document?" +#~ msgid_plural "Are you sure you wish to delete the selected documents?" +#~ msgstr[0] "¿Está seguro que desea eliminar el documento seleccionado?" +#~ msgstr[1] "¿Está seguro que desea eliminar los documentos seleccionados?" + +#~ msgid "Document page edited successfully." +#~ msgstr "Página del documento se ha editado correctamente." + +#~ msgid "Edit: %s" +#~ msgstr "Editar: %s" + +#~ msgid "OCR" +#~ msgstr "OCR" + +#~ msgid "Document type edited successfully" +#~ msgstr "Tipo de documento editado con éxito." + +#~ msgid "Error editing document type; %s" +#~ msgstr "Error al modificar el tipo de documento; %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Tipo de documento: %s eliminado con éxito." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "" +#~ "Error de eliminación: %(error)s para tipo de documento: %(document_type)s " + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "¿Está seguro que desea eliminar el tipo de documento: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Tipo de documento creado con éxito." + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Error creando tipo de documento; %(error)s " + +#~ msgid "Document type filename" +#~ msgstr "nombre de archivo para tipo de documento" + +#~ msgid "" +#~ "Are you sure you wish to delete the filename: %(filename)s, from document " +#~ "type \"%(document_type)s\"?" +#~ msgstr "" +#~ "¿Está seguro que desea eliminar el nombre del archivo: %(filename)s, del " +#~ "tipo de documento \"%(document_type)s\"?" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "¿Esta seguro que desea borrar el caché de imágenes de documentos?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "¿Está seguro que desea revertir a esta versión?" + +#~ msgid "Transformations for: %s" +#~ msgstr "Transformaciones para: %s" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Transformación de página de documento creada con éxito." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Crear nueva transformación de la página: %(page)s del documento: " +#~ "%(document)s " + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Transformación de página de documento editada con éxito." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Editar transformación \" %(transformation)s\" para: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Transformación de página de documento eliminada con éxito." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "¿Está seguro que desea eliminar la transformación \"%(transformation)s\" " +#~ "para: %(document_page)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -929,11 +1165,11 @@ msgstr "Imagen de página de documento" #~ "(%d)?" #~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" +#~ "Are you sure you wish to clear all the page transformations for " +#~ "documents: %s?" #~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" +#~ "Are you sure you wish to clear all the page transformations for " +#~ "documents: %s?" #~ msgid "Document edited" #~ msgstr "Document edited" @@ -950,22 +1186,23 @@ msgstr "Imagen de página de documento" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1021,11 +1258,11 @@ msgstr "Imagen de página de documento" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1036,9 +1273,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 "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1055,11 +1289,11 @@ msgstr "Imagen de página de documento" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1080,9 +1314,11 @@ msgstr "Imagen de página de documento" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1115,11 +1351,11 @@ msgstr "Imagen de página de documento" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1176,15 +1412,17 @@ msgstr "Imagen de página de documento" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1208,9 +1446,6 @@ msgstr "Imagen de página de documento" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po index 2aa626917d..75d7eafc30 100644 --- a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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-2015 @@ -9,896 +9,1102 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "اسناد" -#: __init__.py:97 -msgid "Thumbnail" -msgstr "اندازه کوچک" +#: apps.py:86 +#, fuzzy +#| msgid "Create document type" +msgid "Create a document type" +msgstr "ایجاد نوع سند" -#: __init__.py:101 -msgid "Type" -msgstr "نوع" +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." +msgstr "" -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "نوع سند" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "نوع MIME" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "برچسب" -#: __init__.py:125 -msgid "Metadata type" -msgstr "نوع متادیتا" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" +msgstr "" -#: __init__.py:126 -msgid "Metadata value" -msgstr "مقدار متادیتا" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "نوع MIME" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "محتوا" +#: apps.py:127 +msgid "Thumbnail" +msgstr "اندازه کوچک" -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "شرح" +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "نوع" -#: __init__.py:129 -msgid "Tags" -msgstr "برچسبها" +#: apps.py:143 +#, fuzzy +#| msgid "Date and time" +msgid "Date time trashed" +msgstr "تاریخ و زمان" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "گرایش های سند" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "استفاده سند" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "سند ساخته شد." -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "خصوصیات سند ویرایش شد" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "نوع سند تغییر کرد" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "بازگشت موفق نسخه سند." + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "تصویر صفحه" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "محتوا" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "تعداد صفحات سند (%d)" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "نامگذاری سریع سند " -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "صفحه %(page_number)d" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "محدوده صفحات" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "فشرده سازی" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "دانلود فایل با فرمت اصلی و یا بافرمت فشرده سازی. این انتخاب زمانی انجام پذیر است که بخواهید تعدادی فایل را بعنوان یک فایل دانلود کنید. وقتی بیش از یک فایل باشد همیشه فشرده شده دانلود خواهد شد." +msgstr "" +"دانلود فایل با فرمت اصلی و یا بافرمت فشرده سازی. این انتخاب زمانی انجام پذیر " +"است که بخواهید تعدادی فایل را بعنوان یک فایل دانلود کنید. وقتی بیش از یک " +"فایل باشد همیشه فشرده شده دانلود خواهد شد." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "نام فایل فشرده شده" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "اگر انتخاب قبلی انجام شده، نام فایل فشرده شده که شامل کلیه فایلهای که قراراست که دانلود شوند." +msgstr "" +"اگر انتخاب قبلی انجام شده، نام فایل فشرده شده که شامل کلیه فایلهای که " +"قراراست که دانلود شوند." -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "کلیه اسناد" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" -msgstr "اسناد تازه" +#: handlers.py:9 +msgid "Default" +msgstr "" #: links.py:42 msgid "Preview" msgstr "پیش‌نمایش" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "خصوصیات" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "حذف" - -#: links.py:47 -msgid "Edit properties" -msgstr "ویرایش خصوصیات" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "تغییر نوع" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "دانلود" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "ریست شمارش صفحات" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "پاک کردن تبدیلات" - -#: links.py:57 -msgid "Print" -msgstr "چاپ" - -#: links.py:58 -msgid "Events" -msgstr "رویداد" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "پاک کردن جافطه تصویر سند" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "پاک کردن نحوه نمایش اسناد که در زمان سرعت بخشی به نمایش اسناد مورد استفاده قرار میگیرد." - -#: links.py:64 -msgid "Page transformations" -msgstr "تبدیلات صفحه" - -#: links.py:65 -msgid "Create new transformation" -msgstr "ایجاد تبدیلات چدید" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "ویرایش" - -#: links.py:70 -msgid "Page text" -msgstr " صفحه متن" - -#: links.py:71 -msgid "Edit page text" -msgstr "ویرایش متن صفحه" - -#: links.py:72 -msgid "Next page" -msgstr "صفحه بعدی" - -#: links.py:73 -msgid "Previous page" -msgstr "صفحه قبلی" - -#: links.py:74 -msgid "First page" -msgstr "اولین صفحه" - -#: links.py:75 -msgid "Last page" -msgstr "آخرین صفحه" - -#: links.py:76 -msgid "Zoom in" -msgstr "بزرگنمایی" - -#: links.py:77 -msgid "Zoom out" -msgstr "کوچک نمایی" - -#: links.py:78 -msgid "Rotate right" -msgstr "چرجش به راست" - -#: links.py:79 -msgid "Rotate left" -msgstr "چرخش به چپ" - -#: links.py:80 -msgid "Reset view" -msgstr "ریست ویو Reset View" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "نسخه ها" -#: links.py:84 -msgid "Revert" -msgstr "بازگرداندن" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "صفحات" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "انواع سند" +#: links.py:61 links.py:99 +msgid "Clear transformations" +msgstr "پاک کردن تبدیلات" -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "ایجاد نوع سند" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "حذف" -#: links.py:93 -msgid "Filenames" -msgstr "نام فایل" +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" -#: links.py:94 -msgid "Add filename to document type" -msgstr "اضافه کردن نام فایل به نوع سند" +#: links.py:74 +msgid "Edit properties" +msgstr "ویرایش خصوصیات" -#: models.py:53 -msgid "Name" -msgstr "نام" +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "تغییر نوع" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "بصورت اتوماتیک فایل جدید را در صف OCR قرار میدهد" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "دانلود" -#: models.py:68 -msgid "Documents types" -msgstr "انواع اسناد" +#: links.py:86 +msgid "Print" +msgstr "چاپ" -#: models.py:79 -msgid "Uninitialized document" -msgstr "سند آماده نشده" +#: links.py:90 links.py:119 +msgid "Reset page count" +msgstr "ریست شمارش صفحات" -#: models.py:79 -msgid "The name of the document" -msgstr "نام سند" +#: links.py:94 links.py:123 +msgid "Restore" +msgstr "" -#: models.py:81 -msgid "Added" -msgstr "اضافه شده" +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "کلیه اسناد" -#: models.py:82 -msgid "Language" -msgstr "زبان" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "اسناد تازه" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"پاک کردن نحوه نمایش اسناد که در زمان سرعت بخشی به نمایش اسناد مورد استفاده " +"قرار میگیرد." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "پاک کردن جافطه تصویر سند" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" +msgstr "" + +#: links.py:163 +msgid "First page" +msgstr "اولین صفحه" + +#: links.py:168 +msgid "Last page" +msgstr "آخرین صفحه" + +#: links.py:175 +msgid "Previous page" +msgstr "صفحه قبلی" + +#: links.py:181 +msgid "Next page" +msgstr "صفحه بعدی" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "سند" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "چرخش به چپ" + +#: links.py:197 +msgid "Rotate right" +msgstr "چرجش به راست" + +#: links.py:205 +msgid "Reset view" +msgstr "ریست ویو Reset View" + +#: links.py:210 +msgid "Zoom in" +msgstr "بزرگنمایی" + +#: links.py:215 +msgid "Zoom out" +msgstr "کوچک نمایی" + +#: links.py:223 +msgid "Revert" +msgstr "بازگرداندن" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "ایجاد نوع سند" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "ویرایش" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "اضافه کردن نام فایل به نوع سند" + +#: links.py:256 +msgid "Filenames" +msgstr "نام فایل" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "انواع سند" + +#: models.py:68 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "کلیه اسناد از این نوع حذف خواهند شد." + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "کلیه اسناد از این نوع حذف خواهند شد." + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "حذف انواع سند" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "حذف سند" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "نوع سند" + +#: models.py:121 +msgid "Documents types" +msgstr "انواع اسناد" + +#: models.py:139 +msgid "The name of the document" +msgstr "نام سند" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "شرح" + +#: models.py:145 +msgid "Added" +msgstr "اضافه شده" + +#: models.py:150 +msgid "Language" +msgstr "زبان" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +#, fuzzy +#| msgid "Date and time" +msgid "Date and time trashed" +msgstr "تاریخ و زمان" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "نوع سند:%d" + +#: models.py:331 msgid "Timestamp" msgstr "مهرزمان" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "توضیحات" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "فایل" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "چک سام" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "نسخه سند" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "با توجه به اینکه نوع سند مشخص نیست تعداد صفحات برابر با 1 فرض شد." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "نام فایل" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "فعال شده" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "نام گذاری مجدد و سریع فایل برای سند" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "نامگذاری مجدد سریع نام فایل های نوع اساند" -#: models.py:495 -msgid "Page label" -msgstr "برچسب صفحه" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "شماره صفحه" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "صفحه شماره%(page_num)d از%(total_pages)d از سند %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "صفحه سند" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "صفحات سند" -#: models.py:525 -msgid "Enter a valid value." -msgstr "مقدار مجاز وارد کنید." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "ترتیب" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "تبدیلات" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "آرگومان" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "از لغتنامه جهت مشجص کردن مقادیر استفاده کنید، مثال:{'درجه':90}" - -#: models.py:561 -msgid "Document page transformation" -msgstr "تبدیلات صفحه سند" - -#: models.py:562 -msgid "Document page transformations" -msgstr "تبدیلات صفحه سند" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "کاربر" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "دسترسی یافته" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "سند تازه" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "ایجاد اسناد" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "ویرایش خصوصیات سند" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "ویرایش سند" - -#: permissions.py:12 -msgid "View documents" -msgstr "بازدید سند" - #: permissions.py:13 msgid "Delete documents" msgstr "حذف سند" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "اسناد تبدیل" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "دانلود اسناد" -#: permissions.py:15 -msgid "Transform documents" -msgstr "اسناد تبدیل" +#: permissions.py:22 +msgid "Edit documents" +msgstr "ویرایش سند" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "اجرای ابزار ویرایش سند" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "بازگشت اسناد به نسخه قبلی" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "ایجاد نسخه جدید سند" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "ویرایش خصوصیات سند" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "ایجاد اسناد" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "حذف سند" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "اجرای ابزار ویرایش سند" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "بازگشت اسناد به نسخه قبلی" + +#: permissions.py:44 +msgid "View documents" +msgstr "بازدید سند" + +#: permissions.py:52 msgid "Documents setup" msgstr "آماده سازی اسناد" -#: permissions.py:22 -msgid "View document types" -msgstr "بازدید انواع سند" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "ویرایش انواع سند" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "حذف انواع سند" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "ایجاد انواع سند" -#: settings.py:25 -msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "حداکثر تعداد اسناد تازه (ایجاد، ویرایش و بازبینی) که جهت هرکاربر بوسیله سیستم نگهداری شود." +#: permissions.py:59 +msgid "Delete document types" +msgstr "حذف انواع سند" -#: settings.py:26 +#: permissions.py:62 +msgid "Edit document types" +msgstr "ویرایش انواع سند" + +#: permissions.py:65 +msgid "View document types" +msgstr "بازدید انواع سند" + +#: settings.py:39 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"حداکثر تعداد اسناد تازه (ایجاد، ویرایش و بازبینی) که جهت هرکاربر بوسیله " +"سیستم نگهداری شود." + +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "اندازه بزرگنمایی/کوچک نمایی یک صفحه از سند جهت تعامل با هرکاربر" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "حداکثر درصد(%) اندازه بزرگنمایی بوسیله کاربر برروی یک صفحه از سند بصورت تعاملی" +msgstr "" +"حداکثر درصد(%) اندازه بزرگنمایی بوسیله کاربر برروی یک صفحه از سند بصورت " +"تعاملی" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "حداکثر درصد(%) اندازه کوچک نمایی بوسیله کاربر برروی یک صفحه از سند بصورت تعاملی" +msgstr "" +"حداکثر درصد(%) اندازه کوچک نمایی بوسیله کاربر برروی یک صفحه از سند بصورت " +"تعاملی" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "مقدار درچه چرخش یک صفحه از سند به ازای هر کاربر" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "زبان پیش فرض اسناد (in ISO639-2) میباشد." -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "لیست زبانهای پشتیبانی سند" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "نوع سند:%d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "حداقل تعداد صفحات سند:%d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "حداکثر تعداد سفحات سند:%d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "میانگین تعداد صفحات اسناد:%f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "تعداد اسناد پایگاه داده:%d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "تعداد اسناد مخزن:%d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "فضای استفاده شده مخزن: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"فضای استفاده شده مخزن: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "تعداد صفحات اسناد در پایگاه داده: %d" -#: views.py:89 -msgid "documents" -msgstr "اسناد" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "تعداد اسناد مخزن:%d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Delete the selected document?" +msgstr "تغییرنوع سند" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Restore the selected document?" +msgstr "تغییرنوع سند" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "سند %(document)s با خطای حذف :%(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Delete the selected documents?" +msgstr "تغییرنوع سند" + +#: views.py:183 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Restore the selected documents?" +msgstr "تغییرنوع سند" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Properties for document: %s" +msgid "Pages for document: %s" +msgstr "خصوصیات سند : %s" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "سند با موفقیت حذف شد." + +#: views.py:263 msgid "Date added" msgstr "تاریخ اضافه شدن" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "زمان اضافه شدن" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "File mimetype" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "هیج" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "فایل Encoding" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "اندازه فایل" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "موجود در مخزن" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "آدرس فایل در مخزن" -#: views.py:122 -msgid "Pages" -msgstr "صفحات" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "خصوصیات سند : %s" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "پیش نمایش سند : %s" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "محتوای سند : %s" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "حداقل یک سند باید ارایه شود." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "سند با موفقیت حذف شد." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "سند %(document)s با خطای حذف :%(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" -msgstr[0] "آیا از حذف سند انتخاب شده مطمئن هستید؟" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" +msgstr[0] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "ویرایش موفقیت آمیز سند:%s" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "ویرایش خصوصیات سند : %s" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "نوغ سند تغییریافت" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "ارسال" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "تغییرنوع سند" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "اسنادی که قرار است دانلود شوند." -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "تاریخ و زمان" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "Encoding" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "بازگشت" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "سند برای شمارش مجدد سفحات درصف آن قرار گرفت." -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "اسناد برای شمارش مجدد سفحات درصف آن قرار گرفتند." -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to reset the page count of the selected document?" +#| msgid_plural "" +#| "Are you sure you wish to reset the page count of the selected documents?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "آیا از ریست کردن شمارش صفحات اسناد انتخاب شده مطمئن هستید؟" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "حذف کامل کلیه تبدیلات سند %s" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "خطا %(error)s در زمان حذف تبدیلات سند %(document)s" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "حذف کامل کلیه تبدیلات سند %s" + +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for the " +#| "selected document?" +#| msgid_plural "" +#| "Are you sure you wish to clear all the page transformations for the " +#| "selected documents?" +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:579 views.py:621 +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "جزئیات برای : %s" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "ویرایش موفق این صفحه از سند" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "ویرایش : %s" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "پایان صفحات سند" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "شما در حال حاضر برروی اولین صفحه این سند میباشید." -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "چاپ : %s" -#: views.py:870 -msgid "OCR" -msgstr "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." +msgstr "کلیه اسناد از این نوع حذف خواهند شد." -#: views.py:890 -msgid "Document type edited successfully" -msgstr "ویرایش موفق نوع سند" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "حذف انواع سند" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "خطا در ویرایش نوع سند: %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "ویرایش نوع سند : %s" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "حذف موفق نوع سند: %s" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "نوع سند: %(document_type)s خطای حذف:%(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "آیا از حذف نوع سند%s مطمئن هستید؟" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "کلیه اسناد از این نوع حذف خواهند شد." - -#: views.py:947 -msgid "Document type created successfully" -msgstr "نوع سند با موفقیت ایجاد شد." - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "خطا %(error)s در ایجاد نوع سند." - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "نام فایلهای نوع سند : %s" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "ویرایش موفق نام فایل برای نوع سند." -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "خطای ویرایش نام فایل نوع سند: %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" +msgstr "" +"Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "نام فایل نوع سند" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "حذف موفق نام فایل نوع سند: %s" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "خطای حذف%(error)s برای نام فایل نوع سند: %(document_type_filename)s " -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "آیا از حذف نام فایل%(filename)s نوع سند\"%(document_type)s\" مطمئن هستید؟" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "نام فایل نوع سند با موفقیت ایجاد شد." -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "خطای ایجاد نام فایل نوع سند: %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "ایجاد نام فایل برای نوع سند : %s" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." +#: views.py:1111 +#, fuzzy +#| msgid "Document image cache clearing queued successfully." +msgid "Document cache clearing queued successfully." msgstr "کش با موفقیت حذف شد." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "از پاک کردن حافظه تصویر سند مطمئن هستید؟" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "پاک کردن جافطه تصویر سند" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "تاریخ و زمان" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "نسخ سند : %s" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "بازگشت موفق نسخه سند." -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "خطا در بازگشت نسخه سند: %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "آیا از بازگشت نسخه مطمئن هستید؟" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "بازگشت اسناد به نسخه قبلی" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "همجنین کلیه نسخه های بعد از این نسخه حذف خواهند گردید." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "تبدیلات برای : %s" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "تبدیلات صفحه سند با موفقیت ایجاد شد." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "ایجاد تبدیلات صفحه%(page)s از سند %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "ویرایش موفق تبدیلات صفحه سند." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "ویرایش تبدیلات \"%(transformation)s\" برای %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "حذف موفق تبدیلات صفحه سند." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "آیا از حذف تبدیلات\"%(transformation)s\" برای سند %(document_page)s مطمئن هستید؟" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "عکس صفحه سند" +#~ msgid "Metadata type" +#~ msgstr "نوع متادیتا" + +#~ msgid "Metadata value" +#~ msgstr "مقدار متادیتا" + +#~ msgid "Content" +#~ msgstr "محتوا" + +#~ msgid "Tags" +#~ msgstr "برچسبها" + +#~ msgid "Contents" +#~ msgstr "محتوا" + +#~ msgid "Page %(page_number)d" +#~ msgstr "صفحه %(page_number)d" + +#~ msgid "Events" +#~ msgstr "رویداد" + +#~ msgid "Page transformations" +#~ msgstr "تبدیلات صفحه" + +#~ msgid "Create new transformation" +#~ msgstr "ایجاد تبدیلات چدید" + +#~ msgid "Page text" +#~ msgstr "" +#~ " صفحه " +#~ "متن" + +#~ msgid "Edit page text" +#~ msgstr "ویرایش متن صفحه" + +#~ msgid "Name" +#~ msgstr "نام" + +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "بصورت اتوماتیک فایل جدید را در صف OCR قرار میدهد" + +#~ msgid "Uninitialized document" +#~ msgstr "سند آماده نشده" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "با توجه به اینکه نوع سند مشخص نیست تعداد صفحات برابر با 1 فرض شد." + +#~ msgid "Page label" +#~ msgstr "برچسب صفحه" + +#~ msgid "Enter a valid value." +#~ msgstr "مقدار مجاز وارد کنید." + +#~ msgid "Order" +#~ msgstr "ترتیب" + +#~ msgid "Transformation" +#~ msgstr "تبدیلات" + +#~ msgid "Arguments" +#~ msgstr "آرگومان" + +#~ msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" +#~ msgstr "از لغتنامه جهت مشجص کردن مقادیر استفاده کنید، مثال:{'درجه':90}" + +#~ msgid "Document page transformation" +#~ msgstr "تبدیلات صفحه سند" + +#~ msgid "Document page transformations" +#~ msgstr "تبدیلات صفحه سند" + +#~ msgid "documents" +#~ msgstr "اسناد" + +#~ msgid "Content of document: %s" +#~ msgstr "محتوای سند : %s" + +#~ msgid "Are you sure you wish to delete the selected document?" +#~ msgid_plural "Are you sure you wish to delete the selected documents?" +#~ msgstr[0] "آیا از حذف سند انتخاب شده مطمئن هستید؟" + +#~ msgid "Document page edited successfully." +#~ msgstr "ویرایش موفق این صفحه از سند" + +#~ msgid "Edit: %s" +#~ msgstr "ویرایش : %s" + +#~ msgid "OCR" +#~ msgstr "OCR" + +#~ msgid "Document type edited successfully" +#~ msgstr "ویرایش موفق نوع سند" + +#~ msgid "Error editing document type; %s" +#~ msgstr "خطا در ویرایش نوع سند: %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "حذف موفق نوع سند: %s" + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "نوع سند: %(document_type)s خطای حذف:%(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "آیا از حذف نوع سند%s مطمئن هستید؟" + +#~ msgid "Document type created successfully" +#~ msgstr "نوع سند با موفقیت ایجاد شد." + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "خطا %(error)s در ایجاد نوع سند." + +#~ msgid "Document type filename" +#~ msgstr "نام فایل نوع سند" + +#~ msgid "" +#~ "Are you sure you wish to delete the filename: %(filename)s, from document " +#~ "type \"%(document_type)s\"?" +#~ msgstr "" +#~ "آیا از حذف نام فایل%(filename)s نوع سند\"%(document_type)s\" مطمئن " +#~ "هستید؟" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "از پاک کردن حافظه تصویر سند مطمئن هستید؟" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "آیا از بازگشت نسخه مطمئن هستید؟" + +#~ msgid "Transformations for: %s" +#~ msgstr "تبدیلات برای : %s" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "تبدیلات صفحه سند با موفقیت ایجاد شد." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "ایجاد تبدیلات صفحه%(page)s از سند %(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "ویرایش موفق تبدیلات صفحه سند." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "ویرایش تبدیلات \"%(transformation)s\" برای %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "حذف موفق تبدیلات صفحه سند." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "آیا از حذف تبدیلات\"%(transformation)s\" برای سند %(document_page)s " +#~ "مطمئن هستید؟" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -923,11 +1129,11 @@ msgstr "عکس صفحه سند" #~ "(%d)?" #~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" +#~ "Are you sure you wish to clear all the page transformations for " +#~ "documents: %s?" #~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" +#~ "Are you sure you wish to clear all the page transformations for " +#~ "documents: %s?" #~ msgid "Document edited" #~ msgstr "Document edited" @@ -944,22 +1150,23 @@ msgstr "عکس صفحه سند" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1015,11 +1222,11 @@ msgstr "عکس صفحه سند" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1030,9 +1237,6 @@ msgstr "عکس صفحه سند" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1049,11 +1253,11 @@ msgstr "عکس صفحه سند" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1074,9 +1278,11 @@ msgstr "عکس صفحه سند" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1109,11 +1315,11 @@ msgstr "عکس صفحه سند" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1170,15 +1376,17 @@ msgstr "عکس صفحه سند" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1202,9 +1410,6 @@ msgstr "عکس صفحه سند" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po index 23f6ace6b8..86ee6ba2e7 100644 --- a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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-2015 @@ -11,900 +11,1137 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Documents" -#: __init__.py:97 -msgid "Thumbnail" -msgstr "Aperçu" +#: apps.py:86 +#, fuzzy +#| msgid "Create document type" +msgid "Create a document type" +msgstr "Créer un type de document" -#: __init__.py:101 -msgid "Type" -msgstr "Type" +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." +msgstr "" -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Type de document" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "Type MIME" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "Étiquette" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Type de métadonnées" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" +msgstr "" -#: __init__.py:126 -msgid "Metadata value" -msgstr "Valeur de la métadonnée" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "Type MIME" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Contenu" +#: apps.py:127 +msgid "Thumbnail" +msgstr "Aperçu" -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Description" +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "Type" -#: __init__.py:129 -msgid "Tags" -msgstr "Étiquettes" +#: apps.py:143 +#, fuzzy +#| msgid "Date and time" +msgid "Date time trashed" +msgstr "Date et heure" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "Tendances de documents" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "Utilisation du document" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "Document créé" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "Propriétés du document modifiées" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "Type de document modifié" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Retour à version précédente du document effectuée avec succès" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Image de la page" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Contenu" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "Pages (%d) du document" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Renommage rapide du document" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "Page %(page_number)d" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Groupe de pages" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Compresser" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Télécharger le document dans son format original ou sous forme d'archive compressée. Cette option est uniquement disponible lors du téléchargement d'un document, lors du téléchargemtn d'un groupe de documents, ce dernier sera toujours téléchargé en tant qu'archive compressée." +msgstr "" +"Télécharger le document dans son format original ou sous forme d'archive " +"compressée. Cette option est uniquement disponible lors du téléchargement " +"d'un document, lors du téléchargemtn d'un groupe de documents, ce dernier " +"sera toujours téléchargé en tant qu'archive compressée." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Fichier compressé" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "Le nom de fichier du fichier compressé qui contiendra les documents à importer, si l'option précédente est sélectionnée" +msgstr "" +"Le nom de fichier du fichier compressé qui contiendra les documents à " +"importer, si l'option précédente est sélectionnée" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "Tous les documents" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" -msgstr "Documents récents" +#: handlers.py:9 +msgid "Default" +msgstr "" #: links.py:42 msgid "Preview" msgstr "Prévisualiser" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "Propriétés" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "Supprimer" - -#: links.py:47 -msgid "Edit properties" -msgstr "Modifier les propriétés" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "Changer le type" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Télécharger" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "Réinitialiser le comptage de page" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "Réinitialiser les transformations" - -#: links.py:57 -msgid "Print" -msgstr "Imprimer" - -#: links.py:58 -msgid "Events" -msgstr "Évènements" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Vider le cache image du document" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Effacer les représentations graphiques utilisées pour accélérer l'affichage du document et le résultat des transformations interactives." - -#: links.py:64 -msgid "Page transformations" -msgstr "Transformations de pages" - -#: links.py:65 -msgid "Create new transformation" -msgstr "Créer une nouvelle transformation" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "Modifier" - -#: links.py:70 -msgid "Page text" -msgstr "Texte de la page" - -#: links.py:71 -msgid "Edit page text" -msgstr "Modifier le texte de la page" - -#: links.py:72 -msgid "Next page" -msgstr "Page suivante" - -#: links.py:73 -msgid "Previous page" -msgstr "Page précédente" - -#: links.py:74 -msgid "First page" -msgstr "Première page" - -#: links.py:75 -msgid "Last page" -msgstr "Dernière page" - -#: links.py:76 -msgid "Zoom in" -msgstr "Zoom avant" - -#: links.py:77 -msgid "Zoom out" -msgstr "Zoom arrière" - -#: links.py:78 -msgid "Rotate right" -msgstr "Rotation à droite" - -#: links.py:79 -msgid "Rotate left" -msgstr "Rotation à gauche" - -#: links.py:80 -msgid "Reset view" -msgstr "Réinitialiser la vue" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "Versions" -#: links.py:84 -msgid "Revert" -msgstr "Rétablir" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Pages" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "Types de document" +#: links.py:61 links.py:99 +msgid "Clear transformations" +msgstr "Réinitialiser les transformations" -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "Créer un type de document" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "Supprimer" -#: links.py:93 -msgid "Filenames" -msgstr "Noms de fichiers" +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" -#: links.py:94 -msgid "Add filename to document type" -msgstr "Ajouter un nom de fichier au type de document" +#: links.py:74 +msgid "Edit properties" +msgstr "Modifier les propriétés" -#: models.py:53 -msgid "Name" -msgstr "Nom" +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "Changer le type" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "Ajouter automatiquement les nouveaux documents créés à la file d'attente OCR." +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Télécharger" -#: models.py:68 -msgid "Documents types" -msgstr "Types de documents" +#: links.py:86 +msgid "Print" +msgstr "Imprimer" -#: models.py:79 -msgid "Uninitialized document" -msgstr "Document non initialisée" +#: links.py:90 links.py:119 +msgid "Reset page count" +msgstr "Réinitialiser le comptage de page" -#: models.py:79 -msgid "The name of the document" -msgstr "Le nom du document" +#: links.py:94 links.py:123 +msgid "Restore" +msgstr "" -#: models.py:81 -msgid "Added" -msgstr "Ajouté" +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "Tous les documents" -#: models.py:82 -msgid "Language" -msgstr "Langue" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "Documents récents" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Effacer les représentations graphiques utilisées pour accélérer l'affichage " +"du document et le résultat des transformations interactives." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Vider le cache image du document" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" +msgstr "" + +#: links.py:163 +msgid "First page" +msgstr "Première page" + +#: links.py:168 +msgid "Last page" +msgstr "Dernière page" + +#: links.py:175 +msgid "Previous page" +msgstr "Page précédente" + +#: links.py:181 +msgid "Next page" +msgstr "Page suivante" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "Document" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "Rotation à gauche" + +#: links.py:197 +msgid "Rotate right" +msgstr "Rotation à droite" + +#: links.py:205 +msgid "Reset view" +msgstr "Réinitialiser la vue" + +#: links.py:210 +msgid "Zoom in" +msgstr "Zoom avant" + +#: links.py:215 +msgid "Zoom out" +msgstr "Zoom arrière" + +#: links.py:223 +msgid "Revert" +msgstr "Rétablir" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "Créer un type de document" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "Modifier" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "Ajouter un nom de fichier au type de document" + +#: links.py:256 +msgid "Filenames" +msgstr "Noms de fichiers" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "Types de document" + +#: models.py:68 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "Tous les documents de ce type seront également effacés." + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "Tous les documents de ce type seront également effacés." + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Supprimer des types de documents" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Supprimer les documents" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Type de document" + +#: models.py:121 +msgid "Documents types" +msgstr "Types de documents" + +#: models.py:139 +msgid "The name of the document" +msgstr "Le nom du document" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Description" + +#: models.py:145 +msgid "Added" +msgstr "Ajouté" + +#: models.py:150 +msgid "Language" +msgstr "Langue" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +#, fuzzy +#| msgid "Date and time" +msgid "Date and time trashed" +msgstr "Date et heure" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Types de documents:%d" + +#: models.py:331 msgid "Timestamp" msgstr "Horodatage" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Commentaire" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "Fichier" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Somme de contrôle" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "Version du document" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Le format de fichier de ce document est inconnu, le nombre de pages est donc de 1 par défaut." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Nom de fichier" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "Activé" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "Renommage rapide du nom de fichier du type de document" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "Renommage rapide des noms de fichiers des types de documents" -#: models.py:495 -msgid "Page label" -msgstr "Étiquette de page" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "Numéro de page" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Page %(page_num)d sur %(total_pages)d de %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "Page du document" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "Pages du document" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Saisissez une valeur valide." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "Ordre" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "Transformation" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "Arguments" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "Utilisez des dictionnaires pour identifier les arguments par exemple: {'degrees':90}" - -#: models.py:561 -msgid "Document page transformation" -msgstr "Transformation de page de document" - -#: models.py:562 -msgid "Document page transformations" -msgstr "Transformations de pages de documents" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "Utilisateur" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "Consulté" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "Document récent" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Créer les documents" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Modifier les propriétés du document" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Modifier les documents" - -#: permissions.py:12 -msgid "View documents" -msgstr "Visualiser les documents" - #: permissions.py:13 msgid "Delete documents" msgstr "Supprimer les documents" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Transformer les documents" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Télécharger les documents" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Transformer les documents" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Modifier les documents" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Lancer les outils de modification de document" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Revenir à une version précédente du document" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Créer une nouvelle version du document" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Modifier les propriétés du document" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Créer les documents" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Supprimer les documents" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Lancer les outils de modification de document" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Revenir à une version précédente du document" + +#: permissions.py:44 +msgid "View documents" +msgstr "Visualiser les documents" + +#: permissions.py:52 msgid "Documents setup" msgstr "Configuration des documents" -#: permissions.py:22 -msgid "View document types" -msgstr "Afficher les types de documents" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Modifier des types de documents" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Supprimer des types de documents" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Créer des types de documents" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Supprimer des types de documents" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Modifier des types de documents" + +#: permissions.py:65 +msgid "View document types" +msgstr "Afficher les types de documents" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Nombre maximum de documents récents (créés, modifiés, visualisés) à mémoriser par utilisateur." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Nombre maximum de documents récents (créés, modifiés, visualisés) à " +"mémoriser par utilisateur." -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Valeur en pourcentage du zoom avant ou arrière pour une page de document pour les utilisateurs." +msgstr "" +"Valeur en pourcentage du zoom avant ou arrière pour une page de document " +"pour les utilisateurs." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Maximum en pourcents (%) de la valeur du zoom avant interactif autorisé pour l'utilisateur." +msgstr "" +"Maximum en pourcents (%) de la valeur du zoom avant interactif autorisé pour " +"l'utilisateur." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Minimum en pourcents (%) de la valeur du zoom arrière interactif autorisé pour l'utilisateur." +msgstr "" +"Minimum en pourcents (%) de la valeur du zoom arrière interactif autorisé " +"pour l'utilisateur." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Valeur en degrés pour la rotation d'une page de document par l'utilisateur" +msgstr "" +"Valeur en degrés pour la rotation d'une page de document par l'utilisateur" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "Langue des documents par défaut (au format ISO639-2)." -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "Liste des langues supportées du document." -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Types de documents:%d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Nombre minimal de pages par document:%d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Nombre maximal de pages par document:%d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Nombre moyen de pages par document:%f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Documents dans la base de données:%d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Documents en stockage local:%d " -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Espace utilisé en stockage local: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Espace utilisé en stockage local: %(base_2)s (base 2), %(base_10)s (base " +"10), %(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Nombre de pages de documents dans la base de données:%d" -#: views.py:89 -msgid "documents" -msgstr "documents" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Documents en stockage local:%d " -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Delete the selected document?" +msgstr "Changer le type du document sélectionné." + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Restore the selected document?" +msgstr "Changer le type du document sélectionné." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Document: erreur de suppression du %(document)s: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Delete the selected documents?" +msgstr "Changer le type du document sélectionné." + +#: views.py:183 +#, fuzzy +#| msgid "Change the type of the selected document." +#| msgid_plural "Change the type of the selected documents." +msgid "Restore the selected documents?" +msgstr "Changer le type du document sélectionné." + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Properties for document: %s" +msgid "Pages for document: %s" +msgstr "Propriété du document: %s" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Suppression du document effectuée avec succès." + +#: views.py:263 msgid "Date added" msgstr "Date d'ajout" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Heure d'ajout" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Type MIME du fichier" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Aucun" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "Encodage du fichier" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Taille du fichier" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Présent dans le stockage local" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Chemin du fichier dans le stockage local" -#: views.py:122 -msgid "Pages" -msgstr "Pages" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "Propriété du document: %s" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "Aperçu du document: %s" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "Conetnu du document: %s" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Au moins un document est requis" -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Suppression du document effectuée avec succès." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Document: erreur de suppression du %(document)s: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" -msgstr[0] "Êtes vous sûr de vouloir supprimer le document sélectionné?" -msgstr[1] "Êtes vous sûr de vouloir supprimer les documents sélectionnés?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" +msgstr[0] "" +msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Modification du document \"%s\" effectuée." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "Modifier les propriétés du document: %s" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "Le type de document a été changé avec succès." -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "Soumettre" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "Changer le type du document sélectionné." msgstr[1] "Changer le type des documents sélectionnés." -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "Documents à télécharger" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "Date et heure" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "Encodage" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Retour" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "Document en file d'attente pour remise à zéro de la page de comptage." -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "Documents en file d'attente pour remise à zéro de la page de comptage." -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" -msgstr[0] "Êtes vous sûr de vouloir réinitialiser le compteur de page du document sélectionné? " -msgstr[1] "Êtes vous sûr de vouloir réinitialiser le compteur de page des documents sélectionnés? " +#: views.py:656 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to reset the page count of the selected document?" +#| msgid_plural "" +#| "Are you sure you wish to reset the page count of the selected documents?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" +msgstr[0] "" +"Êtes vous sûr de vouloir réinitialiser le compteur de page du document " +"sélectionné? " +msgstr[1] "" +"Êtes vous sûr de vouloir réinitialiser le compteur de page des documents " +"sélectionnés? " -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "Toutes les transformations de page pour le document:%s, ont été supprimées avec succès" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Erreur survenue lors de la suppression des transformations de page pour le document:%(document)s; %(error)s." +msgstr "" +"Erreur survenue lors de la suppression des transformations de page pour le " +"document:%(document)s; %(error)s." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "Êtes vous certain de vouloir supprimer toutes les transformations de page pour le document sélectionné?" -msgstr[1] "Êtes vous certain de vouloir supprimer toutes les transformations de page pour les documents sélectionnés?" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"Toutes les transformations de page pour le document:%s, ont été supprimées " +"avec succès" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for the " +#| "selected document?" +#| msgid_plural "" +#| "Are you sure you wish to clear all the page transformations for the " +#| "selected documents?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Êtes vous certain de vouloir supprimer toutes les transformations de page " +"pour le document sélectionné?" +msgstr[1] "" +"Êtes vous certain de vouloir supprimer toutes les transformations de page " +"pour les documents sélectionnés?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "Détails pour: %s" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Page du document modifiée avec succès" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "Modifier: %s" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Il n'y a pas d'autres pages dans ce document" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Vous êtes déjà sur la première page du document" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "Imprimer: %s" -#: views.py:870 -msgid "OCR" -msgstr "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." +msgstr "Tous les documents de ce type seront également effacés." -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Type de document modifié avec succès" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Supprimer des types de documents" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Erreur lors de la modification du type de document;%s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "Modifier le type de document: %s" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Type de document:%s supprimé avec succès." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Type de document: %(document_type)s erreur de suppression: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Êtes vous certain de vouloir supprimer le type de document:%s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "Tous les documents de ce type seront également effacés." - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Type de document créé avec succès" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Erreur lors de la création du type de document;%(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "Nom de fichiers pour le type de document: %s" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "nom de fichier pour le type de document modifié avec succès" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" -msgstr "Erreur lors de la modification du nom de fichier du type de document;%s" +msgstr "" +"Erreur lors de la modification du nom de fichier du type de document;%s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "Modifier le nom de fichier \"%(filename)s\" pour le type de document \"%(document_type)s\"" +msgstr "" +"Modifier le nom de fichier \"%(filename)s\" pour le type de document " +"\"%(document_type)s\"" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "Nom de fichier du type de document" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nom de fichier du type de document:%s supprimé avec succès." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Nom de fichier du type de document:%(document_type_filename)s erreur de suppression:%(error)s" +msgstr "" +"Nom de fichier du type de document:%(document_type_filename)s erreur de " +"suppression:%(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Êtes vous certain de vouloir supprimer le fichier:%(filename)s, du type de document \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Modifier le nom de fichier \"%(filename)s\" pour le type de document " +"\"%(document_type)s\"" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Nom de fichier du type de document créé avec succès" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" -msgstr "Erreur lors de la création du nom de fichier du type de document; %(error)s" +msgstr "" +"Erreur lors de la création du nom de fichier du type de document; %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "Créer un fichier pour le type de document:%s" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." +#: views.py:1111 +#, fuzzy +#| msgid "Document image cache clearing queued successfully." +msgid "Document cache clearing queued successfully." msgstr "Cache d'image du document effacé avec succès" -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Êtes vous certain de vouloir vider le cache d'images du document?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Vider le cache image du document" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "Heure et date" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "Versions du document:%s" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Retour à version précédente du document effectuée avec succès" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Erreur lors du retour à une version précédente du document;%s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Êtes vous certain de vouloir revenir à cette version?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Revenir à une version précédente du document" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Toutes les versions postérieures à celle-ci seront effacées" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "Transformations pour:%s" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Transformation de page pour le document créée avec succès." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Créer une nouvelle transformation pour la page:%(page)s du document: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Transformation de page pour le document modifiée avec succès." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Modifier la transformation \"%(transformation)s\" pour: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Transformation de page pour le document supprimée avec succès." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Êtes vous certain de vouloir supprimer la transformation \"%(transformation)s\" pour: %(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "Image de la page du document" +#~ msgid "Metadata type" +#~ msgstr "Type de métadonnées" + +#~ msgid "Metadata value" +#~ msgstr "Valeur de la métadonnée" + +#~ msgid "Content" +#~ msgstr "Contenu" + +#~ msgid "Tags" +#~ msgstr "Étiquettes" + +#~ msgid "Contents" +#~ msgstr "Contenu" + +#~ msgid "Page %(page_number)d" +#~ msgstr "Page %(page_number)d" + +#~ msgid "Events" +#~ msgstr "Évènements" + +#~ msgid "Page transformations" +#~ msgstr "Transformations de pages" + +#~ msgid "Create new transformation" +#~ msgstr "Créer une nouvelle transformation" + +#~ msgid "Page text" +#~ msgstr "Texte de la page" + +#~ msgid "Edit page text" +#~ msgstr "Modifier le texte de la page" + +#~ msgid "Name" +#~ msgstr "Nom" + +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "" +#~ "Ajouter automatiquement les nouveaux documents créés à la file d'attente " +#~ "OCR." + +#~ msgid "Uninitialized document" +#~ msgstr "Document non initialisée" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Le format de fichier de ce document est inconnu, le nombre de pages est " +#~ "donc de 1 par défaut." + +#~ msgid "Page label" +#~ msgstr "Étiquette de page" + +#~ msgid "Enter a valid value." +#~ msgstr "Saisissez une valeur valide." + +#~ msgid "Order" +#~ msgstr "Ordre" + +#~ msgid "Transformation" +#~ msgstr "Transformation" + +#~ msgid "Arguments" +#~ msgstr "Arguments" + +#~ msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" +#~ msgstr "" +#~ "Utilisez des dictionnaires pour identifier les arguments par exemple: " +#~ "{'degrees':90}" + +#~ msgid "Document page transformation" +#~ msgstr "Transformation de page de document" + +#~ msgid "Document page transformations" +#~ msgstr "Transformations de pages de documents" + +#~ msgid "documents" +#~ msgstr "documents" + +#~ msgid "Content of document: %s" +#~ msgstr "Conetnu du document: %s" + +#~ msgid "Are you sure you wish to delete the selected document?" +#~ msgid_plural "Are you sure you wish to delete the selected documents?" +#~ msgstr[0] "Êtes vous sûr de vouloir supprimer le document sélectionné?" +#~ msgstr[1] "Êtes vous sûr de vouloir supprimer les documents sélectionnés?" + +#~ msgid "Document page edited successfully." +#~ msgstr "Page du document modifiée avec succès" + +#~ msgid "Edit: %s" +#~ msgstr "Modifier: %s" + +#~ msgid "OCR" +#~ msgstr "OCR" + +#~ msgid "Document type edited successfully" +#~ msgstr "Type de document modifié avec succès" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Erreur lors de la modification du type de document;%s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Type de document:%s supprimé avec succès." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "" +#~ "Type de document: %(document_type)s erreur de suppression: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer le type de document:%s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Type de document créé avec succès" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Erreur lors de la création du type de document;%(error)s" + +#~ msgid "Document type filename" +#~ msgstr "Nom de fichier du type de document" + +#~ msgid "" +#~ "Are you sure you wish to delete the filename: %(filename)s, from document " +#~ "type \"%(document_type)s\"?" +#~ msgstr "" +#~ "Êtes vous certain de vouloir supprimer le fichier:%(filename)s, du type " +#~ "de document \"%(document_type)s\"?" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "Êtes vous certain de vouloir vider le cache d'images du document?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Êtes vous certain de vouloir revenir à cette version?" + +#~ msgid "Transformations for: %s" +#~ msgstr "Transformations pour:%s" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Transformation de page pour le document créée avec succès." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Créer une nouvelle transformation pour la page:%(page)s du document: " +#~ "%(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Transformation de page pour le document modifiée avec succès." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Modifier la transformation \"%(transformation)s\" pour: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Transformation de page pour le document supprimée avec succès." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Êtes vous certain de vouloir supprimer la transformation " +#~ "\"%(transformation)s\" pour: %(document_page)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -929,11 +1166,11 @@ msgstr "Image de la page du document" #~ "(%d)?" #~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" +#~ "Are you sure you wish to clear all the page transformations for " +#~ "documents: %s?" #~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" +#~ "Are you sure you wish to clear all the page transformations for " +#~ "documents: %s?" #~ msgid "Document edited" #~ msgstr "Document edited" @@ -950,22 +1187,23 @@ msgstr "Image de la page du document" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1021,11 +1259,11 @@ msgstr "Image de la page du document" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1036,9 +1274,6 @@ msgstr "Image de la page du document" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1055,11 +1290,11 @@ msgstr "Image de la page du document" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1080,9 +1315,11 @@ msgstr "Image de la page du document" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1115,11 +1352,11 @@ msgstr "Image de la page du document" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1176,15 +1413,17 @@ msgstr "Image de la page du document" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1208,9 +1447,6 @@ msgstr "Image de la page du document" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/documents/locale/hr_HR/LC_MESSAGES/django.po index 5d205cae34..5d577395e0 100644 --- a/mayan/apps/documents/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/hr_HR/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: # Matija Kolarić , 2012 @@ -12,904 +12,924 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Dokumenti" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Stvori vrste dokumenata" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:126 -msgid "Metadata value" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" msgstr "" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" +#: apps.py:127 +msgid "Thumbnail" msgstr "" -#: __init__.py:128 models.py:80 -msgid "Description" +#: apps.py:137 apps.py:140 +msgid "Type" msgstr "" -#: __init__.py:129 -msgid "Tags" +#: apps.py:143 +msgid "Date time trashed" msgstr "" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document edited" +msgid "Document version reverted" +msgstr "Document edited" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Slika stranice" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Sadržaj" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Brza promjena naziva dokumenta" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Opseg stranica" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "" -#: forms.py:197 +#: forms.py:128 msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" +#: links.py:50 +msgid "Versions" msgstr "" -#: links.py:47 -msgid "Edit properties" +#: links.py:54 views.py:287 +msgid "Pages" msgstr "" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "" + +#: links.py:86 msgid "Print" msgstr "" -#: links.py:58 -msgid "Events" +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: links.py:61 -msgid "Clear the document image cache" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "Create document types" +msgid "Clear document cache" +msgstr "Stvori vrste dokumenata" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "" -#: links.py:76 -msgid "Zoom in" +#: links.py:175 +msgid "Previous page" msgstr "" -#: links.py:77 -msgid "Zoom out" +#: links.py:181 +msgid "Next page" msgstr "" -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 -msgid "Versions" -msgstr "" - -#: links.py:84 -msgid "Revert" -msgstr "" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "" - -#: models.py:82 -msgid "Language" -msgstr "" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Ukloni vrste dokumenta" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Brisanje dokumenata" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Documents setup" +msgid "Document stub, id: %d" +msgstr "Postavke dokumenata" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Komentar" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "" - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Stvori dokumente" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Uredi svojstva dokumenta" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Uredi dokumente" - -#: permissions.py:12 -msgid "View documents" -msgstr "Pregled dokumenata" - #: permissions.py:13 msgid "Delete documents" msgstr "Brisanje dokumenata" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Preobrazi dokumente" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Preuzimanje dokumenata" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Preobrazi dokumente" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Uredi dokumente" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Izvrši alate za preinaku dokumenta" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Uredi svojstva dokumenta" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Stvori dokumente" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Brisanje dokumenata" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Izvrši alate za preinaku dokumenta" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:44 +msgid "View documents" +msgstr "Pregled dokumenata" + +#: permissions.py:52 msgid "Documents setup" msgstr "Postavke dokumenata" -#: permissions.py:22 -msgid "View document types" -msgstr "" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Uredi vrste dokumenata" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Ukloni vrste dokumenta" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Stvori vrste dokumenata" -#: settings.py:25 -msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." +#: permissions.py:59 +msgid "Delete document types" +msgstr "Ukloni vrste dokumenta" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Uredi vrste dokumenata" + +#: permissions.py:65 +msgid "View document types" msgstr "" -#: settings.py:26 +#: settings.py:39 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" + +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" msgstr "" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "" -#: views.py:89 -msgid "documents" -msgstr "dokumenti" +#: views.py:90 +#, fuzzy +#| msgid "Document data" +msgid "Documents in trash" +msgstr "document data" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Brisanje dokumenata" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected document?" +msgstr "Brisanje dokumenata" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgid "Document: %(document)s restored." +msgstr "Document \"%(document)s\" deleted by %(fullname)s." + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Brisanje dokumenata" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Brisanje dokumenata" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Preobrazi dokumente" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +msgid "Trash emptied successfully" +msgstr "" + +#: views.py:263 msgid "Date added" msgstr "" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "" -#: views.py:122 -msgid "Pages" -msgstr "" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "" -#: views.py:201 -msgid "Document deleted successfully." -msgstr "" +#: views.py:359 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document moved to trash successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" -msgstr "" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgid "Document: %(document)s error moving to trash: %(error)s" +msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +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:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 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:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[2] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[2] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Ukloni vrste dokumenta" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1048 +#: views.py:1064 #, python-format msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document cache clearing queued successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "" +#: views.py:1117 +#, fuzzy +#| msgid "Create document types" +msgid "Clear the document cache?" +msgstr "Stvori vrste dokumenata" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" +#: views.py:1183 +msgid "Revert to this version?" msgstr "" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Contents" +#~ msgstr "Sadržaj" + +#~ msgid "documents" +#~ msgstr "dokumenti" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -928,21 +948,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - -#~ msgid "Document edited" -#~ msgstr "Document edited" - #~ msgid "Version" #~ msgstr "version" @@ -955,25 +960,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - -#~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." - #~ msgid "Page" #~ msgstr "Page" @@ -1007,12 +1010,6 @@ msgstr "" #~ msgid "Document properties for: %s" #~ msgstr "document properties for: %s" -#~ msgid "Document data" -#~ msgstr "document data" - -#~ msgid "Document type for document \"%s\" changed successfully." -#~ msgstr "Document type: %s deleted successfully." - #~ msgid "Change document type of: %s" #~ msgstr "Create document types" @@ -1026,11 +1023,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1041,9 +1038,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1060,11 +1054,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1085,9 +1079,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1120,11 +1116,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1181,15 +1177,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1213,9 +1211,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po index 8fb477e576..6296624fe5 100644 --- a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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 , 2013 @@ -9,900 +9,1024 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "dokumentumok" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Új dokumentum típus készítése" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Dokumentum típus" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "MIME típus" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Metaadat típus" - -#: __init__.py:126 -msgid "Metadata value" -msgstr "Metaadat érték" - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Tartalom" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Leírás" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:132 +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "MIME típus" + +#: apps.py:127 +msgid "Thumbnail" +msgstr "" + +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Dokumentum verzió sikeresen visszaállt" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Oldal kép" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Tartalom" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Dokumentum gyors átnevezése" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Oldal tartomány" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Tömörítés" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Töltse le a dokumentumot az eredeti formátumban vagy tömörített módon.\nEz az opció csak akkor választható, ha egy dokumentumot tölt le, mert több dokumentum esetén, a letöltött fájlokat mindig egy csomagba tömöríti." +msgstr "" +"Töltse le a dokumentumot az eredeti formátumban vagy tömörített módon.\n" +"Ez az opció csak akkor választható, ha egy dokumentumot tölt le, mert több " +"dokumentum esetén, a letöltött fájlokat mindig egy csomagba tömöríti." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Tömörített fájlnév" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "A tömörített fájl neve, amely a letöltött dokumentumokat tartalmazni fogja, ha az előző opció van kiválasztva." - -#: links.py:40 views.py:68 -msgid "All documents" msgstr "" +"A tömörített fájl neve, amely a letöltött dokumentumokat tartalmazni fogja, " +"ha az előző opció van kiválasztva." -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "" - -#: links.py:47 -msgid "Edit properties" -msgstr "" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Letöltés" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "" - -#: links.py:57 -msgid "Print" -msgstr "" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Dokumentum kép gyorsítótár törlése" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Törölje a grafikus ábrázolásokat, hogy felgyorsítsa a dokumentum megjelenítését és az interaktív átalakításokat." - -#: links.py:64 -msgid "Page transformations" -msgstr "" - -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 -msgid "First page" -msgstr "" - -#: links.py:75 -msgid "Last page" -msgstr "" - -#: links.py:76 -msgid "Zoom in" -msgstr "" - -#: links.py:77 -msgid "Zoom out" -msgstr "" - -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "" -#: links.py:84 -msgid "Revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Lapok" + +#: links.py:61 links.py:99 +msgid "Clear transformations" msgstr "" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" msgstr "" -#: links.py:91 views.py:956 -msgid "Create document type" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: links.py:93 -msgid "Filenames" +#: links.py:74 +msgid "Edit properties" msgstr "" -#: links.py:94 -msgid "Add filename to document type" +#: links.py:78 links.py:111 +msgid "Change type" msgstr "" -#: models.py:53 -msgid "Name" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Letöltés" + +#: links.py:86 +msgid "Print" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -msgid "Documents types" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: models.py:79 -msgid "Uninitialized document" +#: links.py:133 views.py:72 +msgid "All documents" msgstr "" -#: models.py:79 -msgid "The name of the document" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" msgstr "" -#: models.py:81 -msgid "Added" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:82 -msgid "Language" +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Törölje a grafikus ábrázolásokat, hogy felgyorsítsa a dokumentum " +"megjelenítését és az interaktív átalakításokat." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Dokumentum kép gyorsítótár törlése" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:163 +msgid "First page" +msgstr "" + +#: links.py:168 +msgid "Last page" +msgstr "" + +#: links.py:175 +msgid "Previous page" +msgstr "" + +#: links.py:181 +msgid "Next page" +msgstr "" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Dokumentum típus törlése" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Dokumentum törlése" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Dokumentum típus" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Leírás" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Dokumentum típus: %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Megjegyzés" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Ellenőrző összeg" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Ennek a dokumentumnak a fájlformátuma nem ismert, ezért az oldalak száma 1-re állítva." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Fájlnév" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" -msgstr "Az oldalak száma %(page_num)d nagyobb mint a %(document)s oldalainak száma: %(total_pages)d " +msgstr "" +"Az oldalak száma %(page_num)d nagyobb mint a %(document)s oldalainak " +"száma: %(total_pages)d " -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Adjon meg egy érvényes értéket." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Új dokumentum" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Dokumentum tulajdonságok szerkesztése" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Dokumentum szerkesztése" - -#: permissions.py:12 -msgid "View documents" -msgstr "Dokumentum megtekintése" - #: permissions.py:13 msgid "Delete documents" msgstr "Dokumentum törlése" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Dokumentum átalakítása" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Dokumentum letöltése" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Dokumentum átalakítása" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Dokumentum szerkesztése" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Dokumentum módosító futtatása" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Visszatérés a dokumentum előző verziójához" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Új dokumentum verzió" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Dokumentum tulajdonságok szerkesztése" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Új dokumentum" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Dokumentum törlése" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Dokumentum módosító futtatása" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Visszatérés a dokumentum előző verziójához" + +#: permissions.py:44 +msgid "View documents" +msgstr "Dokumentum megtekintése" + +#: permissions.py:52 msgid "Documents setup" msgstr "dokumentumok beállítása" -#: permissions.py:22 -msgid "View document types" -msgstr "Dokumentum típus megtekintése" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Dokumentum típus szerkesztése" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Dokumentum típus törlése" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Új dokumentum típus készítése" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Dokumentum típus törlése" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Dokumentum típus szerkesztése" + +#: permissions.py:65 +msgid "View document types" +msgstr "Dokumentum típus megtekintése" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "A felhasználónként megjegyzendő dokumentumok maximális száma amit az utóbbi időben (létrehozott, szerkesztett, a megtekintett)." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"A felhasználónként megjegyzendő dokumentumok maximális száma amit az utóbbi " +"időben (létrehozott, szerkesztett, a megtekintett)." -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Egy dokumentum oldal százalékos nagyításának vagy kicsinyítésének aránya egy lépésben." +msgstr "" +"Egy dokumentum oldal százalékos nagyításának vagy kicsinyítésének aránya egy " +"lépésben." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "Egy dokumentum oldal százalékos (%) nagyításának aránya egy lépésben." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Egy dokumentum oldal százalékos (%) kicsinyítésének aránya egy lépésben." +msgstr "" +"Egy dokumentum oldal százalékos (%) kicsinyítésének aránya egy lépésben." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "A felhasználó ennyi fokkal lesz képes elforgatni a dokumentumot oldalt egy lépésben." +msgstr "" +"A felhasználó ennyi fokkal lesz képes elforgatni a dokumentumot oldalt egy " +"lépésben." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Dokumentum típus: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Minimális oldalszám dokumentumonként: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Maximális oldalszám dokumentumonként: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Átlagos oldalszám dokumentumonként: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Dokumentum az adatbázisban: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Dokumentum a tárolóban: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "A tárolóban elfoglalt hely: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d byte" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"A tárolóban elfoglalt hely: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d byte" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Dokumentum oldalak száma az adatbázisban: %d" -#: views.py:89 -msgid "documents" -msgstr "dokumentumok" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Dokumentum a tárolóban: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Dokumentum törlése" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Adjon meg legalább egy dokumentumot!" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Dokumentum: %(document)s törlési hiba: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Dokumentum törlése" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Dokumentum törlése" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Dokumentum átalakítása" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Sikeres dokumentum törlés." + +#: views.py:263 msgid "Date added" msgstr "Dátum megadása" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Időpont megadása" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Fájl MIME-típusa" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Semmi" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Fájl mérete" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Létezik a tárolóban" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "A fájl elérési útja a tárolóban" -#: views.py:122 -msgid "Pages" -msgstr "Lapok" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Adjon meg legalább egy dokumentumot!" -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Sikeres dokumentum törlés." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Dokumentum: %(document)s törlési hiba: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "A dokumentum \"%s\" szerkesztése sikeres." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Vissza" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 +#: views.py:698 +#, python-format +msgid "" +"Error deleting the page transformations for document: %(document)s; " +"%(error)s." +msgstr "" +"Hiba %(error)s a dokumentum %(document)s oldal átalakítójának törlése közben." + +#: views.py:701 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "A dokumentum:% s minden oldal átalakítójának törlése sikeres." -#: views.py:540 -#, python-format -msgid "" -"Error deleting the page transformations for document: %(document)s; " -"%(error)s." -msgstr "Hiba %(error)s a dokumentum %(document)s oldal átalakítójának törlése közben." - -#: views.py:550 -msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" -#: views.py:579 views.py:621 +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "a dokumentum lap szerkesztése kikeres" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "a dokumentumnak nincs több oldala" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Ez már a dokumentum első oldala" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "A dokumentum típus sikeres szerkesztése" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Dokumentum típus törlése" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Hiba a dokumentum típus %s szerkesztése közben" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "A a dokumentum típus %s sikeres törlése" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Hiba : %(error)s a dokumentum típus: %(document_type)s törlése közben." - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Biztos, hogy törölni szeretné a dokumentum típust: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Sikeres dokumentum típus létrehozás." - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "A dokumentum típus létrehozása hibás: %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "A dokumentum típus fájlnevének szerkesztése sikeres." -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "A dokumentum típus fájlnevének szerkesztése hibás; %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "a dokumentum típus fájlnév %s törlése sikeres" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Dokumentum típus fájlnév: : %(document_type_filename)s törlési hiba: %(error)s" +msgstr "" +"Dokumentum típus fájlnév: : %(document_type_filename)s törlési hiba: " +"%(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Biztos, hogy törölni szeretné a fájlt: %(filename)s, a dokumentum típusból \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Biztos, hogy törölni szeretné a fájlt: %(filename)s, a dokumentum típusból " +"\"%(document_type)s\"?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Dokumentum típus fájlnéve sikeresen létrehozva" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Hiba a dokumentum típus fájlnevének ; %(error)s létrehozásakor" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "a dokumentum lap szerkesztése kikeres" -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Valóban törli a dokumentum kép gyorsítótárát?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Dokumentum kép gyorsítótár törlése" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Dokumentum verzió sikeresen visszaállt" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Hiba a dokumentum verzió visszaállítása közben; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Biztos benne, hogy szeretné visszaállítani ezt a verziót?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Visszatérés a dokumentum előző verziójához" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Minden ezután következő verzió is törölve lesz." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Sikeres dokumentum oldal átalakító létrehozása." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "A dokumentum: %(document)s %(page)s oldalához átalakító készítés." - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "A dokumentum oldal átalakító szerkesztése sikeres." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Átalakító: \"%(transformation)s\" szerkesztése a dokumentum laphoz: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "A dokumentum lap átalakító törlése sikeres." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Biztos, hogy törölni szeretné a %(document_page)s \"%(transformation)s\" átalakítóját?" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "Metaadat típus" + +#~ msgid "Metadata value" +#~ msgstr "Metaadat érték" + +#~ msgid "Content" +#~ msgstr "Tartalom" + +#~ msgid "Contents" +#~ msgstr "Tartalom" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Ennek a dokumentumnak a fájlformátuma nem ismert, ezért az oldalak száma " +#~ "1-re állítva." + +#~ msgid "Enter a valid value." +#~ msgstr "Adjon meg egy érvényes értéket." + +#~ msgid "documents" +#~ msgstr "dokumentumok" + +#~ msgid "Document type edited successfully" +#~ msgstr "A dokumentum típus sikeres szerkesztése" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Hiba a dokumentum típus %s szerkesztése közben" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "A a dokumentum típus %s sikeres törlése" + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "" +#~ "Hiba : %(error)s a dokumentum típus: %(document_type)s törlése közben." + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Biztos, hogy törölni szeretné a dokumentum típust: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Sikeres dokumentum típus létrehozás." + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "A dokumentum típus létrehozása hibás: %(error)s" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "Valóban törli a dokumentum kép gyorsítótárát?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Biztos benne, hogy szeretné visszaállítani ezt a verziót?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Sikeres dokumentum oldal átalakító létrehozása." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "A dokumentum: %(document)s %(page)s oldalához átalakító készítés." + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "A dokumentum oldal átalakító szerkesztése sikeres." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Átalakító: \"%(transformation)s\" szerkesztése a dokumentum laphoz: " +#~ "%(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "A dokumentum lap átalakító törlése sikeres." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Biztos, hogy törölni szeretné a %(document_page)s \"%(transformation)s\" " +#~ "átalakítóját?" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -921,18 +1045,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -948,22 +1060,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1019,11 +1132,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1034,9 +1147,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1053,11 +1163,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1078,9 +1188,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1113,11 +1225,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1174,15 +1286,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1206,9 +1320,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/id/LC_MESSAGES/django.po b/mayan/apps/documents/locale/id/LC_MESSAGES/django.po index 60c4ad395a..36c24e175f 100644 --- a/mayan/apps/documents/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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,896 +9,1021 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Dokumen" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Buat jenis dokumen" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Jenis dokumen" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Jenis 'metadata'" - -#: __init__.py:126 -msgid "Metadata value" -msgstr "Nilai 'metadata'" - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Isi" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Deskripsi" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:132 +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "" + +#: apps.py:127 +msgid "Thumbnail" +msgstr "" + +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Versi dokumen berhasil dikembalikan." + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Gambar halaman" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Isi" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Cara cepat mengganti nama dokumen" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Jangkauan halaman" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Kompresi" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Mengunduh dokumen-dokumen dalam bentuk asli atau dalam bentuk kompresi. Pilihan ini hanya bisa dipilih saat mengunduh satu dokumen, untuk dokumen lebih dari satu, bundel selalu diunduh dalam bentuk berkas terkompresi." +msgstr "" +"Mengunduh dokumen-dokumen dalam bentuk asli atau dalam bentuk kompresi. " +"Pilihan ini hanya bisa dipilih saat mengunduh satu dokumen, untuk dokumen " +"lebih dari satu, bundel selalu diunduh dalam bentuk berkas terkompresi." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Nama berkas terkompresi" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "Nama berkas dari berkas terkompresi yang mengandung dokumen-dokumen yang akan diunduh, bila pilihan sebelumnya terpilih." - -#: links.py:40 views.py:68 -msgid "All documents" msgstr "" +"Nama berkas dari berkas terkompresi yang mengandung dokumen-dokumen yang " +"akan diunduh, bila pilihan sebelumnya terpilih." -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "" - -#: links.py:47 -msgid "Edit properties" -msgstr "" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Unduh" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "" - -#: links.py:57 -msgid "Print" -msgstr "" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Bersihkan penyimpanan sementara dokumen" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Bersihkan representasi gambar-gambar yang dipergunakan untuk mempercepat menampilkan dokumen dan hasil transformasi interaktif." - -#: links.py:64 -msgid "Page transformations" -msgstr "" - -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 -msgid "First page" -msgstr "" - -#: links.py:75 -msgid "Last page" -msgstr "" - -#: links.py:76 -msgid "Zoom in" -msgstr "" - -#: links.py:77 -msgid "Zoom out" -msgstr "" - -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "" -#: links.py:84 -msgid "Revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Halaman-halaman" + +#: links.py:61 links.py:99 +msgid "Clear transformations" msgstr "" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" msgstr "" -#: links.py:91 views.py:956 -msgid "Create document type" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: links.py:93 -msgid "Filenames" +#: links.py:74 +msgid "Edit properties" msgstr "" -#: links.py:94 -msgid "Add filename to document type" +#: links.py:78 links.py:111 +msgid "Change type" msgstr "" -#: models.py:53 -msgid "Name" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Unduh" + +#: links.py:86 +msgid "Print" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -msgid "Documents types" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: models.py:79 -msgid "Uninitialized document" +#: links.py:133 views.py:72 +msgid "All documents" msgstr "" -#: models.py:79 -msgid "The name of the document" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" msgstr "" -#: models.py:81 -msgid "Added" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:82 -msgid "Language" +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Bersihkan representasi gambar-gambar yang dipergunakan untuk mempercepat " +"menampilkan dokumen dan hasil transformasi interaktif." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Bersihkan penyimpanan sementara dokumen" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:163 +msgid "First page" +msgstr "" + +#: links.py:168 +msgid "Last page" +msgstr "" + +#: links.py:175 +msgid "Previous page" +msgstr "" + +#: links.py:181 +msgid "Next page" +msgstr "" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Hapus jenis dokumen" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Hapus dokumen" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Jenis dokumen" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Deskripsi" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Jenis-jenis dokumen: %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Komentar" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Format berkas dokumen ini tidak dikenal, oleh karena itu jumlah layar dianggap sebagai 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Nama berkas" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Halaman %(page_num)d dari %(total_pages)d untuk %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Masukkan nilai yang sesuai" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Buat dokumen" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Sunting dokumen" - -#: permissions.py:12 -msgid "View documents" -msgstr "Lihat dokumen" - #: permissions.py:13 msgid "Delete documents" msgstr "Hapus dokumen" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Ubah dokumen" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Unduh dokumen" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Ubah dokumen" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Sunting dokumen" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Jalankan peralatan pengubah dokumen" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "kembalikan dokumen ke versi sebelumnya" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Buat versi dokumen baru" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Buat dokumen" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Hapus dokumen" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Jalankan peralatan pengubah dokumen" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "kembalikan dokumen ke versi sebelumnya" + +#: permissions.py:44 +msgid "View documents" +msgstr "Lihat dokumen" + +#: permissions.py:52 msgid "Documents setup" msgstr "" -#: permissions.py:22 -msgid "View document types" -msgstr "Lihat jenis-jenis dokumen" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Sunting jenis dokumen" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Hapus jenis dokumen" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Buat jenis dokumen" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Hapus jenis dokumen" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Sunting jenis dokumen" + +#: permissions.py:65 +msgid "View document types" +msgstr "Lihat jenis-jenis dokumen" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Jumlah maksimal dokumen-dokumen (dibuat, disunting, dilihat) baru-baru ini per pengguna." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Jumlah maksimal dokumen-dokumen (dibuat, disunting, dilihat) baru-baru ini " +"per pengguna." -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Satuan dalam persen untuk memperbesar atau memperkecil tampilan halaman dokumen per interaksi pengguna." +msgstr "" +"Satuan dalam persen untuk memperbesar atau memperkecil tampilan halaman " +"dokumen per interaksi pengguna." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Jumlah maksimal dalam persen (%) yang diperbolehkan bagi pengguna untuk memperbesar tampilan halaman dokumen secara interaktif" +msgstr "" +"Jumlah maksimal dalam persen (%) yang diperbolehkan bagi pengguna untuk " +"memperbesar tampilan halaman dokumen secara interaktif" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Jumlah minimal dalam persen (%) yang diperbolehkan bagi pengguna untuk memperkecil tampilan halaman dokumen secara interaktif." +msgstr "" +"Jumlah minimal dalam persen (%) yang diperbolehkan bagi pengguna untuk " +"memperkecil tampilan halaman dokumen secara interaktif." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Jumlah dalam derajat untuk memutar halaman dokumen per interaksi pengguna." +msgstr "" +"Jumlah dalam derajat untuk memutar halaman dokumen per interaksi pengguna." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Jenis-jenis dokumen: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Jumlah minimal halaman per dokumen: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Jumlah maksimal halaman per dokumen: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Jumlah rata-rata halaman per dokumen: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Dokumen-dokumen di penyimpanan: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Ruang terpakai di penyimpanan: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Ruang terpakai di penyimpanan: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Halaman-halaman dokumen di dalam database: %d" -#: views.py:89 -msgid "documents" -msgstr "dokumen-dokumen" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Dokumen-dokumen di penyimpanan: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Hapus dokumen" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Harus memberikan setidaknya satu dokumen." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Dokumen: %(document)s penghapusan bermasalah: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Hapus dokumen" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Hapus dokumen" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Ubah dokumen" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Dokumen berhasil dihapus." + +#: views.py:263 msgid "Date added" msgstr "Tanggal ditambahkan" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Waktu ditambahkan" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Jenis mime berkas" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Ukuran berkas" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Ada di penyimpanan" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "" -#: views.py:122 -msgid "Pages" -msgstr "Halaman-halaman" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Harus memberikan setidaknya satu dokumen." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Dokumen berhasil dihapus." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Dokumen: %(document)s penghapusan bermasalah: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokumen \"%s\" berhasil disunting." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Kembali" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "Semua transformasi-transformasi halaman untuk dokumen: %s, telah berhasil dihapus." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Masalah dalam menghapus transformasi-transformasi untuk halaman: %(document)s; %(error)s." +msgstr "" +"Masalah dalam menghapus transformasi-transformasi untuk halaman: " +"%(document)s; %(error)s." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"Semua transformasi-transformasi halaman untuk dokumen: %s, telah berhasil " +"dihapus." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Halaman dokumen berhasil disunting." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Tidak ada halaman lagi dalam dokumen ini" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Anda telah berada pada halaman pertama dari dokumen ini" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Jenis dokumen berhasil disunting" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Hapus jenis dokumen" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Masalah dalam menyunting jenis dokumen: %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Jenis dokumen: %s berhasil dihapus." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Jenis dokumen: %(document_type)s masalah dalam penghapusan: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Apakah anda yakin untuk menghapus jenis dokumen: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Jenis dokumen berhasil dibuat" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Masalah dalam membuat jenis dokumen; %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Nama berkas jenis dokumen berhasil disunting." -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Masalah dalam menyunting nama berkas jenis dokumen: %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nama berkas jenis dokumen: %s berhasil dihapus." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Nama berkas jenis dokumen: %(document_type_filename)s masalah dalam menghapus: %(error)s" +msgstr "" +"Nama berkas jenis dokumen: %(document_type_filename)s masalah dalam " +"menghapus: %(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Apakah anda yakin untuk menghapus nama berkas: %(filename)s, dari jenis dokumen \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Apakah anda yakin untuk menghapus nama berkas: %(filename)s, dari jenis " +"dokumen \"%(document_type)s\"?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Nama berkas jenis dokumen berhasil dibuat." -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Masalah dalam membuat nama berkas jenis dokumen; %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "Halaman dokumen berhasil disunting." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Apakah anda yakin untuk membersihkan penyimpanan sementara gambar dokumen?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Bersihkan penyimpanan sementara dokumen" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Versi dokumen berhasil dikembalikan." -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Masalah dalam mengembalikan versi dokumen; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Apakah anda yakin untuk kembali ke versi yang ini?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "kembalikan dokumen ke versi sebelumnya" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Semua versi sebelum versi yang ini akan ikut dihapus juga." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Transformasi halaman dokumen berhasil dibuat." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Buat transformasi baru untuk halaman: %(page)s dari dokumen: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Transformasi halaman dokumen berhasil disunting" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Sunting transformasi \"%(transformation)s\" untuk: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Transformasi halaman dokumen berhasil dihapus." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Apakah anda yakin untuk menghapus transformasi \"%(transformation)s\" untuk: %(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "Jenis 'metadata'" + +#~ msgid "Metadata value" +#~ msgstr "Nilai 'metadata'" + +#~ msgid "Content" +#~ msgstr "Isi" + +#~ msgid "Contents" +#~ msgstr "Isi" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Format berkas dokumen ini tidak dikenal, oleh karena itu jumlah layar " +#~ "dianggap sebagai 1." + +#~ msgid "Enter a valid value." +#~ msgstr "Masukkan nilai yang sesuai" + +#~ msgid "documents" +#~ msgstr "dokumen-dokumen" + +#~ msgid "Document type edited successfully" +#~ msgstr "Jenis dokumen berhasil disunting" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Masalah dalam menyunting jenis dokumen: %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Jenis dokumen: %s berhasil dihapus." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "" +#~ "Jenis dokumen: %(document_type)s masalah dalam penghapusan: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Apakah anda yakin untuk menghapus jenis dokumen: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Jenis dokumen berhasil dibuat" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Masalah dalam membuat jenis dokumen; %(error)s" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "" +#~ "Apakah anda yakin untuk membersihkan penyimpanan sementara gambar dokumen?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Apakah anda yakin untuk kembali ke versi yang ini?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Transformasi halaman dokumen berhasil dibuat." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Buat transformasi baru untuk halaman: %(page)s dari dokumen: %(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Transformasi halaman dokumen berhasil disunting" + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Sunting transformasi \"%(transformation)s\" untuk: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Transformasi halaman dokumen berhasil dihapus." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Apakah anda yakin untuk menghapus transformasi \"%(transformation)s\" " +#~ "untuk: %(document_page)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -917,18 +1042,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -944,22 +1057,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1015,11 +1129,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1030,9 +1144,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1049,11 +1160,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1074,9 +1185,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1109,11 +1222,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1170,15 +1283,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1202,9 +1317,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/it/LC_MESSAGES/django.po b/mayan/apps/documents/locale/it/LC_MESSAGES/django.po index 64f2fca426..44115fca01 100644 --- a/mayan/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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 @@ -13,900 +13,1117 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Documenti" -#: __init__.py:97 -msgid "Thumbnail" -msgstr "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document type" +msgid "Create a document type" +msgstr "Crea tipo di documento" -#: __init__.py:101 -msgid "Type" -msgstr "Tipo" +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." +msgstr "" -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Tipo documento " - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "Tipo MIME" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "Etichetta" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Tipo metdata" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" +msgstr "" -#: __init__.py:126 -msgid "Metadata value" -msgstr "Valore metadata" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "Tipo MIME" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Contenuto " +#: apps.py:127 +msgid "Thumbnail" +msgstr "Thumbnail" -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Descrizione " +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "Tipo" -#: __init__.py:129 -msgid "Tags" -msgstr "Tags" +#: apps.py:143 +#, fuzzy +#| msgid "Date and time" +msgid "Date time trashed" +msgstr "Data e ora" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "Tendenze del documento" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "Uso del documento" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "Documento creato" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "Modificate proprietà del documento " -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "Cambiamenti al tipo di documento" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Versione del documento ripristinato con successo" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Immagine della pagina" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Contenuti" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "Pagine del documento (%d)" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Rinomina del documento veloce" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "Pagina %(page_number)d" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Intervallo pagina" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Comprimere" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Scarica il documento nel formato originale o in modo compresso. Questa opzione è selezionabile solo quando il download di un documento, per i documenti multipli, il bundle sarà sempre download come un file compresso." +msgstr "" +"Scarica il documento nel formato originale o in modo compresso. Questa " +"opzione è selezionabile solo quando il download di un documento, per i " +"documenti multipli, il bundle sarà sempre download come un file compresso." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Nome file compresso " -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "Il nome file del file compresso che conterrà il documento da scaricare, se l'opzione precedente è selezionata." +msgstr "" +"Il nome file del file compresso che conterrà il documento da scaricare, se " +"l'opzione precedente è selezionata." -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "Tutti i documenti" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" -msgstr "Documenti recenti" +#: handlers.py:9 +msgid "Default" +msgstr "" #: links.py:42 msgid "Preview" msgstr "Anteprima" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "Proprietà" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "Cancellare" - -#: links.py:47 -msgid "Edit properties" -msgstr "Modifica proprietà" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "Cambia tipo" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Scarica" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "Ripristina numero di pagine" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "Cancella trasformazioni" - -#: links.py:57 -msgid "Print" -msgstr "Stampa" - -#: links.py:58 -msgid "Events" -msgstr "Eventi" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Svuota la cache immagine del documento" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Cancella le rappresentazioni grafiche utilizzate per accellerare la visualizzazione dei documenti e dei risultati interattivi trasformazioni." - -#: links.py:64 -msgid "Page transformations" -msgstr "Trasformazioni Pagina" - -#: links.py:65 -msgid "Create new transformation" -msgstr "Crea nuova trasformazione" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "Modifica" - -#: links.py:70 -msgid "Page text" -msgstr "Testo Pagina" - -#: links.py:71 -msgid "Edit page text" -msgstr "Modifica testo pagina" - -#: links.py:72 -msgid "Next page" -msgstr "Pagina successiva" - -#: links.py:73 -msgid "Previous page" -msgstr "Pagina precedente" - -#: links.py:74 -msgid "First page" -msgstr "Prima pagina" - -#: links.py:75 -msgid "Last page" -msgstr "Ultima pagina" - -#: links.py:76 -msgid "Zoom in" -msgstr "Zoom in" - -#: links.py:77 -msgid "Zoom out" -msgstr "Zoom out" - -#: links.py:78 -msgid "Rotate right" -msgstr "Ruota a destra" - -#: links.py:79 -msgid "Rotate left" -msgstr "Ruota a sinistra" - -#: links.py:80 -msgid "Reset view" -msgstr "View reset" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "Versioni" -#: links.py:84 -msgid "Revert" -msgstr "Ritornare" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Pagine" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "Tipi di documento" +#: links.py:61 links.py:99 +msgid "Clear transformations" +msgstr "Cancella trasformazioni" -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "Crea tipo di documento" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "Cancellare" -#: links.py:93 -msgid "Filenames" -msgstr "Filenames" +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" -#: links.py:94 -msgid "Add filename to document type" -msgstr "Aggiungi file a tipo di documento" +#: links.py:74 +msgid "Edit properties" +msgstr "Modifica proprietà" -#: models.py:53 -msgid "Name" -msgstr "Nome" +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "Cambia tipo" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "Crea coda automaticamente per nuovi documenti in OCR." +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Scarica" -#: models.py:68 -msgid "Documents types" -msgstr "Tipi di documenti" +#: links.py:86 +msgid "Print" +msgstr "Stampa" -#: models.py:79 -msgid "Uninitialized document" -msgstr "Documento non inizializzata" +#: links.py:90 links.py:119 +msgid "Reset page count" +msgstr "Ripristina numero di pagine" -#: models.py:79 -msgid "The name of the document" -msgstr "Il nome del documento" +#: links.py:94 links.py:123 +msgid "Restore" +msgstr "" -#: models.py:81 -msgid "Added" -msgstr "Aggiunto" +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "Tutti i documenti" -#: models.py:82 -msgid "Language" -msgstr "Lingua" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "Documenti recenti" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Cancella le rappresentazioni grafiche utilizzate per accellerare la " +"visualizzazione dei documenti e dei risultati interattivi trasformazioni." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Svuota la cache immagine del documento" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" +msgstr "" + +#: links.py:163 +msgid "First page" +msgstr "Prima pagina" + +#: links.py:168 +msgid "Last page" +msgstr "Ultima pagina" + +#: links.py:175 +msgid "Previous page" +msgstr "Pagina precedente" + +#: links.py:181 +msgid "Next page" +msgstr "Pagina successiva" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "Documento" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "Ruota a sinistra" + +#: links.py:197 +msgid "Rotate right" +msgstr "Ruota a destra" + +#: links.py:205 +msgid "Reset view" +msgstr "View reset" + +#: links.py:210 +msgid "Zoom in" +msgstr "Zoom in" + +#: links.py:215 +msgid "Zoom out" +msgstr "Zoom out" + +#: links.py:223 +msgid "Revert" +msgstr "Ritornare" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "Crea tipo di documento" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "Modifica" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "Aggiungi file a tipo di documento" + +#: links.py:256 +msgid "Filenames" +msgstr "Filenames" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "Tipi di documento" + +#: models.py:68 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "Tutti i documenti di questo tipo saranno cancellati ." + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "Tutti i documenti di questo tipo saranno cancellati ." + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Cancella il tipo di documento" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Cancella documenti" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Tipo documento " + +#: models.py:121 +msgid "Documents types" +msgstr "Tipi di documenti" + +#: models.py:139 +msgid "The name of the document" +msgstr "Il nome del documento" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Descrizione " + +#: models.py:145 +msgid "Added" +msgstr "Aggiunto" + +#: models.py:150 +msgid "Language" +msgstr "Lingua" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +#, fuzzy +#| msgid "Date and time" +msgid "Date and time trashed" +msgstr "Data e ora" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Tipi di documento: %d " + +#: models.py:331 msgid "Timestamp" msgstr "Timestamp" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Commento" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "File" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Checksum" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "Versione documento" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Questo tipo di formato file è sconosciuto, per cui il numero di pagine sarà 1" - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Nome file" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "Abilitato" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "Rapida rinominazione del tipo di filename" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "Rinomina veloce dei nomi di tipo di documento" -#: models.py:495 -msgid "Page label" -msgstr "Etichetta Pagina" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "Numero di pagina" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Pagina %(page_num)d di %(total_pages)d del %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "Pagina del documento" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "Le pagine del documento" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Inserisci un valore valido" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "Ordine" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "Trasformazione" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "Argomenti" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "Utilizzare dizionari per identificare gli argomenti, ad esempio: {'gradi': 90}" - -#: models.py:561 -msgid "Document page transformation" -msgstr "Trasformazione di pagina documento" - -#: models.py:562 -msgid "Document page transformations" -msgstr "Trasformazioni di pagina documento" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "Utente" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "Acceduto" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "Documento recente " -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Crea documenti" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Modifica proprietà documento" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Modifica documenti" - -#: permissions.py:12 -msgid "View documents" -msgstr "Visualizza documenti" - #: permissions.py:13 msgid "Delete documents" msgstr "Cancella documenti" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Trasforma documenti" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Scarica documenti" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Trasforma documenti" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Modifica documenti" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Esegui i tools per la modifica dei documenti" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Ripristinare i documenti ad una versione precedente" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Creazione di nuove versioni dei documenti" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Modifica proprietà documento" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Crea documenti" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Cancella documenti" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Esegui i tools per la modifica dei documenti" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Ripristinare i documenti ad una versione precedente" + +#: permissions.py:44 +msgid "View documents" +msgstr "Visualizza documenti" + +#: permissions.py:52 msgid "Documents setup" msgstr "Setup Documenti" -#: permissions.py:22 -msgid "View document types" -msgstr "Visualizza i tipi di documento" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Modifica il tipo di documento" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Cancella il tipo di documento" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Crea tipo di documento" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Cancella il tipo di documento" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Modifica il tipo di documento" + +#: permissions.py:65 +msgid "View document types" +msgstr "Visualizza i tipi di documento" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Massimo numero recente (creazione, modifica, visualizzazione) di documenti da ricordare per utente" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Massimo numero recente (creazione, modifica, visualizzazione) di documenti " +"da ricordare per utente" -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Importo in percentuale dello zoom o rimpicciolire una pagina del documento per l'interazione dell'utente." +msgstr "" +"Importo in percentuale dello zoom o rimpicciolire una pagina del documento " +"per l'interazione dell'utente." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Importo massimo in percentuale (%) per consentire all'utente di ingrandire una pagina del documento in modo interattivo." +msgstr "" +"Importo massimo in percentuale (%) per consentire all'utente di ingrandire " +"una pagina del documento in modo interattivo." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Quantità minima in percentuale (%) per consentire all'utente di ingrandire una pagina di documento in modo interattivo." +msgstr "" +"Quantità minima in percentuale (%) per consentire all'utente di ingrandire " +"una pagina di documento in modo interattivo." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Quantità di gradi per la rotazione della pagina del documento" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "Lingua predefinita per idocumenti (in formato ISO639-2)." -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "Elenco delle lingue supportate nei documenti." -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Tipi di documento: %d " -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Minimo numero di pagine per documento: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Massimo numero di pagine per documento: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Media numero di pagine per documento: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Documenti nel database:%d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Documenti nello storage:%d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Spazio usato nello storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Spazio usato nello storage: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Pagine di documenti nel database:%d" -#: views.py:89 -msgid "documents" -msgstr "documenti" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Documenti nello storage:%d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Cancella documenti" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Devi indicare almeno un documento" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Documento:%(document)s errore cancellazione: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Cancella documenti" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Cancella documenti" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Properties for document: %s" +msgid "Pages for document: %s" +msgstr "Proprietà del documento: %s" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Documento eliminato correttamente." + +#: views.py:263 msgid "Date added" msgstr "Inserimento data" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Inserimento orario" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "File mimetype" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Nessuno " -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "File encoding" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Dimensioni del file" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Esiste nello storage" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "File path in storage" -#: views.py:122 -msgid "Pages" -msgstr "Pagine" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "Proprietà del documento: %s" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "Anteprima del documento: %s" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "Contenuto del documento: %s" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Devi indicare almeno un documento" -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Documento eliminato correttamente." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Documento:%(document)s errore cancellazione: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Il documento \"%s\" è ancora in modifica" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "Modifica le proprietà del documento: %s" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "Tipo di documento modificato correttamente." -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "Presentare" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "Documenti da scaricare" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "Data e ora" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "Codifica" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Ritorno" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "Documento in coda per il riconteggio del numero di pagine." -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "Documenti in coda per il riconteggio numero di pagine." -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "Tutte le trasformazioni alle pagine del documento:%s, sono state cancellate con successo." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Errore nella cancellazione della trasformazione della pagina per il documento:%(document)s; %(error)s." +msgstr "" +"Errore nella cancellazione della trasformazione della pagina per il " +"documento:%(document)s; %(error)s." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" -msgstr[1] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"Tutte le trasformazioni alle pagine del documento:%s, sono state cancellate " +"con successo." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "Dettagli per: %s" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Pagina di documento modificata con successo." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "Modifica: %s" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Non ci sono più pagine in questo documento" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Sei già alla prima pagina del documento" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "Stampa: %s" -#: views.py:870 -msgid "OCR" -msgstr "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." +msgstr "Tutti i documenti di questo tipo saranno cancellati ." -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Tipo di documento modificata con successo" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Cancella il tipo di documento" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Errore nella modifica del tipo di documento;%s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "Modifica il tipo di documento: %s" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Tipo di documento: %s cancellata ." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Tipo di documento: %(document_type)s errore di cancellazione: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Sei sicuro di cancellare questo tipo di documento:%s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "Tutti i documenti di questo tipo saranno cancellati ." - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Tipo di documento creato con successo" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Errore nella creazione del tipo di documento;%(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "Filenames per tipo documento: %s" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Tipo di documento per il nome file modificato con successo" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Errore nella modifica del tipo di nome file;%s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "Modifica filename \"\"%(filename)s\" per il tipo documento \"%(document_type)s\"" +msgstr "" +"Modifica filename \"\"%(filename)s\" per il tipo documento " +"\"%(document_type)s\"" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "Filename per il tipo documento" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Tipo di nome file per il documento: %s cancellato con successo." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Tipo di nome file per il documento:%(document_type_filename)s errore di cancellazione: %(error)s" +msgstr "" +"Tipo di nome file per il documento:%(document_type_filename)s errore di " +"cancellazione: %(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Sei sicuro che vuoi cancellare il nome file:%(filename)s, per il tipo di documento\"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Modifica filename \"\"%(filename)s\" per il tipo documento " +"\"%(document_type)s\"" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Tipo di nome file per nome file creato con successo" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Errore creando il tipo di nome file; %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "Crea filename per il tipo documento: %s" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." +#: views.py:1111 +#, fuzzy +#| msgid "Document image cache clearing queued successfully." +msgid "Document cache clearing queued successfully." msgstr "Pulizia della cache dell'immagine per il documento messo in coda." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Sei sicuro di voler cancellare la cache delle immagini del documento?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Svuota la cache immagine del documento" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "Ora e data" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "Versione del documento: %s" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Versione del documento ripristinato con successo" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Errore restituito, quando ripristino documento; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Sei sicuro di voler tornare a questa versione?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Ripristinare i documenti ad una versione precedente" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Tutte le versioni più tardi verrà cancellato." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "Trasformazione per: %s" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Trasformazioni per la pagina del documento creata con successo" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Crea una nuova trasformazione per la pagina: %(page)s del documento: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Modifica della trasformazione della pagina documento avvenuta con successo." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Modifica la trasformazione \"%(transformation)s\" per: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Trasformazione della pagina di documento cancellata con successo." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Sei sicuro di voler cancellare la trasformazione \"%(transformation)s\" per: %(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "Immagine pagina documento" +#~ msgid "Metadata type" +#~ msgstr "Tipo metdata" + +#~ msgid "Metadata value" +#~ msgstr "Valore metadata" + +#~ msgid "Content" +#~ msgstr "Contenuto " + +#~ msgid "Tags" +#~ msgstr "Tags" + +#~ msgid "Contents" +#~ msgstr "Contenuti" + +#~ msgid "Page %(page_number)d" +#~ msgstr "Pagina %(page_number)d" + +#~ msgid "Events" +#~ msgstr "Eventi" + +#~ msgid "Page transformations" +#~ msgstr "Trasformazioni Pagina" + +#~ msgid "Create new transformation" +#~ msgstr "Crea nuova trasformazione" + +#~ msgid "Page text" +#~ msgstr "Testo Pagina" + +#~ msgid "Edit page text" +#~ msgstr "Modifica testo pagina" + +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "Crea coda automaticamente per nuovi documenti in OCR." + +#~ msgid "Uninitialized document" +#~ msgstr "Documento non inizializzata" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Questo tipo di formato file è sconosciuto, per cui il numero di pagine " +#~ "sarà 1" + +#~ msgid "Page label" +#~ msgstr "Etichetta Pagina" + +#~ msgid "Enter a valid value." +#~ msgstr "Inserisci un valore valido" + +#~ msgid "Order" +#~ msgstr "Ordine" + +#~ msgid "Transformation" +#~ msgstr "Trasformazione" + +#~ msgid "Arguments" +#~ msgstr "Argomenti" + +#~ msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" +#~ msgstr "" +#~ "Utilizzare dizionari per identificare gli argomenti, ad esempio: " +#~ "{'gradi': 90}" + +#~ msgid "Document page transformation" +#~ msgstr "Trasformazione di pagina documento" + +#~ msgid "Document page transformations" +#~ msgstr "Trasformazioni di pagina documento" + +#~ msgid "documents" +#~ msgstr "documenti" + +#~ msgid "Content of document: %s" +#~ msgstr "Contenuto del documento: %s" + +#~ msgid "Document page edited successfully." +#~ msgstr "Pagina di documento modificata con successo." + +#~ msgid "Edit: %s" +#~ msgstr "Modifica: %s" + +#~ msgid "OCR" +#~ msgstr "OCR" + +#~ msgid "Document type edited successfully" +#~ msgstr "Tipo di documento modificata con successo" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Errore nella modifica del tipo di documento;%s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Tipo di documento: %s cancellata ." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "" +#~ "Tipo di documento: %(document_type)s errore di cancellazione: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Sei sicuro di cancellare questo tipo di documento:%s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Tipo di documento creato con successo" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Errore nella creazione del tipo di documento;%(error)s" + +#~ msgid "Document type filename" +#~ msgstr "Filename per il tipo documento" + +#~ msgid "" +#~ "Are you sure you wish to delete the filename: %(filename)s, from document " +#~ "type \"%(document_type)s\"?" +#~ msgstr "" +#~ "Sei sicuro che vuoi cancellare il nome file:%(filename)s, per il tipo di " +#~ "documento\"%(document_type)s\"?" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "" +#~ "Sei sicuro di voler cancellare la cache delle immagini del documento?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Sei sicuro di voler tornare a questa versione?" + +#~ msgid "Transformations for: %s" +#~ msgstr "Trasformazione per: %s" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Trasformazioni per la pagina del documento creata con successo" + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Crea una nuova trasformazione per la pagina: %(page)s del documento: " +#~ "%(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "" +#~ "Modifica della trasformazione della pagina documento avvenuta con " +#~ "successo." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Modifica la trasformazione \"%(transformation)s\" per: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Trasformazione della pagina di documento cancellata con successo." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Sei sicuro di voler cancellare la trasformazione \"%(transformation)s\" " +#~ "per: %(document_page)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -925,18 +1142,6 @@ msgstr "Immagine pagina documento" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -952,22 +1157,23 @@ msgstr "Immagine pagina documento" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1023,11 +1229,11 @@ msgstr "Immagine pagina documento" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1038,9 +1244,6 @@ msgstr "Immagine pagina documento" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1057,11 +1260,11 @@ msgstr "Immagine pagina documento" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1082,9 +1285,11 @@ msgstr "Immagine pagina documento" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1117,11 +1322,11 @@ msgstr "Immagine pagina documento" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1178,15 +1383,17 @@ msgstr "Immagine pagina documento" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1210,9 +1417,6 @@ msgstr "Immagine pagina documento" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po b/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po index 26a548ba98..30ac3a5a1c 100644 --- a/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/lv/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,890 +20,899 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "create document type" +msgid "Create a document type" +msgstr "create document type" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:126 -msgid "Metadata value" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" msgstr "" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" +#: apps.py:127 +msgid "Thumbnail" msgstr "" -#: __init__.py:128 models.py:80 -msgid "Description" +#: apps.py:137 apps.py:140 +msgid "Type" msgstr "" -#: __init__.py:129 -msgid "Tags" +#: apps.py:143 +msgid "Date time trashed" msgstr "" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document edited" +msgid "Document version reverted" +msgstr "Document edited" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "" -#: forms.py:197 +#: forms.py:128 msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" +#: links.py:50 +msgid "Versions" msgstr "" -#: links.py:47 -msgid "Edit properties" +#: links.py:54 views.py:287 +msgid "Pages" msgstr "" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "" + +#: links.py:86 msgid "Print" msgstr "" -#: links.py:58 -msgid "Events" +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: links.py:61 -msgid "Clear the document image cache" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "create document type" +msgid "Clear document cache" +msgstr "create document type" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "" -#: links.py:76 -msgid "Zoom in" +#: links.py:175 +msgid "Previous page" msgstr "" -#: links.py:77 -msgid "Zoom out" +#: links.py:181 +msgid "Next page" msgstr "" -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 -msgid "Versions" -msgstr "" - -#: links.py:84 -msgid "Revert" -msgstr "" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "" - -#: models.py:82 -msgid "Language" -msgstr "" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +msgid "Delete time period" +msgstr "" + +#: models.py:84 +msgid "Delete time unit" +msgstr "" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document type list" +msgid "Document stub, id: %d" +msgstr "document type list" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "" - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 -msgid "Create documents" -msgstr "" - #: permissions.py:10 -msgid "Edit document properties" -msgstr "" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "" - -#: permissions.py:12 -msgid "View documents" +msgid "Create documents" msgstr "" #: permissions.py:13 msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "document" +msgid "Trash documents" +msgstr "document" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "" -#: permissions.py:15 -msgid "Transform documents" -msgstr "" - -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "" - -#: permissions.py:18 -msgid "Create new document versions" -msgstr "" - -#: permissions.py:20 -msgid "Documents setup" -msgstr "" - #: permissions.py:22 -msgid "View document types" -msgstr "" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "" - -#: permissions.py:24 -msgid "Delete document types" +msgid "Edit documents" msgstr "" #: permissions.py:25 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:28 +msgid "Edit document properties" +msgstr "" + +#: permissions.py:31 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Can print documents" +msgstr "What are recent documents?" + +#: permissions.py:34 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore deleted document" +msgstr "What are recent documents?" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:44 +msgid "View documents" +msgstr "" + +#: permissions.py:52 +msgid "Documents setup" +msgstr "" + +#: permissions.py:56 msgid "Create document types" msgstr "" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "" + +#: permissions.py:65 +msgid "View document types" +msgstr "" + +#: settings.py:39 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per " "user." msgstr "" -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " "bytes" msgstr "" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "" -#: views.py:89 -msgid "documents" +#: views.py:90 +#, fuzzy +#| msgid "Document data" +msgid "Documents in trash" +msgstr "document data" + +#: views.py:112 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected document?" +msgstr "What are recent documents?" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected document?" +msgstr "What are recent documents?" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgid "Document: %(document)s restored." +msgstr "Document \"%(document)s\" deleted by %(fullname)s." + +#: views.py:176 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected documents?" +msgstr "What are recent documents?" + +#: views.py:183 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected documents?" +msgstr "What are recent documents?" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Change document type of: %s" +msgid "Pages for document: %s" +msgstr "Create document types" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" msgstr "" -#: views.py:110 +#: views.py:235 +msgid "Trash emptied successfully" +msgstr "" + +#: views.py:263 msgid "Date added" msgstr "" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "" -#: views.py:122 -msgid "Pages" -msgstr "" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "" -#: views.py:201 -msgid "Document deleted successfully." -msgstr "" +#: views.py:359 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document moved to trash successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" -msgstr "" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgid "Document: %(document)s error moving to trash: %(error)s" +msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +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:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 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:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[2] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected " -"document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected " -"documents?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[2] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "" +#: views.py:955 +#, fuzzy, python-format +#| msgid "What are document types?" +msgid "Delete the document type: %s?" +msgstr "What are document types?" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1048 +#: views.py:1064 #, python-format msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document cache clearing queued successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "" +#: views.py:1117 +#, fuzzy +#| msgid "create document type" +msgid "Clear the document cache?" +msgstr "create document type" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" +#: views.py:1183 +msgid "Revert to this version?" msgstr "" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "" - -#: widgets.py:67 +#: widgets.py:71 #, fuzzy, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "Page %(page_num)d out of %(total_pages)d of %(document)s" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" @@ -925,21 +934,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for " -#~ "documents: %s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for " -#~ "documents: %s?" - -#~ msgid "Document edited" -#~ msgstr "Document edited" - #~ msgid "Version" #~ msgstr "version" @@ -969,12 +963,6 @@ msgstr "" #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - -#~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." - #~ msgid "Page" #~ msgstr "Page" @@ -1008,15 +996,6 @@ msgstr "" #~ msgid "Document properties for: %s" #~ msgstr "document properties for: %s" -#~ msgid "Document data" -#~ msgstr "document data" - -#~ msgid "Document type for document \"%s\" changed successfully." -#~ msgstr "Document type: %s deleted successfully." - -#~ msgid "Change document type of: %s" -#~ msgstr "Create document types" - #~ msgid "On large databases this operation may take some time to execute." #~ msgstr "On large databases this operation may take some time to execute." @@ -1033,18 +1012,12 @@ msgstr "" #~ "Document \"%(content_object)s\" was edited on %(datetime)s by " #~ "%(fullname)s. The following changes took place: %(changes)s." -#~ msgid "document" -#~ msgstr "document" - #~ msgid "Document transformation" #~ msgstr "document transformation" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1092,9 +1065,6 @@ msgstr "" #~ "Search all the documents' checksums and return a list of the exact " #~ "matches." -#~ msgid "Document type list" -#~ msgstr "document type list" - #~ msgid "Final" #~ msgstr "final" @@ -1144,9 +1114,6 @@ msgstr "" #~ msgid "document types" #~ msgstr "document types" -#~ msgid "create document type" -#~ msgstr "create document type" - #~ msgid "filenames" #~ msgstr "filenames" @@ -1180,9 +1147,6 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "What are document types?" -#~ msgstr "What are document types?" - #~ msgid "" #~ "Document types define a class that represents a broard group of " #~ "documents, such as: invoices, regulations or manuals. The advantage of " @@ -1196,9 +1160,6 @@ msgstr "" #~ "renaming during creation, as well as assigning default metadata types and " #~ "sets to it." -#~ msgid "What are recent documents?" -#~ msgstr "What are recent documents?" - #~ msgid "" #~ "Here you will find the latest %(recent_count)s documents you have either " #~ "created or edited in any way." @@ -1218,9 +1179,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/nb/LC_MESSAGES/django.po b/mayan/apps/documents/locale/nb/LC_MESSAGES/django.po index e6676927b5..6707ddc6e5 100644 --- a/mayan/apps/documents/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/nb/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,886 +19,892 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "create document type" +msgid "Create a document type" +msgstr "create document type" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:126 -msgid "Metadata value" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" msgstr "" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" +#: apps.py:127 +msgid "Thumbnail" msgstr "" -#: __init__.py:128 models.py:80 -msgid "Description" +#: apps.py:137 apps.py:140 +msgid "Type" msgstr "" -#: __init__.py:129 -msgid "Tags" +#: apps.py:143 +msgid "Date time trashed" msgstr "" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document edited" +msgid "Document version reverted" +msgstr "Document edited" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "" -#: forms.py:197 +#: forms.py:128 msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" +#: links.py:50 +msgid "Versions" msgstr "" -#: links.py:47 -msgid "Edit properties" +#: links.py:54 views.py:287 +msgid "Pages" msgstr "" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "" + +#: links.py:86 msgid "Print" msgstr "" -#: links.py:58 -msgid "Events" +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: links.py:61 -msgid "Clear the document image cache" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "create document type" +msgid "Clear document cache" +msgstr "create document type" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "" -#: links.py:76 -msgid "Zoom in" +#: links.py:175 +msgid "Previous page" msgstr "" -#: links.py:77 -msgid "Zoom out" +#: links.py:181 +msgid "Next page" msgstr "" -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 -msgid "Versions" -msgstr "" - -#: links.py:84 -msgid "Revert" -msgstr "" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "" - -#: models.py:82 -msgid "Language" -msgstr "" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +msgid "Delete time period" +msgstr "" + +#: models.py:84 +msgid "Delete time unit" +msgstr "" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document type list" +msgid "Document stub, id: %d" +msgstr "document type list" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "" - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 -msgid "Create documents" -msgstr "" - #: permissions.py:10 -msgid "Edit document properties" -msgstr "" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "" - -#: permissions.py:12 -msgid "View documents" +msgid "Create documents" msgstr "" #: permissions.py:13 msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "document" +msgid "Trash documents" +msgstr "document" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "" -#: permissions.py:15 -msgid "Transform documents" -msgstr "" - -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "" - -#: permissions.py:18 -msgid "Create new document versions" -msgstr "" - -#: permissions.py:20 -msgid "Documents setup" -msgstr "" - #: permissions.py:22 -msgid "View document types" -msgstr "" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "" - -#: permissions.py:24 -msgid "Delete document types" +msgid "Edit documents" msgstr "" #: permissions.py:25 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:28 +msgid "Edit document properties" +msgstr "" + +#: permissions.py:31 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Can print documents" +msgstr "What are recent documents?" + +#: permissions.py:34 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore deleted document" +msgstr "What are recent documents?" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:44 +msgid "View documents" +msgstr "" + +#: permissions.py:52 +msgid "Documents setup" +msgstr "" + +#: permissions.py:56 msgid "Create document types" msgstr "" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "" + +#: permissions.py:65 +msgid "View document types" +msgstr "" + +#: settings.py:39 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per " "user." msgstr "" -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " "bytes" msgstr "" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "" -#: views.py:89 -msgid "documents" +#: views.py:90 +#, fuzzy +#| msgid "Document data" +msgid "Documents in trash" +msgstr "document data" + +#: views.py:112 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected document?" +msgstr "What are recent documents?" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected document?" +msgstr "What are recent documents?" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgid "Document: %(document)s restored." +msgstr "Document \"%(document)s\" deleted by %(fullname)s." + +#: views.py:176 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected documents?" +msgstr "What are recent documents?" + +#: views.py:183 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected documents?" +msgstr "What are recent documents?" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Change document type of: %s" +msgid "Pages for document: %s" +msgstr "Create document types" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" msgstr "" -#: views.py:110 +#: views.py:235 +msgid "Trash emptied successfully" +msgstr "" + +#: views.py:263 msgid "Date added" msgstr "" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "" -#: views.py:122 -msgid "Pages" -msgstr "" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "" -#: views.py:201 -msgid "Document deleted successfully." -msgstr "" +#: views.py:359 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document moved to trash successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" -msgstr "" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgid "Document: %(document)s error moving to trash: %(error)s" +msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected " -"document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected " -"documents?" -msgstr[0] "" -msgstr[1] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "" +#: views.py:955 +#, fuzzy, python-format +#| msgid "What are document types?" +msgid "Delete the document type: %s?" +msgstr "What are document types?" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1048 +#: views.py:1064 #, python-format msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document cache clearing queued successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "" +#: views.py:1117 +#, fuzzy +#| msgid "create document type" +msgid "Clear the document cache?" +msgstr "create document type" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" +#: views.py:1183 +msgid "Revert to this version?" msgstr "" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "" - -#: widgets.py:67 +#: widgets.py:71 #, fuzzy, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "Page %(page_num)d out of %(total_pages)d of %(document)s" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" @@ -920,21 +926,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for " -#~ "documents: %s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for " -#~ "documents: %s?" - -#~ msgid "Document edited" -#~ msgstr "Document edited" - #~ msgid "Version" #~ msgstr "version" @@ -964,12 +955,6 @@ msgstr "" #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - -#~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." - #~ msgid "Page" #~ msgstr "Page" @@ -1003,15 +988,6 @@ msgstr "" #~ msgid "Document properties for: %s" #~ msgstr "document properties for: %s" -#~ msgid "Document data" -#~ msgstr "document data" - -#~ msgid "Document type for document \"%s\" changed successfully." -#~ msgstr "Document type: %s deleted successfully." - -#~ msgid "Change document type of: %s" -#~ msgstr "Create document types" - #~ msgid "On large databases this operation may take some time to execute." #~ msgstr "On large databases this operation may take some time to execute." @@ -1028,18 +1004,12 @@ msgstr "" #~ "Document \"%(content_object)s\" was edited on %(datetime)s by " #~ "%(fullname)s. The following changes took place: %(changes)s." -#~ msgid "document" -#~ msgstr "document" - #~ msgid "Document transformation" #~ msgstr "document transformation" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1087,9 +1057,6 @@ msgstr "" #~ "Search all the documents' checksums and return a list of the exact " #~ "matches." -#~ msgid "Document type list" -#~ msgstr "document type list" - #~ msgid "Final" #~ msgstr "final" @@ -1139,9 +1106,6 @@ msgstr "" #~ msgid "document types" #~ msgstr "document types" -#~ msgid "create document type" -#~ msgstr "create document type" - #~ msgid "filenames" #~ msgstr "filenames" @@ -1175,9 +1139,6 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "What are document types?" -#~ msgstr "What are document types?" - #~ msgid "" #~ "Document types define a class that represents a broard group of " #~ "documents, such as: invoices, regulations or manuals. The advantage of " @@ -1191,9 +1152,6 @@ msgstr "" #~ "renaming during creation, as well as assigning default metadata types and " #~ "sets to it." -#~ msgid "What are recent documents?" -#~ msgstr "What are recent documents?" - #~ msgid "" #~ "Here you will find the latest %(recent_count)s documents you have either " #~ "created or edited in any way." @@ -1213,9 +1171,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" 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 846074ab2d..5f12f3c62e 100644 --- a/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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-2013 @@ -9,900 +9,1026 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Documenten" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Documentsoorten aanmaken" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Documentsoort" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "MIME type" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Metadata type" - -#: __init__.py:126 -msgid "Metadata value" -msgstr "Metadata waarde" - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Inhoud" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Omschrijving" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:132 +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "MIME type" + +#: apps.py:127 +msgid "Thumbnail" +msgstr "" + +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Documentversie succesvol teruggevoerd" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Pagina afbeelding" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Inhoud" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Snel document hernoemen" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Pagina bereik" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Comprimeren" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Het document downloaden in het orginele formaat of in een gecomprimeerd formaat. Deze optie zowel te selecteren voor een document als voor meerdere documenten. Een bundel van meerdere documenten zal altijd worden ge download als een gecomprimeerd bestand." +msgstr "" +"Het document downloaden in het orginele formaat of in een gecomprimeerd " +"formaat. Deze optie zowel te selecteren voor een document als voor meerdere " +"documenten. Een bundel van meerdere documenten zal altijd worden ge download " +"als een gecomprimeerd bestand." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Bestandsnaam gecomprimeerde archiefbestand" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "De bestandsnaam van het gecomprimeerde archiefbestand dat alle documenten bevat die dienen te worden gedownload, als de voorgaande optie is geselecteerd." - -#: links.py:40 views.py:68 -msgid "All documents" msgstr "" +"De bestandsnaam van het gecomprimeerde archiefbestand dat alle documenten " +"bevat die dienen te worden gedownload, als de voorgaande optie is " +"geselecteerd." -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "" - -#: links.py:47 -msgid "Edit properties" -msgstr "" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Download" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "" - -#: links.py:57 -msgid "Print" -msgstr "" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Opschonen van documentafbeeldingen voorraad." - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Opschonen van de grafische afbeeldingen, die gebuikt worden bij het versnellen van de documentweergave en interactive transformatie resultaten." - -#: links.py:64 -msgid "Page transformations" -msgstr "" - -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 -msgid "First page" -msgstr "" - -#: links.py:75 -msgid "Last page" -msgstr "" - -#: links.py:76 -msgid "Zoom in" -msgstr "" - -#: links.py:77 -msgid "Zoom out" -msgstr "" - -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "" -#: links.py:84 -msgid "Revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Pagina's" + +#: links.py:61 links.py:99 +msgid "Clear transformations" msgstr "" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" msgstr "" -#: links.py:91 views.py:956 -msgid "Create document type" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: links.py:93 -msgid "Filenames" +#: links.py:74 +msgid "Edit properties" msgstr "" -#: links.py:94 -msgid "Add filename to document type" +#: links.py:78 links.py:111 +msgid "Change type" msgstr "" -#: models.py:53 -msgid "Name" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Download" + +#: links.py:86 +msgid "Print" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -msgid "Documents types" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: models.py:79 -msgid "Uninitialized document" +#: links.py:133 views.py:72 +msgid "All documents" msgstr "" -#: models.py:79 -msgid "The name of the document" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" msgstr "" -#: models.py:81 -msgid "Added" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:82 -msgid "Language" +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Opschonen van de grafische afbeeldingen, die gebuikt worden bij het " +"versnellen van de documentweergave en interactive transformatie resultaten." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Opschonen van documentafbeeldingen voorraad." + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:163 +msgid "First page" +msgstr "" + +#: links.py:168 +msgid "Last page" +msgstr "" + +#: links.py:175 +msgid "Previous page" +msgstr "" + +#: links.py:181 +msgid "Next page" +msgstr "" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Documentsoorten verwijderen" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Documenten verwijderen" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Documentsoort" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Omschrijving" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Aantal documentsoorten: %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Commentaar" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Checksum" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Het bestandformaat voor dit document is onbekent, de pagina teller staat daarom standaard op 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Bestandsnaam" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Pagina %(page_num)d van %(total_pages)d in %(document)s " -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Voer een valide waarde in" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Documenten aanmaken" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Documenteigenschappen bewerken" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Documenten bewerken" - -#: permissions.py:12 -msgid "View documents" -msgstr "Documenten bekijken" - #: permissions.py:13 msgid "Delete documents" msgstr "Documenten verwijderen" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Documenten transformeren" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Documenten downloaden" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Documenten transformeren" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Documenten bewerken" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Document modificatie tools starten" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Terugvoeren van documenten naar de vorige versie" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Aanmaken van een nieuwe document versie" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Documenteigenschappen bewerken" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Documenten aanmaken" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Documenten verwijderen" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Document modificatie tools starten" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Terugvoeren van documenten naar de vorige versie" + +#: permissions.py:44 +msgid "View documents" +msgstr "Documenten bekijken" + +#: permissions.py:52 msgid "Documents setup" msgstr "Documenten configuratie" -#: permissions.py:22 -msgid "View document types" -msgstr "Bekijk de documentsoorten" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Documentsoorten bewerken" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Documentsoorten verwijderen" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Documentsoorten aanmaken" -#: settings.py:25 -msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Maximum aantal recente docmenten (aangemaakt, bewerkt, bekeken), te onthouden per gebruiker." +#: permissions.py:59 +msgid "Delete document types" +msgstr "Documentsoorten verwijderen" -#: settings.py:26 +#: permissions.py:62 +msgid "Edit document types" +msgstr "Documentsoorten bewerken" + +#: permissions.py:65 +msgid "View document types" +msgstr "Bekijk de documentsoorten" + +#: settings.py:39 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Maximum aantal recente docmenten (aangemaakt, bewerkt, bekeken), te " +"onthouden per gebruiker." + +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "Percentage in- of uitzoomen voor documentpagina per gebruikeractie." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Maximaal toegestane documentpagina zoom percentage (%) per gebruikeractie." +msgstr "" +"Maximaal toegestane documentpagina zoom percentage (%) per gebruikeractie." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Minimaal toegestane documentpagina zoom percentage (%) per gebruikeractie. " +msgstr "" +"Minimaal toegestane documentpagina zoom percentage (%) per gebruikeractie. " -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Aantal graden documentpagina rotatie per gebruikeractie." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Aantal documentsoorten: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Minimale aantal pagina's per document: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Maximaal aantal pagina's per document: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Gemiddelde aantal pagina's per document: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Aantal documenten in de database: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Aantal documenten in opslag: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Ruimte ingebruik door opslag: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Ruimte ingebruik door opslag: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Aantal document pagina's in de database: %d" -#: views.py:89 -msgid "documents" -msgstr "documenten" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Aantal documenten in opslag: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Documenten verwijderen" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "U dient tenminste een document op te geven " + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Fout bij verwijderen document: %(document)s. foutmelding: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Documenten verwijderen" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Documenten verwijderen" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Documenten transformeren" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Document succesvol verwijdert" + +#: views.py:263 msgid "Date added" msgstr "Datum toegevoegd" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Tijdstip toegevoegd" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "MIME-type bestand" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Leeg" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Bestandgrootte" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Aanwezig in opslag" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Bestandspad in opslag" -#: views.py:122 -msgid "Pages" -msgstr "Pagina's" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "U dient tenminste een document op te geven " -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Document succesvol verwijdert" -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Fout bij verwijderen document: %(document)s. foutmelding: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Document \"%s\" succesvol bewerkt" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Terug" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "Al de pagina transformaties voor document: %s, zijn succesvol verwijdert." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Fout bij verwijderen van de pagina transformaties voor document: %(document)s ; %(error)s ." +msgstr "" +"Fout bij verwijderen van de pagina transformaties voor document: " +"%(document)s ; %(error)s ." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" -msgstr[1] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"Al de pagina transformaties voor document: %s, zijn succesvol verwijdert." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Documentpagina succesvol bewerkt" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Er zijn verder geen pagina's meer in dit document" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "U bent al op de eerste pagina in dit document" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Documentsoort succesvol bewerkt" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Documentsoorten verwijderen" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Fout tijdens bewerken documentsoort; %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Documentsoort: %s, succesvol verwijdert" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Fout bij verwijderen Documentsoort: %(document_type)s. Foutmelding: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Bent u zeker dat u het document wilt verwijderen: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Documentsoort succesvol aangemaakt" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Fout bij aanmaken documentsoort; %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "bestandnaam voor documentsoort, succesvol bewerkt" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Fout bij bewerken bestandnaam voor documentsoort. Foutmelding: %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "documentsoort bestandsnaam: %s succesvol verwijdert" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Fout bij verwijderen documentsoort bestandsnaam: %(document_type_filename)s. Foutmelding: %(error)s" +msgstr "" +"Fout bij verwijderen documentsoort bestandsnaam: %(document_type_filename)s. " +"Foutmelding: %(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Bent u zeker dat u de bestandsnaam: %(filename)s , van documentsoort: \" %(document_type)s \", wenst te verwijderen?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Bent u zeker dat u de bestandsnaam: %(filename)s , van documentsoort: \" " +"%(document_type)s \", wenst te verwijderen?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Documentsoort bestandsnaam succesvol aangemaakt" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" -msgstr "Fout bij het aanmaken van documentsoort bestandsnaam. Foutmelding: %(error)s" +msgstr "" +"Fout bij het aanmaken van documentsoort bestandsnaam. Foutmelding: %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "Documentpagina succesvol bewerkt" -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Bent u zeker dat u het buffer met pagina afbeeldingen wenst op te schonen?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Opschonen van documentafbeeldingen voorraad." -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Documentversie succesvol teruggevoerd" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Fout bij het terugvoeren van de documentversie. Foutmelding: %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Bent u er zeker van dat u wilt terugkeren naar deze versie?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Terugvoeren van documenten naar de vorige versie" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Alle recentere versies na deze zullen ook worden verwijdert." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Transformatie voor documentpagina is aangemaakt" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Aanmaken van transformatie voor pagina: %(page)s in document: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Transformatie voor documentpagina bewerkt" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Bewerkt transformatie \"%(transformation)s\" voor: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Transformatie documentpagina verwijdert" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Weet u zeker dat u deze transformatie wenst te verwijderen: \"%(transformation)s\" for: %(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "Metadata type" + +#~ msgid "Metadata value" +#~ msgstr "Metadata waarde" + +#~ msgid "Content" +#~ msgstr "Inhoud" + +#~ msgid "Contents" +#~ msgstr "Inhoud" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Het bestandformaat voor dit document is onbekent, de pagina teller staat " +#~ "daarom standaard op 1." + +#~ msgid "Enter a valid value." +#~ msgstr "Voer een valide waarde in" + +#~ msgid "documents" +#~ msgstr "documenten" + +#~ msgid "Document type edited successfully" +#~ msgstr "Documentsoort succesvol bewerkt" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Fout tijdens bewerken documentsoort; %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Documentsoort: %s, succesvol verwijdert" + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "" +#~ "Fout bij verwijderen Documentsoort: %(document_type)s. Foutmelding: " +#~ "%(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Bent u zeker dat u het document wilt verwijderen: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Documentsoort succesvol aangemaakt" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Fout bij aanmaken documentsoort; %(error)s" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "" +#~ "Bent u zeker dat u het buffer met pagina afbeeldingen wenst op te schonen?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Bent u er zeker van dat u wilt terugkeren naar deze versie?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Transformatie voor documentpagina is aangemaakt" + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Aanmaken van transformatie voor pagina: %(page)s in document: %(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Transformatie voor documentpagina bewerkt" + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Bewerkt transformatie \"%(transformation)s\" voor: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Transformatie documentpagina verwijdert" + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Weet u zeker dat u deze transformatie wenst te verwijderen: " +#~ "\"%(transformation)s\" for: %(document_page)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -921,18 +1047,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -948,22 +1062,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1019,11 +1134,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1034,9 +1149,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1053,11 +1165,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1078,9 +1190,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1113,11 +1227,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1174,15 +1288,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1206,9 +1322,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po index 4d4544a7de..c3540f03fa 100644 --- a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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 @@ -12,904 +12,962 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Dokumenty" -#: __init__.py:97 -msgid "Thumbnail" -msgstr "Miniatura" +#: apps.py:86 +#, fuzzy +#| msgid "Create document type" +msgid "Create a document type" +msgstr "Tworzenie typów dokumentów" -#: __init__.py:101 -msgid "Type" -msgstr "Typ" +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." +msgstr "" -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Typ dokumentu" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "typ MIME" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "Etykieta" -#: __init__.py:125 -msgid "Metadata type" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:126 -msgid "Metadata value" -msgstr "" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "typ MIME" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Zawartość" +#: apps.py:127 +msgid "Thumbnail" +msgstr "Miniatura" -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Opis" +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "Typ" -#: __init__.py:129 -msgid "Tags" -msgstr "Tagi" +#: apps.py:143 +#, fuzzy +#| msgid "Date and time" +msgid "Date time trashed" +msgstr "Data i godzina" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document edited" +msgid "Document version reverted" +msgstr "Document edited" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Obraz strony" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Zawartość" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Zakres strony" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Kompresuj" -#: forms.py:197 +#: forms.py:128 msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "Wszystkie dokumenty" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" -msgstr "Ostatnie dokumenty" +#: handlers.py:9 +msgid "Default" +msgstr "" #: links.py:42 msgid "Preview" msgstr "Podgląd" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "Właściwości" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "Usunąć" +#: links.py:50 +msgid "Versions" +msgstr "Wersje" -#: links.py:47 -msgid "Edit properties" -msgstr "Edytuj właściwości" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Strony" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "Zmień typ" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Pobierz" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "Resetuj liczbę stron" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "Usunąć" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "Edytuj właściwości" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "Zmień typ" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Pobierz" + +#: links.py:86 msgid "Print" msgstr "Drukuj" -#: links.py:58 -msgid "Events" -msgstr "Zdarzenia" +#: links.py:90 links.py:119 +msgid "Reset page count" +msgstr "Resetuj liczbę stron" -#: links.py:61 -msgid "Clear the document image cache" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "Wszystkie dokumenty" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "Ostatnie dokumenty" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "Create document type" +msgid "Clear document cache" +msgstr "Tworzenie typów dokumentów" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "Edytuj" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "Następna strona" - -#: links.py:73 -msgid "Previous page" -msgstr "Poprzednia strona" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "Pierwsza strona" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "Ostatnia strona" -#: links.py:76 -msgid "Zoom in" -msgstr "Powiększ" +#: links.py:175 +msgid "Previous page" +msgstr "Poprzednia strona" -#: links.py:77 -msgid "Zoom out" -msgstr "Pomniejszyć" +#: links.py:181 +msgid "Next page" +msgstr "Następna strona" -#: links.py:78 -msgid "Rotate right" -msgstr "Obrót w prawo" - -#: links.py:79 -msgid "Rotate left" -msgstr "Obrót w lewo" - -#: links.py:80 -msgid "Reset view" -msgstr "Resetuj widok" - -#: links.py:83 -msgid "Versions" -msgstr "Wersje" - -#: links.py:84 -msgid "Revert" -msgstr "Przywróć" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "Typy dokumentu" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "Tworzenie typów dokumentów" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "Nazwa" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "Typy dokumentów" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "Dodana" - -#: models.py:82 -msgid "Language" -msgstr "Język" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "Dokument" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "Obrót w lewo" + +#: links.py:197 +msgid "Rotate right" +msgstr "Obrót w prawo" + +#: links.py:205 +msgid "Reset view" +msgstr "Resetuj widok" + +#: links.py:210 +msgid "Zoom in" +msgstr "Powiększ" + +#: links.py:215 +msgid "Zoom out" +msgstr "Pomniejszyć" + +#: links.py:223 +msgid "Revert" +msgstr "Przywróć" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "Tworzenie typów dokumentów" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "Edytuj" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "Typy dokumentu" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Usuń typy dokumentów" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Usuwanie dokumentów" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Typ dokumentu" + +#: models.py:121 +msgid "Documents types" +msgstr "Typy dokumentów" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Opis" + +#: models.py:145 +msgid "Added" +msgstr "Dodana" + +#: models.py:150 +msgid "Language" +msgstr "Język" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +#, fuzzy +#| msgid "Date and time" +msgid "Date and time trashed" +msgstr "Data i godzina" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document type list" +msgid "Document stub, id: %d" +msgstr "document type list" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Komentarz" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "Plik" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "" - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Nazwa pliku" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "Włączony" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "Etykieta strony" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "Numer strony" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "Strona dokumentu" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "Strony dokumentu" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Wprowadź poprawną wartość." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "Kolejność" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "Transformacja" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "Użytkownik" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "Dostępne" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "Ostatni dokument" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Tworzenie dokumentów" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Edytuj właściwości dokumentu" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Edycja dokumentów" - -#: permissions.py:12 -msgid "View documents" -msgstr "Zobacz dokumenty" - #: permissions.py:13 msgid "Delete documents" msgstr "Usuwanie dokumentów" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Przekształcać dokumenty" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Pobierz dokumenty" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Przekształcać dokumenty" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Edycja dokumentów" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Przywróć dokumenty do poprzedniej wersji" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Tworzenie nowych wersji dokumentów" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Edytuj właściwości dokumentu" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Tworzenie dokumentów" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Usuwanie dokumentów" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Przywróć dokumenty do poprzedniej wersji" + +#: permissions.py:44 +msgid "View documents" +msgstr "Zobacz dokumenty" + +#: permissions.py:52 msgid "Documents setup" msgstr "" -#: permissions.py:22 -msgid "View document types" -msgstr "Zobacz typy dokumentów" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Edytuj typy dokumentów" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Usuń typy dokumentów" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Tworzenie typów dokumentu" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Usuń typy dokumentów" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Edytuj typy dokumentów" + +#: permissions.py:65 +msgid "View document types" +msgstr "Zobacz typy dokumentów" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." msgstr "" -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" msgstr "" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "" -#: views.py:89 -msgid "documents" -msgstr "dokumenty" +#: views.py:90 +#, fuzzy +#| msgid "Documents types" +msgid "Documents in trash" +msgstr "Typy dokumentów" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Usuwanie dokumentów" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Musisz podać co najmniej jeden dokument." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgid "Document: %(document)s restored." +msgstr "Document \"%(document)s\" deleted by %(fullname)s." + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Usuwanie dokumentów" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Usuwanie dokumentów" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Przekształcać dokumenty" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Dokument usunięty." + +#: views.py:263 msgid "Date added" msgstr "" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Rozmiar pliku" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "" -#: views.py:122 -msgid "Pages" -msgstr "Strony" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Musisz podać co najmniej jeden dokument." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Dokument usunięty." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" -msgstr "" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgid "Document: %(document)s error moving to trash: %(error)s" +msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +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:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "Wyślij" -#: views.py:308 +#: views.py:466 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:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "Data i godzina" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Powrót" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[2] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[2] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Jesteś już na pierwszej stronie tego dokumentu" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "Drukuj: %s" -#: views.py:870 -msgid "OCR" -msgstr "OCR" - -#: views.py:890 -msgid "Document type edited successfully" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Usuń typy dokumentów" -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1048 +#: views.py:1064 #, python-format msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document cache clearing queued successfully." +msgstr "Dokument usunięty." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "" +#: views.py:1117 +#, fuzzy +#| msgid "Create document type" +msgid "Clear the document cache?" +msgstr "Tworzenie typów dokumentów" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Czy na pewno chcesz, powrócić do tej wersji?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Przywróć dokumenty do poprzedniej wersji" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Content" +#~ msgstr "Zawartość" + +#~ msgid "Tags" +#~ msgstr "Tagi" + +#~ msgid "Contents" +#~ msgstr "Zawartość" + +#~ msgid "Events" +#~ msgstr "Zdarzenia" + +#~ msgid "Name" +#~ msgstr "Nazwa" + +#~ msgid "Page label" +#~ msgstr "Etykieta strony" + +#~ msgid "Enter a valid value." +#~ msgstr "Wprowadź poprawną wartość." + +#~ msgid "Order" +#~ msgstr "Kolejność" + +#~ msgid "Transformation" +#~ msgstr "Transformacja" + +#~ msgid "documents" +#~ msgstr "dokumenty" + +#~ msgid "OCR" +#~ msgstr "OCR" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Czy na pewno chcesz, powrócić do tej wersji?" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -928,21 +986,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - -#~ msgid "Document edited" -#~ msgstr "Document edited" - #~ msgid "Version" #~ msgstr "version" @@ -955,25 +998,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - -#~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." - #~ msgid "Page" #~ msgstr "Page" @@ -1026,11 +1067,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1041,9 +1082,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1060,11 +1098,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1085,12 +1123,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." - -#~ msgid "Document type list" -#~ msgstr "document type list" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Final" #~ msgstr "final" @@ -1120,11 +1157,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1181,15 +1218,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1213,9 +1252,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po index 9250e7a148..e0f774dbae 100644 --- a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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-2012 @@ -11,900 +11,1015 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:09-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Documentos" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Criar tipos de documentos" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:126 -msgid "Metadata value" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" msgstr "" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" +#: apps.py:127 +msgid "Thumbnail" msgstr "" -#: __init__.py:128 models.py:80 -msgid "Description" +#: apps.py:137 apps.py:140 +msgid "Type" msgstr "" -#: __init__.py:129 -msgid "Tags" +#: apps.py:143 +msgid "Date time trashed" msgstr "" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Versão do documento revertida com sucesso" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Imagem da página" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Conteúdos" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Renomeação rápida de documento" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Intervalo de páginas" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Comprimir" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Descarregar o documento no formato original ou de forma comprimida. Esta opção só está disponível quando descarrega um único documento; múltiplos documentos são sempre descarregados num ficheiro comprimido." +msgstr "" +"Descarregar o documento no formato original ou de forma comprimida. Esta " +"opção só está disponível quando descarrega um único documento; múltiplos " +"documentos são sempre descarregados num ficheiro comprimido." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "" - -#: links.py:47 -msgid "Edit properties" -msgstr "" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Descarregar" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "" - -#: links.py:57 -msgid "Print" -msgstr "" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Limpar a cache de imagens de documentos" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Limpar as representações gráficas usadas para acelerar a exibição e transformações interativas de documentos." - -#: links.py:64 -msgid "Page transformations" -msgstr "" - -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 -msgid "First page" -msgstr "" - -#: links.py:75 -msgid "Last page" -msgstr "" - -#: links.py:76 -msgid "Zoom in" -msgstr "" - -#: links.py:77 -msgid "Zoom out" -msgstr "" - -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "" -#: links.py:84 -msgid "Revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Páginas" + +#: links.py:61 links.py:99 +msgid "Clear transformations" msgstr "" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" msgstr "" -#: links.py:91 views.py:956 -msgid "Create document type" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: links.py:93 -msgid "Filenames" +#: links.py:74 +msgid "Edit properties" msgstr "" -#: links.py:94 -msgid "Add filename to document type" +#: links.py:78 links.py:111 +msgid "Change type" msgstr "" -#: models.py:53 -msgid "Name" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Descarregar" + +#: links.py:86 +msgid "Print" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -msgid "Documents types" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: models.py:79 -msgid "Uninitialized document" +#: links.py:133 views.py:72 +msgid "All documents" msgstr "" -#: models.py:79 -msgid "The name of the document" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" msgstr "" -#: models.py:81 -msgid "Added" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:82 -msgid "Language" +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Limpar as representações gráficas usadas para acelerar a exibição e " +"transformações interativas de documentos." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Limpar a cache de imagens de documentos" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:163 +msgid "First page" +msgstr "" + +#: links.py:168 +msgid "Last page" +msgstr "" + +#: links.py:175 +msgid "Previous page" +msgstr "" + +#: links.py:181 +msgid "Next page" +msgstr "" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Excluir tipos de documentos" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Excluir documentos" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Tipos de documento: %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Comentário" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Soma de verificação" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Este formato de ficheiro não é conhecido, por isso o número de páginas tem o valor padrão 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Nome do ficheiro" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, 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:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Digite um valor válido." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Criar documentos" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Editar propriedades de documento" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Editar documentos" - -#: permissions.py:12 -msgid "View documents" -msgstr "Ver documentos" - #: permissions.py:13 msgid "Delete documents" msgstr "Excluir documentos" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Transformar documentos" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Descarregar documentos" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Transformar documentos" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Editar documentos" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Executar ferramentas de modificação de documento" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Reverter documentos para uma versão anterior" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Criar novas versões do documento" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Editar propriedades de documento" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Criar documentos" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Excluir documentos" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Executar ferramentas de modificação de documento" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Reverter documentos para uma versão anterior" + +#: permissions.py:44 +msgid "View documents" +msgstr "Ver documentos" + +#: permissions.py:52 msgid "Documents setup" msgstr "Configuração de documentos" -#: permissions.py:22 -msgid "View document types" -msgstr "Ver tipos de documento" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Editar tipos de documentos" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Excluir tipos de documentos" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Criar tipos de documentos" -#: settings.py:25 -msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Número máximo de documentos recentes (criados, editados, visualizados) a recordar, por utilizador." +#: permissions.py:59 +msgid "Delete document types" +msgstr "Excluir tipos de documentos" -#: settings.py:26 +#: permissions.py:62 +msgid "Edit document types" +msgstr "Editar tipos de documentos" + +#: permissions.py:65 +msgid "View document types" +msgstr "Ver tipos de documento" + +#: settings.py:39 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Número máximo de documentos recentes (criados, editados, visualizados) a " +"recordar, por utilizador." + +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "Percentagem de zoom in/out por interação do utilizador." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Percentagem (%) máxima para o utilizador aumentar o zoom de uma página de documento de forma interativa." +msgstr "" +"Percentagem (%) máxima para o utilizador aumentar o zoom de uma página de " +"documento de forma interativa." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Percentagem (%) mínima para o utilizador diminuir o zoom de uma página de documento de forma interativa." +msgstr "" +"Percentagem (%) mínima para o utilizador diminuir o zoom de uma página de " +"documento de forma interativa." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Valor em graus para rodar uma página de documento por interação do utilizador." +msgstr "" +"Valor em graus para rodar uma página de documento por interação do " +"utilizador." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Tipos de documento: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Número mínimo de páginas por documento: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Número máximo de páginas por documento: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Número médio de páginas por documento: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Documentos na base de dados: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Documentos no armazenamento: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Páginas de documento na base de dados: %d" -#: views.py:89 -msgid "documents" -msgstr "documentos" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Documentos no armazenamento: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Excluir documentos" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Deve fornecer pelo menos um documento." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Erro ao excluir documento %(document)s: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Excluir documentos" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Excluir documentos" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Transformar documentos" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Documento excluído com sucesso." + +#: views.py:263 msgid "Date added" msgstr "Data de adição" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Hora de adição" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Tipo MIME do ficheiro" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Nenhum" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Tamanho do ficheiro" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Existe no armazenamento" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Caminho do ficheiro no armazenamento" -#: views.py:122 -msgid "Pages" -msgstr "Páginas" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Documento excluído com sucesso." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Erro ao excluir documento %(document)s: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\" editado com sucesso." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Voltar" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "Todas as transformações de página para o documento: %s, foram excluídas com sucesso." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Erro ao excluir as transformações de página para o documento: %(document)s; %(error)s ." +msgstr "" +"Erro ao excluir as transformações de página para o documento: %(document)s; " +"%(error)s ." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" -msgstr[1] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"Todas as transformações de página para o documento: %s, foram excluídas com " +"sucesso." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Página do documento editada com sucesso." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Não há mais páginas neste documento" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Já está na primeira página deste documento" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Tipo de documento editado com sucesso" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Excluir tipos de documentos" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Erro ao editar tipo de documento; %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Tipo de documento: %s excluído com sucesso." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Tipo de documento: %(document_type)s erro ao excluir: %(error)s " - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Tem a certeza de que deseja excluir o tipo de documento: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Tipo de documento criado com sucesso" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Erro ao criar tipo de documento; %(error)s " - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Nome de ficheiro para tipo de documento editado com sucesso" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Erro ao editar nome de ficheiro para tipo de documento: %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nome de ficheiro para tipo de documento: %s excluído com sucesso." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Nome de ficheiro para tipo de documento: %(document_type_filename)s erro ao excluir: %(error)s" +msgstr "" +"Nome de ficheiro para tipo de documento: %(document_type_filename)s erro ao " +"excluir: %(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Tem a certeza de que deseja excluir o nome de ficheiro: %(filename)s , para tipo de documento \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Tem a certeza de que deseja excluir o nome de ficheiro: %(filename)s , para " +"tipo de documento \"%(document_type)s\"?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Nome de ficheiro para tipo de documento criado com sucesso" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Erro ao criar nome de ficheiro para tipo de documento; %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "Página do documento editada com sucesso." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Tem a certeza de que pretende limpar a cache de imagens de documentos?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Limpar a cache de imagens de documentos" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Versão do documento revertida com sucesso" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Erro ao reverter versão do documento; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Tem a certeza de que pretende reverter para esta versão?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Reverter documentos para uma versão anterior" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Todas as versões posteriores a esta também serão eliminadas." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Transformação para página do documento criada com sucesso." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Criar nova transformação para página: %(page)s do documento: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Transformação para página do documento editada com sucesso." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Editar transformação \"%(transformation)s\" para: %(document_page)s " - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Transformação para página do documento excluída com sucesso." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Tem a certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Contents" +#~ msgstr "Conteúdos" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Este formato de ficheiro não é conhecido, por isso o número de páginas " +#~ "tem o valor padrão 1." + +#~ msgid "Enter a valid value." +#~ msgstr "Digite um valor válido." + +#~ msgid "documents" +#~ msgstr "documentos" + +#~ msgid "Document type edited successfully" +#~ msgstr "Tipo de documento editado com sucesso" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Erro ao editar tipo de documento; %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Tipo de documento: %s excluído com sucesso." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "Tipo de documento: %(document_type)s erro ao excluir: %(error)s " + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Tem a certeza de que deseja excluir o tipo de documento: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Tipo de documento criado com sucesso" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Erro ao criar tipo de documento; %(error)s " + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "" +#~ "Tem a certeza de que pretende limpar a cache de imagens de documentos?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Tem a certeza de que pretende reverter para esta versão?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Transformação para página do documento criada com sucesso." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Criar nova transformação para página: %(page)s do documento: %(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Transformação para página do documento editada com sucesso." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Editar transformação \"%(transformation)s\" para: %(document_page)s " + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Transformação para página do documento excluída com sucesso." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Tem a certeza de que deseja excluir \"%(transformation)s\" para: " +#~ "%(document_page)s " + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -923,18 +1038,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -950,22 +1053,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1021,11 +1125,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1036,9 +1140,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1055,11 +1156,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1080,9 +1181,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1115,11 +1218,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1176,15 +1279,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1208,9 +1313,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" 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 2f3ec6256f..38a040ec67 100644 --- a/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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-2012 @@ -12,900 +12,1110 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Documentos" -#: __init__.py:97 -msgid "Thumbnail" -msgstr "miniatura" +#: apps.py:86 +#, fuzzy +#| msgid "Create document type" +msgid "Create a document type" +msgstr "Criar Tipo de documento" -#: __init__.py:101 -msgid "Type" -msgstr "Tipo" +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." +msgstr "" -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Tipo de Documento" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "Tipo MIME" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "Label" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Tipos de metadados" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" +msgstr "" -#: __init__.py:126 -msgid "Metadata value" -msgstr "Valor de metadados" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "Tipo MIME" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Conteúdo" +#: apps.py:127 +msgid "Thumbnail" +msgstr "miniatura" -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Descrição" +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "Tipo" -#: __init__.py:129 -msgid "Tags" -msgstr "Etiqueta" +#: apps.py:143 +#, fuzzy +#| msgid "Date and time" +msgid "Date time trashed" +msgstr "data e hora" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "tendências de documentos" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "Documento usado" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "Documento criado " -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "As propriedades do documento editado " -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "Tipo de Documento mudado" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Versão do documento revertidos com sucesso" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Imagem da página" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Conteúdos" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "As páginas do documento (%d)" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Renomear documento rápido" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "Pagina: %(page_number)d" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Intervalo de páginas" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "comprimir" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Baixar o documento no formato original ou numa forma comprimida. Esta opção é selecionável apenas ao baixar um documento, por vários documentos, o bundle estará sempre de downloads como um arquivo compactado" +msgstr "" +"Baixar o documento no formato original ou numa forma comprimida. Esta opção " +"é selecionável apenas ao baixar um documento, por vários documentos, o " +"bundle estará sempre de downloads como um arquivo compactado" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Comprimido o filename " -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "O nome do arquivo do arquivo compactado que vai conter os documentos a serem baixados, se a opção anterior é selecionado." +msgstr "" +"O nome do arquivo do arquivo compactado que vai conter os documentos a serem " +"baixados, se a opção anterior é selecionado." -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "Todos os Documentos" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" -msgstr "Documentos recentes" +#: handlers.py:9 +msgid "Default" +msgstr "" #: links.py:42 msgid "Preview" msgstr "Visualizar" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "propriedades" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "Excluir" - -#: links.py:47 -msgid "Edit properties" -msgstr "Editar propriedades" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "Mudar o tipo" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Baixar" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "Redefinir contador de pagina" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "remover transformações" - -#: links.py:57 -msgid "Print" -msgstr "Imprimir" - -#: links.py:58 -msgid "Events" -msgstr "Eventos" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Limpar o cache de imagem do documento" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Desmarque as representações gráficas utilizadas para acelerar a exibição e transformações interativas resultados dos documentos." - -#: links.py:64 -msgid "Page transformations" -msgstr "transformações da página" - -#: links.py:65 -msgid "Create new transformation" -msgstr "Criar uma nova transformação" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "Editar" - -#: links.py:70 -msgid "Page text" -msgstr "texto da página" - -#: links.py:71 -msgid "Edit page text" -msgstr "Editar texto da página" - -#: links.py:72 -msgid "Next page" -msgstr "próxima pagina" - -#: links.py:73 -msgid "Previous page" -msgstr "Página anterior" - -#: links.py:74 -msgid "First page" -msgstr "Primeira página" - -#: links.py:75 -msgid "Last page" -msgstr "Última pagina" - -#: links.py:76 -msgid "Zoom in" -msgstr "mais zoom" - -#: links.py:77 -msgid "Zoom out" -msgstr "menos zoom" - -#: links.py:78 -msgid "Rotate right" -msgstr "girar para a direita" - -#: links.py:79 -msgid "Rotate left" -msgstr "girar para a esquerda" - -#: links.py:80 -msgid "Reset view" -msgstr "redefinir visão" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "Versão" -#: links.py:84 -msgid "Revert" -msgstr "reverter" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Páginas" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "Tipos de Documentos" +#: links.py:61 links.py:99 +msgid "Clear transformations" +msgstr "remover transformações" -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "Criar Tipo de documento" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "Excluir" -#: links.py:93 -msgid "Filenames" -msgstr "Nome do arquivo" +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" -#: links.py:94 -msgid "Add filename to document type" -msgstr "Adicionar nome do arquivo para o tipo de documento" +#: links.py:74 +msgid "Edit properties" +msgstr "Editar propriedades" -#: models.py:53 -msgid "Name" -msgstr "Nome" +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "Mudar o tipo" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "A fila automaticamente de documentos recém-criados para o OCR." +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Baixar" -#: models.py:68 -msgid "Documents types" -msgstr "Tipos de Documentos" +#: links.py:86 +msgid "Print" +msgstr "Imprimir" -#: models.py:79 -msgid "Uninitialized document" -msgstr "documento não inicializado" +#: links.py:90 links.py:119 +msgid "Reset page count" +msgstr "Redefinir contador de pagina" -#: models.py:79 -msgid "The name of the document" -msgstr "O nome do documento" +#: links.py:94 links.py:123 +msgid "Restore" +msgstr "" -#: models.py:81 -msgid "Added" -msgstr "adicionado" +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "Todos os Documentos" -#: models.py:82 -msgid "Language" -msgstr "Lingua" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "Documentos recentes" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Desmarque as representações gráficas utilizadas para acelerar a exibição e " +"transformações interativas resultados dos documentos." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Limpar o cache de imagem do documento" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" +msgstr "" + +#: links.py:163 +msgid "First page" +msgstr "Primeira página" + +#: links.py:168 +msgid "Last page" +msgstr "Última pagina" + +#: links.py:175 +msgid "Previous page" +msgstr "Página anterior" + +#: links.py:181 +msgid "Next page" +msgstr "próxima pagina" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "Documento" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "girar para a esquerda" + +#: links.py:197 +msgid "Rotate right" +msgstr "girar para a direita" + +#: links.py:205 +msgid "Reset view" +msgstr "redefinir visão" + +#: links.py:210 +msgid "Zoom in" +msgstr "mais zoom" + +#: links.py:215 +msgid "Zoom out" +msgstr "menos zoom" + +#: links.py:223 +msgid "Revert" +msgstr "reverter" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "Criar Tipo de documento" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "Editar" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "Adicionar nome do arquivo para o tipo de documento" + +#: links.py:256 +msgid "Filenames" +msgstr "Nome do arquivo" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "Tipos de Documentos" + +#: models.py:68 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "Todos os documentos deste tipo serão excluídos também." + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +#, fuzzy +#| msgid "All documents of this type will be deleted too." +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "Todos os documentos deste tipo serão excluídos também." + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Excluir tipos de documentos" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Excluir documentos" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Tipo de Documento" + +#: models.py:121 +msgid "Documents types" +msgstr "Tipos de Documentos" + +#: models.py:139 +msgid "The name of the document" +msgstr "O nome do documento" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Descrição" + +#: models.py:145 +msgid "Added" +msgstr "adicionado" + +#: models.py:150 +msgid "Language" +msgstr "Lingua" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +#, fuzzy +#| msgid "Date and time" +msgid "Date and time trashed" +msgstr "data e hora" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Tipos de Documentos : %d" + +#: models.py:331 msgid "Timestamp" msgstr "Timestamp" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Comentário" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "Arquivo" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Verificação" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "Versão do documento" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Este formato de arquivo não é conhecida, a contagem de página, portanto, tem o padrão 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Nome do arquivo" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "habilitado" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "Tipo de documento renomea rápido o nome de arquivo" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "Tipos de documentos renomea rápido o nomes de arquivos" -#: models.py:495 -msgid "Page label" -msgstr "Etiqueta de página" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "página número" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Pagina %(page_num)d de %(total_pages)d em %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "página do documento" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "páginas do documento" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Digite um valor válido." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "ordem" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "transformação" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "argumentos" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "Use dicionários para identificar os argumentos, exemplo: {'degrees':90}" - -#: models.py:561 -msgid "Document page transformation" -msgstr "Documento da transformação da página" - -#: models.py:562 -msgid "Document page transformations" -msgstr "Documento das transformações da página" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "Usuário" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "acessado" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "Documentos recentes" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Criar documentos" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Editar propriedades de documento" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Editar documentos" - -#: permissions.py:12 -msgid "View documents" -msgstr "Ver documentos" - #: permissions.py:13 msgid "Delete documents" msgstr "Excluir documentos" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Transformar documentos" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Baixar documentos" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Transformar documentos" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Editar documentos" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Execute as ferramentas de modificação de documento" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Reverter documentos para uma versão anterior" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Criar novas versões de documentos" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Editar propriedades de documento" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Criar documentos" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Excluir documentos" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Execute as ferramentas de modificação de documento" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Reverter documentos para uma versão anterior" + +#: permissions.py:44 +msgid "View documents" +msgstr "Ver documentos" + +#: permissions.py:52 msgid "Documents setup" msgstr "Configuração de documentos" -#: permissions.py:22 -msgid "View document types" -msgstr "Ver tipos de documentos" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Editar tipos de documentos" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Excluir tipos de documentos" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Criar tipos de documentos" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Excluir tipos de documentos" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Editar tipos de documentos" + +#: permissions.py:65 +msgid "View document types" +msgstr "Ver tipos de documentos" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Número máximo de documentos recentes (criado, editado, visualizado) à ser lembrado, por usuário." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Número máximo de documentos recentes (criado, editado, visualizado) à ser " +"lembrado, por usuário." -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Quantidade em porcentagem de zoom em uma página ou documento por interação do usuário." +msgstr "" +"Quantidade em porcentagem de zoom em uma página ou documento por interação " +"do usuário." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Valor máximo em porcentagem (%) para permitir ao usuário aumentar o zoom em uma página do documento de forma interativa." +msgstr "" +"Valor máximo em porcentagem (%) para permitir ao usuário aumentar o zoom em " +"uma página do documento de forma interativa." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Valor mínimo em porcentagem (%) para permitir ao usuário diminuir o zoom em uma página do documento de forma interativa." +msgstr "" +"Valor mínimo em porcentagem (%) para permitir ao usuário diminuir o zoom em " +"uma página do documento de forma interativa." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Valor em graus para girar uma página do documento por interação do usuário." +msgstr "" +"Valor em graus para girar uma página do documento por interação do usuário." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "Os documentos padrão linguagem (em formato ISO639-2)." -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "Lista de idiomas de documentos suportados." -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Tipos de Documentos : %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "O montante mínimo de páginas por documento:%d." -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Maximum amount of pages per document:%d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Quantidade média de páginas por documento:%f." -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Documentos no banco de dados: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Documentos no armazenamento: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Páginas do documento no banco de dados: %d" -#: views.py:89 -msgid "documents" -msgstr "documentos" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Documentos no armazenamento: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Excluir documentos" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Deve fornecer pelo menos um documento." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Erro ao excluir documento %(document)s: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Excluir documentos" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Excluir documentos" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Properties for document: %s" +msgid "Pages for document: %s" +msgstr "Pré-visualização do documento:%s" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Documento removido com sucesso." + +#: views.py:263 msgid "Date added" msgstr "Data de adição" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Horario de adição" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Mimetype do arquivo" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Nenhum" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "codificação de arquivo" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Tamanho do arquivo" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Existe no armazenamento" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Caminho do arquivo no armazenamento" -#: views.py:122 -msgid "Pages" -msgstr "Páginas" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "Pré-visualização do documento:%s" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "Pré-visualização do documento:%s " -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "Conteúdo do documento:%s" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Documento removido com sucesso." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Erro ao excluir documento %(document)s: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\", editado com sucesso." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "Editar propriedades de documento: %s" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "Tipo de documento alterado com sucesso." -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "Submeter" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "Documentos a serem baixados" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "data e hora" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "Codificação" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Voltar" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "Documento em fila para redefinição de contagem de página." -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "Documentos em fila para redefinição de contagem de página" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "Todas as transformações de página para o documento: %s, foram excluídas com sucesso." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Erro ao excluir as transformações de página para o documento: %(document)s; %(error)s ." +msgstr "" +"Erro ao excluir as transformações de página para o documento: %(document)s; " +"%(error)s ." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" -msgstr[1] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"Todas as transformações de página para o documento: %s, foram excluídas com " +"sucesso." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "detalhes para: %s" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Página do documento editado com sucesso." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "Edita: %s" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Não há mais páginas neste documento" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Você já está na primeira página deste documento" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" -msgstr "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." +msgstr "Todos os documentos deste tipo serão excluídos também." -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Tipo de documento editado com sucesso" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Excluir tipos de documentos" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Erro ao editar tipo de documento; %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "Editar o tipo de documento: %s" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Tipo de documento: %s apagado com sucesso." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Tipo de documento: %(document_type)s erro ao excluir: %(error)s " - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Tem certeza de que deseja excluir o tipo de documento: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "Todos os documentos deste tipo serão excluídos também." - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Tipo de documento criado com sucesso" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Erro ao criar tipo de documento; %(error)s " - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "Os nomes de arquivo para o tipo de documento:%s." -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Nome de arquivo para tipo de documento editado com sucesso" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Erro ao editar nome de arquivo do tipo de documento: %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "Editar filename \"%(filename)s\" do tipo de documento \"%(document_type)s\"" +msgstr "" +"Editar filename \"%(filename)s\" do tipo de documento \"%(document_type)s\"" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "Tipo de documento filename" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nome de arquivo do tipo de documento: %s excluido com sucesso." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Nome de arquivo do tipo de documento: %(document_type_filename)s erro ao excluir: %(error)s" +msgstr "" +"Nome de arquivo do tipo de documento: %(document_type_filename)s erro ao " +"excluir: %(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Tem certeza de que deseja excluir o nome do arquivo: %(filename)s , do tipo de documento \" %(document_type)s \"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Editar filename \"%(filename)s\" do tipo de documento \"%(document_type)s\"" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Nome de arquivo do tipo de documento criado com sucesso" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Erro ao criar nome de arquivo do tipo de documento; %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "Criar nome de arquivo para o tipo de documento: %s" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." +#: views.py:1111 +#, fuzzy +#| msgid "Document image cache clearing queued successfully." +msgid "Document cache clearing queued successfully." msgstr "Documento cache de imagem de compensação em fila com êxito." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Tem certeza de que deseja limpar o cache de imagem do documento?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Limpar o cache de imagem do documento" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "Hora e Data" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "Versões do documento: %s" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Versão do documento revertidos com sucesso" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Erro ao reverter versão do documento; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Tem certeza de que deseja reverter para esta versão?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Reverter documentos para uma versão anterior" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Tudo versão posterior após este será excluído também." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "transformações para: %s" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Transformação para página do documento criada com sucesso." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Criar nova transformação para página: %(page)s do documento: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Transformação para página do documento editada com sucesso." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Editar transformação \"%(transformation)s\" para: %(document_page)s " - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Transformação para página do documento excluida com sucesso." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Tem certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "Imagem da página do documento" +#~ msgid "Metadata type" +#~ msgstr "Tipos de metadados" + +#~ msgid "Metadata value" +#~ msgstr "Valor de metadados" + +#~ msgid "Content" +#~ msgstr "Conteúdo" + +#~ msgid "Tags" +#~ msgstr "Etiqueta" + +#~ msgid "Contents" +#~ msgstr "Conteúdos" + +#~ msgid "Page %(page_number)d" +#~ msgstr "Pagina: %(page_number)d" + +#~ msgid "Events" +#~ msgstr "Eventos" + +#~ msgid "Page transformations" +#~ msgstr "transformações da página" + +#~ msgid "Create new transformation" +#~ msgstr "Criar uma nova transformação" + +#~ msgid "Page text" +#~ msgstr "texto da página" + +#~ msgid "Edit page text" +#~ msgstr "Editar texto da página" + +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "A fila automaticamente de documentos recém-criados para o OCR." + +#~ msgid "Uninitialized document" +#~ msgstr "documento não inicializado" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Este formato de arquivo não é conhecida, a contagem de página, portanto, " +#~ "tem o padrão 1." + +#~ msgid "Page label" +#~ msgstr "Etiqueta de página" + +#~ msgid "Enter a valid value." +#~ msgstr "Digite um valor válido." + +#~ msgid "Order" +#~ msgstr "ordem" + +#~ msgid "Transformation" +#~ msgstr "transformação" + +#~ msgid "Arguments" +#~ msgstr "argumentos" + +#~ msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" +#~ msgstr "" +#~ "Use dicionários para identificar os argumentos, exemplo: {'degrees':90}" + +#~ msgid "Document page transformation" +#~ msgstr "Documento da transformação da página" + +#~ msgid "Document page transformations" +#~ msgstr "Documento das transformações da página" + +#~ msgid "documents" +#~ msgstr "documentos" + +#~ msgid "Content of document: %s" +#~ msgstr "Conteúdo do documento:%s" + +#~ msgid "Document page edited successfully." +#~ msgstr "Página do documento editado com sucesso." + +#~ msgid "Edit: %s" +#~ msgstr "Edita: %s" + +#~ msgid "OCR" +#~ msgstr "OCR" + +#~ msgid "Document type edited successfully" +#~ msgstr "Tipo de documento editado com sucesso" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Erro ao editar tipo de documento; %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Tipo de documento: %s apagado com sucesso." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "Tipo de documento: %(document_type)s erro ao excluir: %(error)s " + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Tem certeza de que deseja excluir o tipo de documento: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Tipo de documento criado com sucesso" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Erro ao criar tipo de documento; %(error)s " + +#~ msgid "Document type filename" +#~ msgstr "Tipo de documento filename" + +#~ msgid "" +#~ "Are you sure you wish to delete the filename: %(filename)s, from document " +#~ "type \"%(document_type)s\"?" +#~ msgstr "" +#~ "Tem certeza de que deseja excluir o nome do arquivo: %(filename)s , do " +#~ "tipo de documento \" %(document_type)s \"?" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "Tem certeza de que deseja limpar o cache de imagem do documento?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Tem certeza de que deseja reverter para esta versão?" + +#~ msgid "Transformations for: %s" +#~ msgstr "transformações para: %s" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Transformação para página do documento criada com sucesso." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Criar nova transformação para página: %(page)s do documento: %(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Transformação para página do documento editada com sucesso." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Editar transformação \"%(transformation)s\" para: %(document_page)s " + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Transformação para página do documento excluida com sucesso." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Tem certeza de que deseja excluir \"%(transformation)s\" para: " +#~ "%(document_page)s " + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -924,18 +1134,6 @@ msgstr "Imagem da página do documento" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -951,22 +1149,23 @@ msgstr "Imagem da página do documento" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1022,11 +1221,11 @@ msgstr "Imagem da página do documento" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1037,9 +1236,6 @@ msgstr "Imagem da página do documento" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1056,11 +1252,11 @@ msgstr "Imagem da página do documento" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1081,9 +1277,11 @@ msgstr "Imagem da página do documento" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1116,11 +1314,11 @@ msgstr "Imagem da página do documento" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1177,15 +1375,17 @@ msgstr "Imagem da página do documento" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1209,9 +1409,6 @@ msgstr "Imagem da página do documento" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" 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 eb4f34e250..0aca523861 100644 --- a/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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,904 +9,1034 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Documente" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Tip nou" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Tip document" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "Tip MIME" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Tip metadate " - -#: __init__.py:126 -msgid "Metadata value" -msgstr "Valoare metadate " - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Conținut" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Descriere" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:132 +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "Tip MIME" + +#: apps.py:127 +msgid "Thumbnail" +msgstr "" + +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Versiunea documentului refacută cu succes" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Imaginea paginii" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Conţinut" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Redenumire rapidă" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Pagini" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Comprimă" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Descărcați documentul în format original sau într-un mod comprimat. Această opțiune poate fi selectată numai când descărcarea un document, pentru mai multe documente, pachetul va fi întotdeauna de descărcări ca un fișier comprimat." +msgstr "" +"Descărcați documentul în format original sau într-un mod comprimat. Această " +"opțiune poate fi selectată numai când descărcarea un document, pentru mai " +"multe documente, pachetul va fi întotdeauna de descărcări ca un fișier " +"comprimat." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Nume fişier comprimat" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "Nume fișier comprimat, care va conține documentele ce urmează să fie descărcate, în cazul în care această opțiunea a fost selectată anterior." - -#: links.py:40 views.py:68 -msgid "All documents" msgstr "" +"Nume fișier comprimat, care va conține documentele ce urmează să fie " +"descărcate, în cazul în care această opțiunea a fost selectată anterior." -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "" - -#: links.py:47 -msgid "Edit properties" -msgstr "" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Descarcă" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "" - -#: links.py:57 -msgid "Print" -msgstr "" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Goliți memoria cache de imaginii ale documentului" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Goliți reprezentările grafice folosite pentru a accelera afișarea documentelor și rezultatele interactive de transformari." - -#: links.py:64 -msgid "Page transformations" -msgstr "" - -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 -msgid "First page" -msgstr "" - -#: links.py:75 -msgid "Last page" -msgstr "" - -#: links.py:76 -msgid "Zoom in" -msgstr "" - -#: links.py:77 -msgid "Zoom out" -msgstr "" - -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "" -#: links.py:84 -msgid "Revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Pagini" + +#: links.py:61 links.py:99 +msgid "Clear transformations" msgstr "" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" msgstr "" -#: links.py:91 views.py:956 -msgid "Create document type" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: links.py:93 -msgid "Filenames" +#: links.py:74 +msgid "Edit properties" msgstr "" -#: links.py:94 -msgid "Add filename to document type" +#: links.py:78 links.py:111 +msgid "Change type" msgstr "" -#: models.py:53 -msgid "Name" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Descarcă" + +#: links.py:86 +msgid "Print" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -msgid "Documents types" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: models.py:79 -msgid "Uninitialized document" +#: links.py:133 views.py:72 +msgid "All documents" msgstr "" -#: models.py:79 -msgid "The name of the document" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" msgstr "" -#: models.py:81 -msgid "Added" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:82 -msgid "Language" +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Goliți reprezentările grafice folosite pentru a accelera afișarea " +"documentelor și rezultatele interactive de transformari." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Goliți memoria cache de imaginii ale documentului" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:163 +msgid "First page" +msgstr "" + +#: links.py:168 +msgid "Last page" +msgstr "" + +#: links.py:175 +msgid "Previous page" +msgstr "" + +#: links.py:181 +msgid "Next page" +msgstr "" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Şterge tipuri " + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Şterge" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Tip document" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Descriere" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Tip document : %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Comentariu" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Suma de control" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Formatul acestui document este necunoscut, de aceea se consideră că acesta conţine o pagină. " - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Nume fişier" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Pag %(page_num)d din %(total_pages)d din %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Introduceţi o valoare validă." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Document nou" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Editează proprietăţile" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Editează" - -#: permissions.py:12 -msgid "View documents" -msgstr "Vizualizează" - #: permissions.py:13 msgid "Delete documents" msgstr "Şterge" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Transformă" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Descarcă" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Transformă" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Editează" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Lansează uneltele de modificare" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Reveniți la o versiune anterioară a documentului" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Crează o versiune nouă pentru document" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Editează proprietăţile" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Document nou" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Şterge" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Lansează uneltele de modificare" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Reveniți la o versiune anterioară a documentului" + +#: permissions.py:44 +msgid "View documents" +msgstr "Vizualizează" + +#: permissions.py:52 msgid "Documents setup" msgstr "Setup documente" -#: permissions.py:22 -msgid "View document types" -msgstr "Vezi tipuri de documente" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Editează tipuri" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Şterge tipuri " - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Tip nou" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Şterge tipuri " + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Editează tipuri" + +#: permissions.py:65 +msgid "View document types" +msgstr "Vezi tipuri de documente" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Numărul maxim de documente (create, editate, vizualizate) reţinute per utilizator." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Numărul maxim de documente (create, editate, vizualizate) reţinute per " +"utilizator." -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Suma în procente folosită pentru a mării sau micşora un document interactiv cu utilizatorul." +msgstr "" +"Suma în procente folosită pentru a mării sau micşora un document interactiv " +"cu utilizatorul." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Suma maximă în procente (%), permisă utilizatorilor pentru mărirea interactiv a unei pagini ." +msgstr "" +"Suma maximă în procente (%), permisă utilizatorilor pentru mărirea " +"interactiv a unei pagini ." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Suma minimă în procente (%), permisă utilizatorului pentru micșorarea interactivă a unei pagini ." +msgstr "" +"Suma minimă în procente (%), permisă utilizatorului pentru micșorarea " +"interactivă a unei pagini ." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Ce rotaţie pentru pagină (în grade) este folosită în interacțiunea cu utilizatorul." +msgstr "" +"Ce rotaţie pentru pagină (în grade) este folosită în interacțiunea cu " +"utilizatorul." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Tip document : %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Suma minimă de pagini pe document: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Suma maximă de pagini pe document: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Valoarea medie de pagini pe document: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Documente în baza de date: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Documente în arhivă: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Spaţiu în arhivă: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Spaţiu în arhivă: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Pagini în baza de date: %d" -#: views.py:89 -msgid "documents" -msgstr "documente" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Documente în arhivă: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Şterge" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Trebuie selectat cel puțin un document." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Document: %(document)s eroare de ștergere: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Şterge" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Şterge" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Transformă" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Document șters cu succes." + +#: views.py:263 msgid "Date added" msgstr "Dată adaugată" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Timp adăugat" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Tip fişier " -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Nici unul" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Marime fişier" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Există în arhivă" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Cale fisier in arhiva" -#: views.py:122 -msgid "Pages" -msgstr "Pagini" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Trebuie selectat cel puțin un document." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Document șters cu succes." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, 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 eroare de ștergere: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +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:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documentul \"%s\" editat cu succes." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 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:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Reveniţi" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[2] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "Toate paginile transformate pentru document: %s , au fost șterse cu succes." - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "Eroare la ștergerea transformări : %(document)s; %(error)s." -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" +"Toate paginile transformate pentru document: %s , au fost șterse cu succes." -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[2] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Pagina documentul editat cu succes." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Nu mai sunt pagini în acest document." -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Sunteți deja la prima pagină a acestui document" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Tip de document editat cu succes" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Şterge tipuri " -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Eroare editarea tip document; %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Tip de document: %s eliminat cu succes." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Tip de document: %(document_type)s eroare de ștergere: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Sunteți sigur că doriți să ștergeți tipul de document: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Tip de document creat cu succes" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Eroare la crearea tipului de document; %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Nume fişier tip de document editat cu succes" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Eroare editarea tip nume de fișier ; %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Tipul documentului nume fisier : %s eliminat cu succes." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Tipul documentului nume fişier: %(document_type_filename)s eroare de ștergere : %(error)s" +msgstr "" +"Tipul documentului nume fişier: %(document_type_filename)s eroare de " +"ștergere : %(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Sunteți sigur că doriți să ștergeți fişierul cu numele :%(filename)s, din documentul de tip \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Sunteți sigur că doriți să ștergeți fişierul cu numele :%(filename)s, din " +"documentul de tip \"%(document_type)s\"?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Tip nume tip fişier creat cu succes" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Eroare la crearea tip nume fișier document; %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "Pagina documentul editat cu succes." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Sunteți sigur că doriți să ștergeți memoria cache a imaginii documentului?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Goliți memoria cache de imaginii ale documentului" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Versiunea documentului refacută cu succes" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Eroare la revenirea la versiunea documentului; %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Sunteți sigur că doriți să reveniți la această versiune?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Reveniți la o versiune anterioară a documentului" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Toate versiune de dupa aceasta, vor fi şterse de asemenea." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Pagina de transformare document creat cu succes." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Creați transformare nou pentru pagină: %(page)s e a documentului: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Pagina de transformare documentul editat cu succes." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Editați transformare \"%(transformation)s\" pentru: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Pagina de transformare a documentul ștearsă cu succes." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Sunteți sigur că doriți să ștergeți transformare \"%(transformation)s\" pentru: %(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "Tip metadate " + +#~ msgid "Metadata value" +#~ msgstr "Valoare metadate " + +#~ msgid "Content" +#~ msgstr "Conținut" + +#~ msgid "Contents" +#~ msgstr "Conţinut" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Formatul acestui document este necunoscut, de aceea se consideră că " +#~ "acesta conţine o pagină. " + +#~ msgid "Enter a valid value." +#~ msgstr "Introduceţi o valoare validă." + +#~ msgid "documents" +#~ msgstr "documente" + +#~ msgid "Document type edited successfully" +#~ msgstr "Tip de document editat cu succes" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Eroare editarea tip document; %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Tip de document: %s eliminat cu succes." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "Tip de document: %(document_type)s eroare de ștergere: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți tipul de document: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Tip de document creat cu succes" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Eroare la crearea tipului de document; %(error)s" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "" +#~ "Sunteți sigur că doriți să ștergeți memoria cache a imaginii documentului?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Sunteți sigur că doriți să reveniți la această versiune?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Pagina de transformare document creat cu succes." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Creați transformare nou pentru pagină: %(page)s e a documentului: " +#~ "%(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Pagina de transformare documentul editat cu succes." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Editați transformare \"%(transformation)s\" pentru: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Pagina de transformare a documentul ștearsă cu succes." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Sunteți sigur că doriți să ștergeți transformare \"%(transformation)s\" " +#~ "pentru: %(document_page)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -925,18 +1055,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -952,22 +1070,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1023,11 +1142,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1038,9 +1157,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1057,11 +1173,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1082,9 +1198,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1117,11 +1235,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1178,15 +1296,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1210,9 +1330,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po index ec7d0b10ac..820ffccf3b 100644 --- a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/ru/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, 2011 @@ -10,636 +10,735 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Документы" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Создание типов документов" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Тип документа" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "MIME type" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Тип метаданных" - -#: __init__.py:126 -msgid "Metadata value" -msgstr "Значение метаданных" - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Содержимое" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Описание" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:132 +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "MIME type" + +#: apps.py:127 +msgid "Thumbnail" +msgstr "" + +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Версия документа восстановлена" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Изображение страницы" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Содержание" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Быстро переименовать документ" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Диапазон страниц" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Сжать" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Скачать документ в исходном формате или сжатым. Этот вариант доступен только при загрузке одного документа, для нескольких документов будет использован сжатый файл." +msgstr "" +"Скачать документ в исходном формате или сжатым. Этот вариант доступен только " +"при загрузке одного документа, для нескольких документов будет использован " +"сжатый файл." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Имя сжатого файла" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "Имя файла сжатого файла, который будет содержать загружаемые документы, если выбран предыдущий параметр." - -#: links.py:40 views.py:68 -msgid "All documents" msgstr "" +"Имя файла сжатого файла, который будет содержать загружаемые документы, если " +"выбран предыдущий параметр." -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "" - -#: links.py:47 -msgid "Edit properties" -msgstr "" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Скачать" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "" - -#: links.py:57 -msgid "Print" -msgstr "" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Очистить кэш изображения документа" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Очистить графику для ускорения отображения документов и интерактивных преобразований." - -#: links.py:64 -msgid "Page transformations" -msgstr "" - -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 -msgid "First page" -msgstr "" - -#: links.py:75 -msgid "Last page" -msgstr "" - -#: links.py:76 -msgid "Zoom in" -msgstr "" - -#: links.py:77 -msgid "Zoom out" -msgstr "" - -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "" -#: links.py:84 -msgid "Revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Страницы" + +#: links.py:61 links.py:99 +msgid "Clear transformations" msgstr "" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" msgstr "" -#: links.py:91 views.py:956 -msgid "Create document type" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: links.py:93 -msgid "Filenames" +#: links.py:74 +msgid "Edit properties" msgstr "" -#: links.py:94 -msgid "Add filename to document type" +#: links.py:78 links.py:111 +msgid "Change type" msgstr "" -#: models.py:53 -msgid "Name" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Скачать" + +#: links.py:86 +msgid "Print" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -msgid "Documents types" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: models.py:79 -msgid "Uninitialized document" +#: links.py:133 views.py:72 +msgid "All documents" msgstr "" -#: models.py:79 -msgid "The name of the document" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" msgstr "" -#: models.py:81 -msgid "Added" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:82 -msgid "Language" +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Очистить графику для ускорения отображения документов и интерактивных " +"преобразований." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Очистить кэш изображения документа" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:163 +msgid "First page" +msgstr "" + +#: links.py:168 +msgid "Last page" +msgstr "" + +#: links.py:175 +msgid "Previous page" +msgstr "" + +#: links.py:181 +msgid "Next page" +msgstr "" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Удалить типы документов" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Удаление документов" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Тип документа" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Описание" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Типы документов: %d." + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Комментарий" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Контрольная сумма" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Этот формат файла документа не известен, количество страниц поэтому 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Имя файла" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Страница %(page_num)d из %(total_pages)d %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Введите допустимое значение." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Создание документов" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Редактирование свойств документа" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Редактировать документы" - -#: permissions.py:12 -msgid "View documents" -msgstr "Просмотр документов" - #: permissions.py:13 msgid "Delete documents" msgstr "Удаление документов" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Преобразование документов" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Загрузка документов" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Преобразование документов" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Редактировать документы" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Выполнить изменения документа" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Восстановить документы до предыдущей версии" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Создать новые версии документа" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Редактирование свойств документа" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Создание документов" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Удаление документов" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Выполнить изменения документа" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Восстановить документы до предыдущей версии" + +#: permissions.py:44 +msgid "View documents" +msgstr "Просмотр документов" + +#: permissions.py:52 msgid "Documents setup" msgstr "Настройки для документов" -#: permissions.py:22 -msgid "View document types" -msgstr "Просмотр типов документов" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Редактировать типы документов" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Удалить типы документов" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Создание типов документов" -#: settings.py:25 -msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Максимальное количество последних (созданных, измененных, просмотренных) документов, запоминаемых для каждого пользователя." +#: permissions.py:59 +msgid "Delete document types" +msgstr "Удалить типы документов" -#: settings.py:26 +#: permissions.py:62 +msgid "Edit document types" +msgstr "Редактировать типы документов" + +#: permissions.py:65 +msgid "View document types" +msgstr "Просмотр типов документов" + +#: settings.py:39 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Максимальное количество последних (созданных, измененных, просмотренных) " +"документов, запоминаемых для каждого пользователя." + +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "Процент увеличения страницы документа пользователем." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "Максимальный процент увеличения страницы документа пользователем." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "Процент уменьшения масштаба страницы документа в интерактивном режиме." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Градус поворота страницы документа в интерактивном режиме." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Типы документов: %d." -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Минимальное количество страниц в документе %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Максимальное количество страниц в документе: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Среднее количество страниц в документе: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Документы в базе данных: %d." -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Документы в хранилище: %d." -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Использовано:%(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Использовано:%(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Страниц документов в базе данных: %d." -#: views.py:89 -msgid "documents" -msgstr "документы" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Документы в хранилище: %d." -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Удаление документов" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Необходимо предоставить хотя бы один документ." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Документ:%(document)s ошибка удаления: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Удаление документов" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Удаление документов" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Преобразование документов" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Документ успешно удален." + +#: views.py:263 msgid "Date added" msgstr "Дата добавления" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Время добавления" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Mime тип файла" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Нет" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Размер" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Существует в хранилище" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Путь к файлу в хранилище" -#: views.py:122 -msgid "Pages" -msgstr "Страницы" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Необходимо предоставить хотя бы один документ." -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Документ успешно удален." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Документ:%(document)s ошибка удаления: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +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:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Документ \"%s\" изменен." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" @@ -647,271 +746,296 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Назад" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[2] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[3] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 +#: views.py:698 +#, python-format +msgid "" +"Error deleting the page transformations for document: %(document)s; " +"%(error)s." +msgstr "" +"Ошибка при удалении страницы для преобразования документов: %(document)s; " +"%(error)s." + +#: views.py:701 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "Все преобразования страницы для документа: %s успешно удалены." -#: views.py:540 -#, python-format -msgid "" -"Error deleting the page transformations for document: %(document)s; " -"%(error)s." -msgstr "Ошибка при удалении страницы для преобразования документов: %(document)s; %(error)s." - -#: views.py:550 -msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" msgstr[2] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" msgstr[3] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" -#: views.py:579 views.py:621 +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Страница документа успешно изменена." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr " Нет более страниц в этом документе" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Вы уже на первой странице этого документа" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Тип документа успешно изменен" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Удалить типы документов" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Ошибка редактирования типа документа; %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Вид документа: %s успешно удален." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Тип документа: %(document_type)s ошибка удаления: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Вы действительно хотите удалить тип документа: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Тип документа успешно создан" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Ошибка при создании типа документа; %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Имя файла для типа документа успешно изменено" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Ошибка редактирования документа введите имя файла; %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Имя файла для типа документа: %s успешно удалено." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "При удалении имени файла для типа документа %(document_type_filename)s произошла ошибка %(error)s" +msgstr "" +"При удалении имени файла для типа документа %(document_type_filename)s " +"произошла ошибка %(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Вы действительно хотите удалить имя файла: %(filename)s из типа документа \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Вы действительно хотите удалить имя файла: %(filename)s из типа документа " +"\"%(document_type)s\"?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Имя файла для типа документа успешно создан" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Ошибка создания имени файла для типа документа; %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "Страница документа успешно изменена." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Вы уверены, что хотите очистить кэш изображений документа?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Очистить кэш изображения документа" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Версия документа восстановлена" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Ошибка получения версии документа %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Вы уверены, что хотите вернуться к этой версии?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Восстановить документы до предыдущей версии" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Все более поздние версии после этого будут удалены" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Преобразование страницы документа создано успешно." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Создать новое преобразование для страницы: %(page)s документа: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Преобразование страницы успешно изменено." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Изменить преобразования \"%(transformation)s\" for: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Преобразование страницы успешно удалено." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Вы действительно хотите удалить преобразования \"%(transformation)s\" for: %(document_page)s\"" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "Тип метаданных" + +#~ msgid "Metadata value" +#~ msgstr "Значение метаданных" + +#~ msgid "Content" +#~ msgstr "Содержимое" + +#~ msgid "Contents" +#~ msgstr "Содержание" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "Этот формат файла документа не известен, количество страниц поэтому 1." + +#~ msgid "Enter a valid value." +#~ msgstr "Введите допустимое значение." + +#~ msgid "documents" +#~ msgstr "документы" + +#~ msgid "Document type edited successfully" +#~ msgstr "Тип документа успешно изменен" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Ошибка редактирования типа документа; %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Вид документа: %s успешно удален." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "Тип документа: %(document_type)s ошибка удаления: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Вы действительно хотите удалить тип документа: %s?" + +#~ msgid "Document type created successfully" +#~ msgstr "Тип документа успешно создан" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Ошибка при создании типа документа; %(error)s" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "Вы уверены, что хотите очистить кэш изображений документа?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Вы уверены, что хотите вернуться к этой версии?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Преобразование страницы документа создано успешно." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Создать новое преобразование для страницы: %(page)s документа: " +#~ "%(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Преобразование страницы успешно изменено." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "" +#~ "Изменить преобразования \"%(transformation)s\" for: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Преобразование страницы успешно удалено." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Вы действительно хотите удалить преобразования \"%(transformation)s\" " +#~ "for: %(document_page)s\"" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -930,18 +1054,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -957,22 +1069,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1028,11 +1141,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1043,9 +1156,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1062,11 +1172,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1087,9 +1197,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1122,11 +1234,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1183,15 +1295,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1215,9 +1329,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" 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 9014303572..97b2689162 100644 --- a/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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 @@ -10,636 +10,742 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Dokumenti" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Kreiran tipe dokumentov" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Tip dokumenta" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "MIME tip" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Tip metapodatkov" - -#: __init__.py:126 -msgid "Metadata value" -msgstr "Vrednost metapodatkov" - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Vsebina" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Opis" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:132 +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "MIME tip" + +#: apps.py:127 +msgid "Thumbnail" +msgstr "" + +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "Povrnitev verzije dokumenta je bila uspešna" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "Slika strani" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Vsebina" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Hitro preimenovanje dokumenta" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Obseg strani" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Stisni" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Prenesi dokument v originalnem formatu ali v stisnjeni obliki. To opcijo lahko izberete samo ko prenašate en dokument. Ob prenosu večih dokumentov, se vedno naredi stisnjen paket." +msgstr "" +"Prenesi dokument v originalnem formatu ali v stisnjeni obliki. To opcijo " +"lahko izberete samo ko prenašate en dokument. Ob prenosu večih dokumentov, " +"se vedno naredi stisnjen paket." -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "Ime stisnjene datoteke" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "Ime skrčene datotteke, ki do vsebovala datoteke za prenos, če je bila prejšnja opcija izbrana." - -#: links.py:40 views.py:68 -msgid "All documents" msgstr "" +"Ime skrčene datotteke, ki do vsebovala datoteke za prenos, če je bila " +"prejšnja opcija izbrana." -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" -msgstr "" - -#: links.py:47 -msgid "Edit properties" -msgstr "" - -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "Prenos" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 -msgid "Clear transformations" -msgstr "" - -#: links.py:57 -msgid "Print" -msgstr "" - -#: links.py:58 -msgid "Events" -msgstr "" - -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Pobriši predpomnilniško sliko dokumenta" - -#: links.py:61 -msgid "" -"Clear the graphics representations used to speed up the documents' display " -"and interactive transformations results." -msgstr "Počistite grafične predstavitve, ki se uporabljajo za pospešitev prikaza dokumentov in rezultatov interaktivnih transformacij." - -#: links.py:64 -msgid "Page transformations" -msgstr "" - -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 -msgid "First page" -msgstr "" - -#: links.py:75 -msgid "Last page" -msgstr "" - -#: links.py:76 -msgid "Zoom in" -msgstr "" - -#: links.py:77 -msgid "Zoom out" -msgstr "" - -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 +#: links.py:50 msgid "Versions" msgstr "" -#: links.py:84 -msgid "Revert" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Strani" + +#: links.py:61 links.py:99 +msgid "Clear transformations" msgstr "" -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" msgstr "" -#: links.py:91 views.py:956 -msgid "Create document type" +#: links.py:70 links.py:104 +msgid "Move to trash" msgstr "" -#: links.py:93 -msgid "Filenames" +#: links.py:74 +msgid "Edit properties" msgstr "" -#: links.py:94 -msgid "Add filename to document type" +#: links.py:78 links.py:111 +msgid "Change type" msgstr "" -#: models.py:53 -msgid "Name" +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "Prenos" + +#: links.py:86 +msgid "Print" msgstr "" -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: models.py:68 -msgid "Documents types" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: models.py:79 -msgid "Uninitialized document" +#: links.py:133 views.py:72 +msgid "All documents" msgstr "" -#: models.py:79 -msgid "The name of the document" +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" msgstr "" -#: models.py:81 -msgid "Added" +#: links.py:140 +msgid "Trash" msgstr "" -#: models.py:82 -msgid "Language" +#: links.py:148 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" +"Počistite grafične predstavitve, ki se uporabljajo za pospešitev prikaza " +"dokumentov in rezultatov interaktivnih transformacij." + +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Pobriši predpomnilniško sliko dokumenta" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:163 +msgid "First page" +msgstr "" + +#: links.py:168 +msgid "Last page" +msgstr "" + +#: links.py:175 +msgid "Previous page" +msgstr "" + +#: links.py:181 +msgid "Next page" +msgstr "" + +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Izbriši tipe dokumentov" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Izbiši dokumente" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Tip dokumenta" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Opis" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Tipi dokumenta: %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Komentar" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "Nadzorna vsota" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "Tip dokumenta je neznan, zako je število strani privzeto na 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Ime datoteke" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Stran %(page_num)d od %(total_pages)d dokumenta %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Vnesi veljavno vrednost." - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Ustvari dokument" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "Uredi lastnosti dokumenta" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Uredi dokumente" - -#: permissions.py:12 -msgid "View documents" -msgstr "Poglej dokumente" - #: permissions.py:13 msgid "Delete documents" msgstr "Izbiši dokumente" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "Spremeni dokumente" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Prenesi dokumente" -#: permissions.py:15 -msgid "Transform documents" -msgstr "Spremeni dokumente" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Uredi dokumente" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "Izvedi orodja za spreminjanje dokumentov" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "Povrni na prejšnjo verzijo dokumenta" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "Kreiraj novo verzijo dokumenta" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "Uredi lastnosti dokumenta" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Ustvari dokument" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Izbiši dokumente" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "Izvedi orodja za spreminjanje dokumentov" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "Povrni na prejšnjo verzijo dokumenta" + +#: permissions.py:44 +msgid "View documents" +msgstr "Poglej dokumente" + +#: permissions.py:52 msgid "Documents setup" msgstr "Nastavitveni dokumenti" -#: permissions.py:22 -msgid "View document types" -msgstr "Poglej tip dokumenta" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Uredi tipe dokumentov" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Izbriši tipe dokumentov" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Kreiran tipe dokumentov" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Izbriši tipe dokumentov" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Uredi tipe dokumentov" + +#: permissions.py:65 +msgid "View document types" +msgstr "Poglej tip dokumenta" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Največje število zadnjih (kreiranih, urejenih, pogledanih) dokumentov za prikaz po uporabniku." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Največje število zadnjih (kreiranih, urejenih, pogledanih) dokumentov za " +"prikaz po uporabniku." -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Znesek v procentih za približane oziroma oddaljene strani na dokument v uporabniškem vmesniku." +msgstr "" +"Znesek v procentih za približane oziroma oddaljene strani na dokument v " +"uporabniškem vmesniku." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Največji znesek v procentih (%), ki je dovoljen uporabniku za približevanje strani v dokumentu." +msgstr "" +"Največji znesek v procentih (%), ki je dovoljen uporabniku za približevanje " +"strani v dokumentu." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Naamanjši znesek v procentih (%), ki je dovoljen uporabniku za približevanje strani v dokumentu." +msgstr "" +"Naamanjši znesek v procentih (%), ki je dovoljen uporabniku za približevanje " +"strani v dokumentu." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Število v stopinjah za rotiranje strani dokumenta ob uporabniški interakciji." +msgstr "" +"Število v stopinjah za rotiranje strani dokumenta ob uporabniški interakciji." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Tipi dokumenta: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "Minimalno število strani na dokument: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "Maksimalno število strani na dokument: %d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "Povprečno število strani na dokument: %f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Dokumenti v bazi: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "Dokumenti v shrambi: %d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Zaseden prostor v shrambi je: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytov" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Zaseden prostor v shrambi je: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytov" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Strani dokumenta v bazi: %d" -#: views.py:89 -msgid "documents" -msgstr "dokumenti" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "Dokumenti v shrambi: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Izbiši dokumente" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Potrebno je podati vsaj en dokument" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "Dokument: %(document)s napaka brisanja:%(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Izbiši dokumente" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Izbiši dokumente" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "Spremeni dokumente" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "Dokument bil uspešno izbrisan." + +#: views.py:263 msgid "Date added" msgstr "Dodano datum" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Dodano čas" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "MIME vrsta datoteke" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "Brez" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Velikost datoteke" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "Obstaja v shrambi" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "Pot datoteke v shrambi" -#: views.py:122 -msgid "Pages" -msgstr "Strani" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Potrebno je podati vsaj en dokument" -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "Dokument bil uspešno izbrisan." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "Dokument: %(document)s napaka brisanja:%(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +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:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokument %s je bil uspešno urejen." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" @@ -647,271 +753,288 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "Nazaj" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[2] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[3] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 +#: views.py:698 +#, python-format +msgid "" +"Error deleting the page transformations for document: %(document)s; " +"%(error)s." +msgstr "" +"Napaka v izbrisu preoblikovanj strani za dokument: %(document)s; %(error)s." + +#: views.py:701 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "Vsa preoblikovanja strani dokumenta: %s, so bila uspešno izbrisana." -#: views.py:540 -#, python-format -msgid "" -"Error deleting the page transformations for document: %(document)s; " -"%(error)s." -msgstr "Napaka v izbrisu preoblikovanj strani za dokument: %(document)s; %(error)s." - -#: views.py:550 -msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" msgstr[2] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" msgstr[3] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" -#: views.py:579 views.py:621 +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "Stran dokumenta je bila uspešno urejena." - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "Ni več strani v tem dokumentu" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "Ste že na prvi strani dokumenta" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Tip dokumenta je bil uspešno urejen" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Izbriši tipe dokumentov" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Napaka urejanja tipa dokumenta: %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Dokument tipa: %s je bil uspešno izbrisan." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Tip dokument: %(document_type)s napaka brisanja:%(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Ali ste prepričani, da želite pobrisati tip dokument: %s" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Tip dokumenta je bil uspešno kreiran" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Napaka kreiranja tipa dokumenta: %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Ime dokumenta za tip dokumenta je bil uspešno urejen." -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Napaka urejanja za ime datoteke tipaa dokumenta: %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Ime datoteke tipa dokumenta: %s je bil uspešno izbrisan." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Ime datoteke tipa dokumenta: %(document_type_filename)s napaka brisanja:%(error)s" +msgstr "" +"Ime datoteke tipa dokumenta: %(document_type_filename)s napaka brisanja:" +"%(error)s" -#: views.py:1048 +#: views.py:1064 #, python-format msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Ime datoteke za tip dokumenta je bil uspešno kreiran" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Napaka kreiranja imena datoteke za tip dokumenta: %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "Stran dokumenta je bila uspešno urejena." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "Ali ste prepričani, da želite pobrisati predpomnilniško sliko dokumenta?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Pobriši predpomnilniško sliko dokumenta" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "Povrnitev verzije dokumenta je bila uspešna" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "Napaka v povrnitvi dokumenta verzija: %s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "Ali želite povrniti dokument na izbrano verzijo?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "Povrni na prejšnjo verzijo dokumenta" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "Vse prejšnje verzije bodo tudi izbrisane." -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "Preoblikovanje strani dokumenta je bilo uspešno." - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Kreiraj novo preobliikovanje za stran: %(page)s dokumenta: %(document)s" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "Preoblikovanje strani dokumenta je bilo uspešno." - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Uredi preoblikovanje \"%(transformation)s\" za: %(document_page)s" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "Preoblikovanje dokumenta je bilo uspešno izbrisano." - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "Ali ste prepričani, da želite izbrisati preoblikovanja \"%(transformation)s\" za: %(document_page)s" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "Tip metapodatkov" + +#~ msgid "Metadata value" +#~ msgstr "Vrednost metapodatkov" + +#~ msgid "Content" +#~ msgstr "Vsebina" + +#~ msgid "Contents" +#~ msgstr "Vsebina" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "Tip dokumenta je neznan, zako je število strani privzeto na 1." + +#~ msgid "Enter a valid value." +#~ msgstr "Vnesi veljavno vrednost." + +#~ msgid "documents" +#~ msgstr "dokumenti" + +#~ msgid "Document type edited successfully" +#~ msgstr "Tip dokumenta je bil uspešno urejen" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Napaka urejanja tipa dokumenta: %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Dokument tipa: %s je bil uspešno izbrisan." + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "Tip dokument: %(document_type)s napaka brisanja:%(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Ali ste prepričani, da želite pobrisati tip dokument: %s" + +#~ msgid "Document type created successfully" +#~ msgstr "Tip dokumenta je bil uspešno kreiran" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Napaka kreiranja tipa dokumenta: %(error)s" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "" +#~ "Ali ste prepričani, da želite pobrisati predpomnilniško sliko dokumenta?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "Ali želite povrniti dokument na izbrano verzijo?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "Preoblikovanje strani dokumenta je bilo uspešno." + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "" +#~ "Kreiraj novo preobliikovanje za stran: %(page)s dokumenta: %(document)s" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "Preoblikovanje strani dokumenta je bilo uspešno." + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "Uredi preoblikovanje \"%(transformation)s\" za: %(document_page)s" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "Preoblikovanje dokumenta je bilo uspešno izbrisano." + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "Ali ste prepričani, da želite izbrisati preoblikovanja " +#~ "\"%(transformation)s\" za: %(document_page)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -930,18 +1053,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -957,22 +1068,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1028,11 +1140,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1043,9 +1155,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1062,11 +1171,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1087,9 +1196,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1122,11 +1233,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1183,15 +1294,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1215,9 +1328,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/sq/LC_MESSAGES/django.po b/mayan/apps/documents/locale/sq/LC_MESSAGES/django.po index ec7aee45a4..2e78abb0c8 100644 --- a/mayan/apps/documents/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/sq/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,886 +19,892 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "create document type" +msgid "Create a document type" +msgstr "create document type" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:126 -msgid "Metadata value" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" msgstr "" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" +#: apps.py:127 +msgid "Thumbnail" msgstr "" -#: __init__.py:128 models.py:80 -msgid "Description" +#: apps.py:137 apps.py:140 +msgid "Type" msgstr "" -#: __init__.py:129 -msgid "Tags" +#: apps.py:143 +msgid "Date time trashed" msgstr "" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document edited" +msgid "Document version reverted" +msgstr "Document edited" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "" -#: forms.py:197 +#: forms.py:128 msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" +#: links.py:50 +msgid "Versions" msgstr "" -#: links.py:47 -msgid "Edit properties" +#: links.py:54 views.py:287 +msgid "Pages" msgstr "" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "" + +#: links.py:86 msgid "Print" msgstr "" -#: links.py:58 -msgid "Events" +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: links.py:61 -msgid "Clear the document image cache" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "create document type" +msgid "Clear document cache" +msgstr "create document type" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "" -#: links.py:76 -msgid "Zoom in" +#: links.py:175 +msgid "Previous page" msgstr "" -#: links.py:77 -msgid "Zoom out" +#: links.py:181 +msgid "Next page" msgstr "" -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 -msgid "Versions" -msgstr "" - -#: links.py:84 -msgid "Revert" -msgstr "" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "" - -#: models.py:82 -msgid "Language" -msgstr "" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +msgid "Delete time period" +msgstr "" + +#: models.py:84 +msgid "Delete time unit" +msgstr "" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document type list" +msgid "Document stub, id: %d" +msgstr "document type list" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "" - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 -msgid "Create documents" -msgstr "" - #: permissions.py:10 -msgid "Edit document properties" -msgstr "" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "" - -#: permissions.py:12 -msgid "View documents" +msgid "Create documents" msgstr "" #: permissions.py:13 msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "document" +msgid "Trash documents" +msgstr "document" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "" -#: permissions.py:15 -msgid "Transform documents" -msgstr "" - -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "" - -#: permissions.py:18 -msgid "Create new document versions" -msgstr "" - -#: permissions.py:20 -msgid "Documents setup" -msgstr "" - #: permissions.py:22 -msgid "View document types" -msgstr "" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "" - -#: permissions.py:24 -msgid "Delete document types" +msgid "Edit documents" msgstr "" #: permissions.py:25 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:28 +msgid "Edit document properties" +msgstr "" + +#: permissions.py:31 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Can print documents" +msgstr "What are recent documents?" + +#: permissions.py:34 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore deleted document" +msgstr "What are recent documents?" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:44 +msgid "View documents" +msgstr "" + +#: permissions.py:52 +msgid "Documents setup" +msgstr "" + +#: permissions.py:56 msgid "Create document types" msgstr "" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "" + +#: permissions.py:65 +msgid "View document types" +msgstr "" + +#: settings.py:39 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per " "user." msgstr "" -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " "bytes" msgstr "" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "" -#: views.py:89 -msgid "documents" +#: views.py:90 +#, fuzzy +#| msgid "Document data" +msgid "Documents in trash" +msgstr "document data" + +#: views.py:112 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected document?" +msgstr "What are recent documents?" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected document?" +msgstr "What are recent documents?" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgid "Document: %(document)s restored." +msgstr "Document \"%(document)s\" deleted by %(fullname)s." + +#: views.py:176 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected documents?" +msgstr "What are recent documents?" + +#: views.py:183 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected documents?" +msgstr "What are recent documents?" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Change document type of: %s" +msgid "Pages for document: %s" +msgstr "Create document types" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" msgstr "" -#: views.py:110 +#: views.py:235 +msgid "Trash emptied successfully" +msgstr "" + +#: views.py:263 msgid "Date added" msgstr "" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "" -#: views.py:122 -msgid "Pages" -msgstr "" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "" -#: views.py:201 -msgid "Document deleted successfully." -msgstr "" +#: views.py:359 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document moved to trash successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" -msgstr "" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgid "Document: %(document)s error moving to trash: %(error)s" +msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" msgstr[1] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" msgstr[1] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr[1] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected " -"document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected " -"documents?" -msgstr[0] "" -msgstr[1] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr[1] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "" +#: views.py:955 +#, fuzzy, python-format +#| msgid "What are document types?" +msgid "Delete the document type: %s?" +msgstr "What are document types?" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1048 +#: views.py:1064 #, python-format msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document cache clearing queued successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "" +#: views.py:1117 +#, fuzzy +#| msgid "create document type" +msgid "Clear the document cache?" +msgstr "create document type" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" +#: views.py:1183 +msgid "Revert to this version?" msgstr "" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "" - -#: widgets.py:67 +#: widgets.py:71 #, fuzzy, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "Page %(page_num)d out of %(total_pages)d of %(document)s" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" @@ -920,21 +926,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for " -#~ "documents: %s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for " -#~ "documents: %s?" - -#~ msgid "Document edited" -#~ msgstr "Document edited" - #~ msgid "Version" #~ msgstr "version" @@ -964,12 +955,6 @@ msgstr "" #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - -#~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." - #~ msgid "Page" #~ msgstr "Page" @@ -1003,15 +988,6 @@ msgstr "" #~ msgid "Document properties for: %s" #~ msgstr "document properties for: %s" -#~ msgid "Document data" -#~ msgstr "document data" - -#~ msgid "Document type for document \"%s\" changed successfully." -#~ msgstr "Document type: %s deleted successfully." - -#~ msgid "Change document type of: %s" -#~ msgstr "Create document types" - #~ msgid "On large databases this operation may take some time to execute." #~ msgstr "On large databases this operation may take some time to execute." @@ -1028,18 +1004,12 @@ msgstr "" #~ "Document \"%(content_object)s\" was edited on %(datetime)s by " #~ "%(fullname)s. The following changes took place: %(changes)s." -#~ msgid "document" -#~ msgstr "document" - #~ msgid "Document transformation" #~ msgstr "document transformation" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1087,9 +1057,6 @@ msgstr "" #~ "Search all the documents' checksums and return a list of the exact " #~ "matches." -#~ msgid "Document type list" -#~ msgstr "document type list" - #~ msgid "Final" #~ msgstr "final" @@ -1139,9 +1106,6 @@ msgstr "" #~ msgid "document types" #~ msgstr "document types" -#~ msgid "create document type" -#~ msgstr "create document type" - #~ msgid "filenames" #~ msgstr "filenames" @@ -1175,9 +1139,6 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "What are document types?" -#~ msgstr "What are document types?" - #~ msgid "" #~ "Document types define a class that represents a broard group of " #~ "documents, such as: invoices, regulations or manuals. The advantage of " @@ -1191,9 +1152,6 @@ msgstr "" #~ "renaming during creation, as well as assigning default metadata types and " #~ "sets to it." -#~ msgid "What are recent documents?" -#~ msgstr "What are recent documents?" - #~ msgid "" #~ "Here you will find the latest %(recent_count)s documents you have either " #~ "created or edited in any way." @@ -1213,9 +1171,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.po index 18906aea62..069b4ba7ca 100644 --- a/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.po @@ -1,900 +1,903 @@ # 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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "create document type" +msgid "Create a document type" +msgstr "create document type" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:126 -msgid "Metadata value" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" msgstr "" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" +#: apps.py:127 +msgid "Thumbnail" msgstr "" -#: __init__.py:128 models.py:80 -msgid "Description" +#: apps.py:137 apps.py:140 +msgid "Type" msgstr "" -#: __init__.py:129 -msgid "Tags" +#: apps.py:143 +msgid "Date time trashed" msgstr "" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document edited" +msgid "Document version reverted" +msgstr "Document edited" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "" -#: forms.py:197 +#: forms.py:128 msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" +#: links.py:50 +msgid "Versions" msgstr "" -#: links.py:47 -msgid "Edit properties" +#: links.py:54 views.py:287 +msgid "Pages" msgstr "" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "" + +#: links.py:86 msgid "Print" msgstr "" -#: links.py:58 -msgid "Events" +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: links.py:61 -msgid "Clear the document image cache" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "create document type" +msgid "Clear document cache" +msgstr "create document type" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "" -#: links.py:76 -msgid "Zoom in" +#: links.py:175 +msgid "Previous page" msgstr "" -#: links.py:77 -msgid "Zoom out" +#: links.py:181 +msgid "Next page" msgstr "" -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 -msgid "Versions" -msgstr "" - -#: links.py:84 -msgid "Revert" -msgstr "" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "" - -#: models.py:82 -msgid "Language" -msgstr "" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +msgid "Delete time period" +msgstr "" + +#: models.py:84 +msgid "Delete time unit" +msgstr "" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document type list" +msgid "Document stub, id: %d" +msgstr "document type list" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "" - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 -msgid "Create documents" -msgstr "" - #: permissions.py:10 -msgid "Edit document properties" -msgstr "" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "" - -#: permissions.py:12 -msgid "View documents" +msgid "Create documents" msgstr "" #: permissions.py:13 msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "document" +msgid "Trash documents" +msgstr "document" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "" -#: permissions.py:15 -msgid "Transform documents" -msgstr "" - -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "" - -#: permissions.py:18 -msgid "Create new document versions" -msgstr "" - -#: permissions.py:20 -msgid "Documents setup" -msgstr "" - #: permissions.py:22 -msgid "View document types" -msgstr "" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "" - -#: permissions.py:24 -msgid "Delete document types" +msgid "Edit documents" msgstr "" #: permissions.py:25 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:28 +msgid "Edit document properties" +msgstr "" + +#: permissions.py:31 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Can print documents" +msgstr "What are recent documents?" + +#: permissions.py:34 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore deleted document" +msgstr "What are recent documents?" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:44 +msgid "View documents" +msgstr "" + +#: permissions.py:52 +msgid "Documents setup" +msgstr "" + +#: permissions.py:56 msgid "Create document types" msgstr "" -#: settings.py:25 -msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." +#: permissions.py:59 +msgid "Delete document types" msgstr "" -#: settings.py:26 +#: permissions.py:62 +msgid "Edit document types" +msgstr "" + +#: permissions.py:65 +msgid "View document types" +msgstr "" + +#: settings.py:39 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" + +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" msgstr "" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "" -#: views.py:89 -msgid "documents" +#: views.py:90 +#, fuzzy +#| msgid "Document data" +msgid "Documents in trash" +msgstr "document data" + +#: views.py:112 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected document?" +msgstr "What are recent documents?" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected document?" +msgstr "What are recent documents?" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgid "Document: %(document)s restored." +msgstr "Document \"%(document)s\" deleted by %(fullname)s." + +#: views.py:176 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected documents?" +msgstr "What are recent documents?" + +#: views.py:183 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected documents?" +msgstr "What are recent documents?" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Change document type of: %s" +msgid "Pages for document: %s" +msgstr "Create document types" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" msgstr "" -#: views.py:110 +#: views.py:235 +msgid "Trash emptied successfully" +msgstr "" + +#: views.py:263 msgid "Date added" msgstr "" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "" -#: views.py:122 -msgid "Pages" -msgstr "" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "" -#: views.py:201 -msgid "Document deleted successfully." -msgstr "" +#: views.py:359 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document moved to trash successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" -msgstr "" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgid "Document: %(document)s error moving to trash: %(error)s" +msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "" +#: views.py:955 +#, fuzzy, python-format +#| msgid "What are document types?" +msgid "Delete the document type: %s?" +msgstr "What are document types?" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1048 +#: views.py:1064 #, python-format msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document cache clearing queued successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "" +#: views.py:1117 +#, fuzzy +#| msgid "create document type" +msgid "Clear the document cache?" +msgstr "create document type" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" +#: views.py:1183 +msgid "Revert to this version?" msgstr "" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" @@ -916,21 +919,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - -#~ msgid "Document edited" -#~ msgstr "Document edited" - #~ msgid "Version" #~ msgstr "version" @@ -943,25 +931,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - -#~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." - #~ msgid "Page" #~ msgstr "Page" @@ -995,15 +981,6 @@ msgstr "" #~ msgid "Document properties for: %s" #~ msgstr "document properties for: %s" -#~ msgid "Document data" -#~ msgstr "document data" - -#~ msgid "Document type for document \"%s\" changed successfully." -#~ msgstr "Document type: %s deleted successfully." - -#~ msgid "Change document type of: %s" -#~ msgstr "Create document types" - #~ msgid "On large databases this operation may take some time to execute." #~ msgstr "On large databases this operation may take some time to execute." @@ -1014,14 +991,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." - -#~ msgid "document" -#~ msgstr "document" +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "Document transformation" #~ msgstr "document transformation" @@ -1029,9 +1003,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1048,11 +1019,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1073,12 +1044,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." - -#~ msgid "Document type list" -#~ msgstr "document type list" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Final" #~ msgstr "final" @@ -1108,11 +1078,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1129,9 +1099,6 @@ msgstr "" #~ msgid "document types" #~ msgstr "document types" -#~ msgid "create document type" -#~ msgstr "create document type" - #~ msgid "filenames" #~ msgstr "filenames" @@ -1165,22 +1132,18 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "What are document types?" -#~ msgstr "What are document types?" - #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." - -#~ msgid "What are recent documents?" -#~ msgstr "What are recent documents?" +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "" #~ "Here you will find the latest %(recent_count)s documents you have either " @@ -1201,9 +1164,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" 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 fce567bb41..4722a325bd 100644 --- a/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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,896 +9,951 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "Tài liệu" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "Tạo kiểu tài liệu" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "Kiểu tài liệu" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "MIME type" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Metadata type" - -#: __init__.py:126 -msgid "Metadata value" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "Nội dung" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "MIME type" -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "Mô tả" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:127 +msgid "Thumbnail" msgstr "" -#: __init__.py:132 +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document edited" +msgid "Document version reverted" +msgstr "Document edited" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "Nội dung" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "Sửa nhanh tên tài liệu" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "Dãy trang" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "Nén" -#: forms.py:197 +#: forms.py:128 msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" +#: links.py:50 +msgid "Versions" msgstr "" -#: links.py:47 -msgid "Edit properties" -msgstr "" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "Trang" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "" + +#: links.py:86 msgid "Print" msgstr "" -#: links.py:58 -msgid "Events" +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: links.py:61 -msgid "Clear the document image cache" -msgstr "Xóa bộ nhớ tạm ảnh tài liệu" +#: links.py:94 links.py:123 +msgid "Restore" +msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "Xóa bộ nhớ tạm ảnh tài liệu" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "" -#: links.py:76 -msgid "Zoom in" +#: links.py:175 +msgid "Previous page" msgstr "" -#: links.py:77 -msgid "Zoom out" +#: links.py:181 +msgid "Next page" msgstr "" -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 -msgid "Versions" -msgstr "" - -#: links.py:84 -msgid "Revert" -msgstr "" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "" - -#: models.py:82 -msgid "Language" -msgstr "" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "Xóa kiểu tài liệu" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "Xóa tài liệu" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "Kiểu tài liệu" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "Mô tả" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "Số kiểu tài liệu: %d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "Chú thích" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "định dạng file tài liệu này không xác định, vì vậy số trang được cho mặc định là 1." - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "Tên file" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Trang %(page_num)d ngoài phạm vi của %(total_pages)d của %(document)s" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "Nhập giá trị hợp lệ" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "Tạo tài liệu" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "Sửa tài liệu" - -#: permissions.py:12 -msgid "View documents" -msgstr "Xem tài liệu" - #: permissions.py:13 msgid "Delete documents" msgstr "Xóa tài liệu" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Create documents" +msgid "Trash documents" +msgstr "Tạo tài liệu" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "Tải xuống tài liệu" -#: permissions.py:15 -msgid "Transform documents" -msgstr "" +#: permissions.py:22 +msgid "Edit documents" +msgstr "Sửa tài liệu" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "Tạo tài liệu" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "Xóa tài liệu" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:44 +msgid "View documents" +msgstr "Xem tài liệu" + +#: permissions.py:52 msgid "Documents setup" msgstr "Cài đặt tài liệu" -#: permissions.py:22 -msgid "View document types" -msgstr "" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "Sửa kiểu tài liệu" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "Xóa kiểu tài liệu" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "Tạo kiểu tài liệu" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "Xóa kiểu tài liệu" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "Sửa kiểu tài liệu" + +#: permissions.py:65 +msgid "View document types" +msgstr "" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Số lượng lớn nhất gần nhất (tạo, sửa, xem) số tài liệu để nhớ mỗi người dùng." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Số lượng lớn nhất gần nhất (tạo, sửa, xem) số tài liệu để nhớ mỗi người dùng." -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Số phần trăm phóng to hoặc thu nhỏ một trang tài liệu mỗi tác động của người dùng." +msgstr "" +"Số phần trăm phóng to hoặc thu nhỏ một trang tài liệu mỗi tác động của người " +"dùng." -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Số phần trăm lớn nhất (%) cho phép người dùng phóng to một trang tài liệu." +msgstr "" +"Số phần trăm lớn nhất (%) cho phép người dùng phóng to một trang tài liệu." -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "Số phần trăm nhỏ nhất (%) cho phép người dùng thu nhỏ trang tài liệu." -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Gái trị góc quay trang tài liệu mỗi lần tác động." -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "Số kiểu tài liệu: %d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "Số tài liệu trong cơ sở dữ liệu: %d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" msgstr "" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "Số trang tài liệu trong cơ sở dữ liệu: %d" -#: views.py:89 -msgid "documents" -msgstr "Tài liệu" +#: views.py:90 +#, fuzzy +#| msgid "Documents in database: %d" +msgid "Documents in trash" +msgstr "Số tài liệu trong cơ sở dữ liệu: %d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "Xóa tài liệu" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "Cần cung cấp ít nhất một tài liệu." + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgid "Document: %(document)s restored." +msgstr "Document \"%(document)s\" deleted by %(fullname)s." + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "Xóa tài liệu" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "Xóa tài liệu" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Change document type of: %s" +msgid "Pages for document: %s" +msgstr "Create document types" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document \"%s\" edited successfully." +msgid "Trash emptied successfully" +msgstr "Tài liệu \"%s\" đã được sửa thành công." + +#: views.py:263 msgid "Date added" msgstr "Ngày thêm vào" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "Thời gian thêm vào" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "Kiểu file" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "Kích thước file" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "" -#: views.py:122 -msgid "Pages" -msgstr "Trang" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "Cần cung cấp ít nhất một tài liệu." -#: views.py:201 -msgid "Document deleted successfully." -msgstr "" +#: views.py:359 +#, fuzzy +#| msgid "Document \"%s\" edited successfully." +msgid "Document moved to trash successfully." +msgstr "Tài liệu \"%s\" đã được sửa thành công." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" -msgstr "" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document type: %(document_type)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" +msgstr "Kiểu tài liệu: %(document_type)s lỗi xóa: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Tài liệu \"%s\" đã được sửa thành công." -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "Kiểu tài liệu sửa thành công" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "Xóa kiểu tài liệu" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "Lỗi sửa kiểu tài liệu; %s" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "Kiểu tài liệu: %s xóa thành công." - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Kiểu tài liệu: %(document_type)s lỗi xóa: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Bạn có chắc chắn muốn xóa kiểu tài liệu: %s?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "Kiểu tài liệu được tạo thành công." - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "Lỗi tạo kiểu tài liệu; %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "Tên file kiểu tài liệu sửa thành công" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "Lỗi chỉnh sửa tên file kiểu tài liệu: %s" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Tên file kiểu tài liệu: %s xóa thành công." -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "tên file kiểu tài liệu: %(document_type_filename)s lỗi xóa: %(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" -msgstr "Bạn có chắc chắn muốn xóa tên file: %(filename)s, từ kiểu tài liệu \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" +msgstr "" +"Bạn có chắc chắn muốn xóa tên file: %(filename)s, từ kiểu tài liệu " +"\"%(document_type)s\"?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "Tên file kiểu tài liệu được tạo thành công" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Lỗi tạo tên file kiểu tài liệu: %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document type created successfully" +msgid "Document cache clearing queued successfully." +msgstr "Kiểu tài liệu được tạo thành công." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "Xóa bộ nhớ tạm ảnh tài liệu" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" +#: views.py:1183 +msgid "Revert to this version?" msgstr "" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "Metadata type" + +#~ msgid "Content" +#~ msgstr "Nội dung" + +#~ msgid "Contents" +#~ msgstr "Nội dung" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "" +#~ "định dạng file tài liệu này không xác định, vì vậy số trang được cho mặc " +#~ "định là 1." + +#~ msgid "Enter a valid value." +#~ msgstr "Nhập giá trị hợp lệ" + +#~ msgid "documents" +#~ msgstr "Tài liệu" + +#~ msgid "Document type edited successfully" +#~ msgstr "Kiểu tài liệu sửa thành công" + +#~ msgid "Error editing document type; %s" +#~ msgstr "Lỗi sửa kiểu tài liệu; %s" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "Kiểu tài liệu: %s xóa thành công." + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "Bạn có chắc chắn muốn xóa kiểu tài liệu: %s?" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "Lỗi tạo kiểu tài liệu; %(error)s" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -917,21 +972,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - -#~ msgid "Document edited" -#~ msgstr "Document edited" - #~ msgid "Version" #~ msgstr "version" @@ -944,22 +984,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1002,9 +1043,6 @@ msgstr "" #~ msgid "Document type for document \"%s\" changed successfully." #~ msgstr "Document type: %s deleted successfully." -#~ msgid "Change document type of: %s" -#~ msgstr "Create document types" - #~ msgid "On large databases this operation may take some time to execute." #~ msgstr "On large databases this operation may take some time to execute." @@ -1015,11 +1053,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1030,9 +1068,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1049,11 +1084,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1074,9 +1109,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1109,11 +1146,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1170,15 +1207,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1202,9 +1241,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" 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 975f3bc924..01cc40a1fc 100644 --- a/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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,896 +10,997 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "文档" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "Create document types" +msgid "Create a document type" +msgstr "创建文档类型" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "文档类型" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "MIME类型" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" -msgstr "Metadata类型" - -#: __init__.py:126 -msgid "Metadata value" -msgstr "Metadata值" - -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" -msgstr "内容" - -#: __init__.py:128 models.py:80 -msgid "Description" -msgstr "描述" - -#: __init__.py:129 -msgid "Tags" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:132 +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" +msgstr "MIME类型" + +#: apps.py:127 +msgid "Thumbnail" +msgstr "" + +#: apps.py:137 apps.py:140 +msgid "Type" +msgstr "" + +#: apps.py:143 +msgid "Date time trashed" +msgstr "" + +#: apps.py:318 msgid "Document tendencies" msgstr "文档趋势" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "文档使用情况" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document version reverted successfully" +msgid "Document version reverted" +msgstr "文档版本恢复成功" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "页面图片" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "内容" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "文档页(%d)" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "快速文档重命名" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "页范围" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "压缩" -#: forms.py:197 +#: forms.py:128 +#, fuzzy +#| msgid "" +#| "Download the document in the original format or in a compressed manner. " +#| "This option is selectable only when downloading one document, for " +#| "multiple documents, the bundle will always be downloads as a compressed " +#| "file." msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "以原始格式或者压缩方式下载文档。此选项仅仅在下载一个文档时候有效,对多个文档,总是以压缩文件方式下载。" +msgstr "" +"以原始格式或者压缩方式下载文档。此选项仅仅在下载一个文档时候有效,对多个文" +"档,总是以压缩文件方式下载。" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "压缩的文件名" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "如果选择了前面选项,压缩文件的文件名将包含要下载的文档" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" +#: links.py:50 +msgid "Versions" msgstr "" -#: links.py:47 -msgid "Edit properties" -msgstr "" +#: links.py:54 views.py:287 +msgid "Pages" +msgstr "页面" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "下载" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "下载" + +#: links.py:86 msgid "Print" msgstr "" -#: links.py:58 -msgid "Events" +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: links.py:61 -msgid "Clear the document image cache" -msgstr "清除文档预览图片缓存" +#: links.py:94 links.py:123 +msgid "Restore" +msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "清除图像信息有助于加速文档显示和变换结果交互。" -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear document cache" +msgstr "清除文档预览图片缓存" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "" -#: links.py:76 -msgid "Zoom in" +#: links.py:175 +msgid "Previous page" msgstr "" -#: links.py:77 -msgid "Zoom out" +#: links.py:181 +msgid "Next page" msgstr "" -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 -msgid "Versions" -msgstr "" - -#: links.py:84 -msgid "Revert" -msgstr "" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "未初始化的文档" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "" - -#: models.py:82 -msgid "Language" -msgstr "" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +#, fuzzy +#| msgid "Delete document types" +msgid "Delete time period" +msgstr "删除文档类型" + +#: models.py:84 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete time unit" +msgstr "删除文档" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "文档类型" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "描述" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document types: %d" +msgid "Document stub, id: %d" +msgstr "文档类型:%d" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "评论" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "校验码" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "次文档格式未知,所以页数默认是 1" - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "文件名" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "文档%(document)s页%(page_num)d超出%(total_pages)d" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "输入有效值" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "使用字典来标识参数,比如:{'degrees':90}" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create documents" msgstr "创建文档" -#: permissions.py:10 -msgid "Edit document properties" -msgstr "编辑文档属性" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "编辑文档" - -#: permissions.py:12 -msgid "View documents" -msgstr "查看文档" - #: permissions.py:13 msgid "Delete documents" msgstr "删除文档" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "Transform documents" +msgid "Trash documents" +msgstr "变换文档" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "下载文档" -#: permissions.py:15 -msgid "Transform documents" -msgstr "变换文档" +#: permissions.py:22 +msgid "Edit documents" +msgstr "编辑文档" -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "执行文档修改工具" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "恢复文档到前一版本" - -#: permissions.py:18 +#: permissions.py:25 msgid "Create new document versions" msgstr "新建文档版本" -#: permissions.py:20 +#: permissions.py:28 +msgid "Edit document properties" +msgstr "编辑文档属性" + +#: permissions.py:31 +#, fuzzy +#| msgid "Create documents" +msgid "Can print documents" +msgstr "创建文档" + +#: permissions.py:34 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore deleted document" +msgstr "删除文档" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "执行文档修改工具" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "恢复文档到前一版本" + +#: permissions.py:44 +msgid "View documents" +msgstr "查看文档" + +#: permissions.py:52 msgid "Documents setup" msgstr "文档设置" -#: permissions.py:22 -msgid "View document types" -msgstr "查看文档类型" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "编辑文档类型" - -#: permissions.py:24 -msgid "Delete document types" -msgstr "删除文档类型" - -#: permissions.py:25 +#: permissions.py:56 msgid "Create document types" msgstr "创建文档类型" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "删除文档类型" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "编辑文档类型" + +#: permissions.py:65 +msgid "View document types" +msgstr "查看文档类型" + +#: settings.py:39 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." msgstr "记住每个用户近期文档的最大数(新建, 编辑, 查看)" -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "每个交互用户文档页的放大或缩小百分比" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "文档交互页中允许用户放大的最大百分比(%)" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "文档交互页中允许用户缩小的最小百分比(%)" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "每个交互用户中文档页的旋转度数" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "文档类型:%d" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "每个文档的最小页数: %d" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "每个文档的最大页数:%d" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "每个文档的平均页数:%f" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "数据库中文档数:%d" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "存储中文档数:%d" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "存储使用空间:%(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d字节" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"存储使用空间:%(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d字节" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "数据库中文档页数:%d" -#: views.py:89 -msgid "documents" -msgstr "文档" +#: views.py:90 +#, fuzzy +#| msgid "Documents in storage: %d" +msgid "Documents in trash" +msgstr "存储中文档数:%d" -#: views.py:110 +#: views.py:112 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected document?" +msgstr "删除文档" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "Must provide at least one document." +msgid "Restore the selected document?" +msgstr "必须至少提供一个文档" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s restored." +msgstr "文档%(document)s删除出错: %(error)s" + +#: views.py:176 +#, fuzzy +#| msgid "Delete documents" +msgid "Delete the selected documents?" +msgstr "删除文档" + +#: views.py:183 +#, fuzzy +#| msgid "Delete documents" +msgid "Restore the selected documents?" +msgstr "删除文档" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Transform documents" +msgid "Pages for document: %s" +msgstr "变换文档" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" +msgstr "" + +#: views.py:235 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Trash emptied successfully" +msgstr "文档删除成功" + +#: views.py:263 msgid "Date added" msgstr "添加日期" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "添加时间" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "UUID" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "文件mimetype" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "无" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "文件大小" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "在存储中存在" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "在存储中的文件路径" -#: views.py:122 -msgid "Pages" -msgstr "页面" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "必须至少提供一个文档" -#: views.py:201 -msgid "Document deleted successfully." +#: views.py:359 +#, fuzzy +#| msgid "Document deleted successfully." +msgid "Document moved to trash successfully." msgstr "文档删除成功" -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document: %(document)s delete error: %(error)s" +msgid "Document: %(document)s error moving to trash: %(error)s" msgstr "文档%(document)s删除出错: %(error)s" -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "文档\"%s\"编辑成功。" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "返回" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "" -"Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "文档: %s的变换页数已经成功删除" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "删除文档: %(document)s变换页数失败%(error)s" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected" -" document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected" -" documents?" -msgstr[0] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "文档: %s的变换页数已经成功删除" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "文档页面修改成功" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "此文档中无更多页" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "你已经在此文档的第一页了" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "文档类型编辑成功" +#: views.py:955 +#, fuzzy, python-format +#| msgid "Delete document types" +msgid "Delete the document type: %s?" +msgstr "删除文档类型" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "编辑文档类型 %s出错" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "文档类型: %s删除成功" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "文档类型: %(document_type)s删除失败: %(error)s" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "确定要删除文档类型: %s么?" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "文档类型创建成功" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "创建文档类型失败 %(error)s" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "文档类型文件名编辑成功" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "编辑文档类型文件名%s失败" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "文档类型文件名: %s删除成功" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "文档类型文件名 %(document_type_filename)s删除失败: %(error)s" -#: views.py:1048 -#, python-format +#: views.py:1064 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to delete the filename: %(filename)s, from document " +#| "type \"%(document_type)s\"?" msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "确定要删除文档类型 \"%(document_type)s\"的文件名: %(filename)s么?" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "文档类型文件名创建成功" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "创建文档类型文件名失败 %(error)s" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document page edited successfully." +msgid "Document cache clearing queued successfully." +msgstr "文档页面修改成功" -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "确定要清除文档图像缓存么?" +#: views.py:1117 +#, fuzzy +#| msgid "Clear the document image cache" +msgid "Clear the document cache?" +msgstr "清除文档预览图片缓存" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "文档版本恢复成功" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "恢复文档版本失败%s" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" -msgstr "确定要恢复此版本么?" +#: views.py:1183 +#, fuzzy +#| msgid "Revert documents to a previous version" +msgid "Revert to this version?" +msgstr "恢复文档到前一版本" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "此版本以后的所有版本将被删除" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "文档 页面变换创建成功" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "新建文档: %(document)s页: %(page)s的变换" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "文档页变换编辑成功" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "编辑文档页: %(document_page)s的变换\"%(transformation)s\"" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "文档页变换删除成功" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "确定要删除文档页: %(document_page)s的变换 \"%(transformation)s\"么?" - -#: widgets.py:67 +#: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" +#~ msgid "Metadata type" +#~ msgstr "Metadata类型" + +#~ msgid "Metadata value" +#~ msgstr "Metadata值" + +#~ msgid "Content" +#~ msgstr "内容" + +#~ msgid "Contents" +#~ msgstr "内容" + +#~ msgid "Uninitialized document" +#~ msgstr "未初始化的文档" + +#~ msgid "" +#~ "This document's file format is not known, the page count has therefore " +#~ "defaulted to 1." +#~ msgstr "次文档格式未知,所以页数默认是 1" + +#~ msgid "Enter a valid value." +#~ msgstr "输入有效值" + +#~ msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" +#~ msgstr "使用字典来标识参数,比如:{'degrees':90}" + +#~ msgid "documents" +#~ msgstr "文档" + +#~ msgid "Document type edited successfully" +#~ msgstr "文档类型编辑成功" + +#~ msgid "Error editing document type; %s" +#~ msgstr "编辑文档类型 %s出错" + +#~ msgid "Document type: %s deleted successfully." +#~ msgstr "文档类型: %s删除成功" + +#~ msgid "Document type: %(document_type)s delete error: %(error)s" +#~ msgstr "文档类型: %(document_type)s删除失败: %(error)s" + +#~ msgid "Are you sure you wish to delete the document type: %s?" +#~ msgstr "确定要删除文档类型: %s么?" + +#~ msgid "Document type created successfully" +#~ msgstr "文档类型创建成功" + +#~ msgid "Error creating document type; %(error)s" +#~ msgstr "创建文档类型失败 %(error)s" + +#~ msgid "Are you sure you wish to clear the document image cache?" +#~ msgstr "确定要清除文档图像缓存么?" + +#~ msgid "Are you sure you wish to revert to this version?" +#~ msgstr "确定要恢复此版本么?" + +#~ msgid "Document page transformation created successfully." +#~ msgstr "文档 页面变换创建成功" + +#~ msgid "" +#~ "Create new transformation for page: %(page)s of document: %(document)s" +#~ msgstr "新建文档: %(document)s页: %(page)s的变换" + +#~ msgid "Document page transformation edited successfully." +#~ msgstr "文档页变换编辑成功" + +#~ msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +#~ msgstr "编辑文档页: %(document_page)s的变换\"%(transformation)s\"" + +#~ msgid "Document page transformation deleted successfully." +#~ msgstr "文档页变换删除成功" + +#~ msgid "" +#~ "Are you sure you wish to delete transformation \"%(transformation)s\" " +#~ "for: %(document_page)s" +#~ msgstr "" +#~ "确定要删除文档页: %(document_page)s的变换 \"%(transformation)s\"么?" + #~ msgid "Document properties" #~ msgstr "Edit document properties" @@ -918,18 +1019,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for documents: " -#~ "%s?" - #~ msgid "Document edited" #~ msgstr "Document edited" @@ -945,22 +1034,23 @@ msgstr "" #~ msgid "Document \"%(content_object)s\" created by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" created by %(fullname)s." -#~ msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgid "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgstr "Document \"%(content_object)s\" edited by %(fullname)s." #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s." +#~ msgstr "" +#~ "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - #~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." #~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." @@ -1016,11 +1106,11 @@ msgstr "" #~ msgstr "Click on the image for full size preview" #~ msgid "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgstr "" -#~ "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -#~ " The following changes took place: %(changes)s." +#~ "Document \"%(content_object)s\" was edited on %(datetime)s by " +#~ "%(fullname)s. The following changes took place: %(changes)s." #~ msgid "document" #~ msgstr "document" @@ -1031,9 +1121,6 @@ msgstr "" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1050,11 +1137,11 @@ msgstr "" #~ "documents in the database." #~ msgid "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgstr "" -#~ "Page count update complete. Documents processed: %(total)d, documents with " -#~ "changed page count: %(change)d" +#~ "Page count update complete. Documents processed: %(total)d, documents " +#~ "with changed page count: %(change)d" #~ msgid "Error clearing document image cache; %s" #~ msgstr "Error clearing document image cache; %s" @@ -1075,9 +1162,11 @@ msgstr "" #~ msgstr "find all duplicates" #~ msgid "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgstr "" -#~ "Search all the documents' checksums and return a list of the exact matches." +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." #~ msgid "Document type list" #~ msgstr "document type list" @@ -1110,11 +1199,11 @@ msgstr "" #~ msgstr "duplicated documents" #~ msgid "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgstr "" -#~ "The document type of all documents using this document type will be set to " -#~ "none." +#~ "The document type of all documents using this document type will be set " +#~ "to none." #~ msgid "details" #~ msgstr "details" @@ -1171,15 +1260,17 @@ msgstr "" #~ msgstr "What are document types?" #~ msgid "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgstr "" -#~ "Document types define a class that represents a broard group of documents, " -#~ "such as: invoices, regulations or manuals. The advantage of using document " -#~ "types are: assigning a list of typical filenames for quick renaming during " -#~ "creation, as well as assigning default metadata types and sets to it." +#~ "Document types define a class that represents a broard group of " +#~ "documents, such as: invoices, regulations or manuals. The advantage of " +#~ "using document types are: assigning a list of typical filenames for quick " +#~ "renaming during creation, as well as assigning default metadata types and " +#~ "sets to it." #~ msgid "What are recent documents?" #~ msgstr "What are recent documents?" @@ -1203,9 +1294,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" diff --git a/mayan/apps/documents/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/documents/locale/zh_TW/LC_MESSAGES/django.po index 3381e20031..1f11ddd319 100644 --- a/mayan/apps/documents/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/zh_TW/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-05-15 19:00-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,882 +19,885 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:94 __init__.py:131 models.py:88 permissions.py:7 views.py:871 +#: apps.py:78 apps.py:315 models.py:170 permissions.py:7 settings.py:16 +#: views.py:939 msgid "Documents" msgstr "" -#: __init__.py:97 -msgid "Thumbnail" +#: apps.py:86 +#, fuzzy +#| msgid "create document type" +msgid "Create a document type" +msgstr "create document type" + +#: apps.py:88 +msgid "" +"Every uploaded document must be assigned a document type, it is the basic " +"way Mayan EDMS categorizes documents." msgstr "" -#: __init__.py:101 -msgid "Type" -msgstr "" - -#: __init__.py:122 models.py:67 models.py:78 models.py:475 views.py:1013 -#: views.py:1045 views.py:1085 -msgid "Document type" -msgstr "" - -#: __init__.py:123 views.py:383 views.py:1125 -msgid "MIME type" -msgstr "" - -#: __init__.py:124 __init__.py:137 models.py:79 +#: apps.py:95 models.py:64 models.py:139 search.py:20 msgid "Label" msgstr "" -#: __init__.py:125 -msgid "Metadata type" +#: apps.py:100 +msgid "The MIME type of any of the versions of a document" msgstr "" -#: __init__.py:126 -msgid "Metadata value" +#: apps.py:101 search.py:18 views.py:544 views.py:1139 +msgid "MIME type" msgstr "" -#: __init__.py:127 links.py:43 models.py:494 -msgid "Content" +#: apps.py:127 +msgid "Thumbnail" msgstr "" -#: __init__.py:128 models.py:80 -msgid "Description" +#: apps.py:137 apps.py:140 +msgid "Type" msgstr "" -#: __init__.py:129 -msgid "Tags" +#: apps.py:143 +msgid "Date time trashed" msgstr "" -#: __init__.py:132 +#: apps.py:318 msgid "Document tendencies" msgstr "" -#: __init__.py:133 +#: apps.py:322 msgid "Document usage" msgstr "" -#: events.py:7 +#: events.py:8 msgid "Document created" msgstr "" -#: events.py:8 +#: events.py:11 msgid "Document properties edited" msgstr "" -#: events.py:9 +#: events.py:14 msgid "Document type changed" msgstr "" -#: forms.py:46 links.py:69 +#: events.py:17 +#, fuzzy +#| msgid "Version update" +msgid "New version uploaded" +msgstr "Version update" + +#: events.py:21 +#, fuzzy +#| msgid "Document edited" +msgid "Document version reverted" +msgstr "Document edited" + +#: forms.py:32 links.py:201 msgid "Page image" msgstr "" -#: forms.py:56 forms.py:153 -msgid "Contents" -msgstr "" - -#: forms.py:89 forms.py:91 +#: forms.py:46 forms.py:49 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:79 msgid "Quick document rename" msgstr "" -#: forms.py:148 -#, python-format -msgid "Page %(page_number)d" -msgstr "" - -#: forms.py:167 +#: forms.py:103 msgid "Page range" msgstr "" -#: forms.py:197 +#: forms.py:126 msgid "Compress" msgstr "" -#: forms.py:197 +#: forms.py:128 msgid "" -"Download the document in the original format or in a compressed manner. " -"This option is selectable only when downloading one document, for multiple " +"Download the document in the original format or in a compressed manner. This " +"option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:198 +#: forms.py:135 msgid "Compressed filename" msgstr "" -#: forms.py:198 +#: forms.py:138 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:40 views.py:68 -msgid "All documents" -msgstr "" - -#: links.py:41 models.py:582 views.py:723 -msgid "Recent documents" +#: handlers.py:9 +msgid "Default" msgstr "" #: links.py:42 msgid "Preview" msgstr "" -#: links.py:44 +#: links.py:46 msgid "Properties" msgstr "" -#: links.py:45 links.py:46 links.py:67 links.py:90 links.py:96 -msgid "Delete" +#: links.py:50 +msgid "Versions" msgstr "" -#: links.py:47 -msgid "Edit properties" +#: links.py:54 views.py:287 +msgid "Pages" msgstr "" -#: links.py:48 links.py:49 -msgid "Change type" -msgstr "" - -#: links.py:50 links.py:51 links.py:52 views.py:441 -msgid "Download" -msgstr "" - -#: links.py:53 links.py:54 -msgid "Reset page count" -msgstr "" - -#: links.py:55 links.py:56 +#: links.py:61 links.py:99 msgid "Clear transformations" msgstr "" -#: links.py:57 +#: links.py:66 links.py:108 links.py:234 links.py:248 +msgid "Delete" +msgstr "" + +#: links.py:70 links.py:104 +msgid "Move to trash" +msgstr "" + +#: links.py:74 +msgid "Edit properties" +msgstr "" + +#: links.py:78 links.py:111 +msgid "Change type" +msgstr "" + +#: links.py:82 links.py:115 links.py:128 views.py:602 +msgid "Download" +msgstr "" + +#: links.py:86 msgid "Print" msgstr "" -#: links.py:58 -msgid "Events" +#: links.py:90 links.py:119 +msgid "Reset page count" msgstr "" -#: links.py:61 -msgid "Clear the document image cache" +#: links.py:94 links.py:123 +msgid "Restore" msgstr "" -#: links.py:61 +#: links.py:133 views.py:72 +msgid "All documents" +msgstr "" + +#: links.py:136 models.py:772 views.py:243 +msgid "Recent documents" +msgstr "" + +#: links.py:140 +msgid "Trash" +msgstr "" + +#: links.py:148 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:64 -msgid "Page transformations" +#: links.py:151 +#, fuzzy +#| msgid "create document type" +msgid "Clear document cache" +msgstr "create document type" + +#: links.py:155 permissions.py:48 +msgid "Empty trash" msgstr "" -#: links.py:65 -msgid "Create new transformation" -msgstr "" - -#: links.py:66 links.py:89 links.py:95 -msgid "Edit" -msgstr "" - -#: links.py:70 -msgid "Page text" -msgstr "" - -#: links.py:71 -msgid "Edit page text" -msgstr "" - -#: links.py:72 -msgid "Next page" -msgstr "" - -#: links.py:73 -msgid "Previous page" -msgstr "" - -#: links.py:74 +#: links.py:163 msgid "First page" msgstr "" -#: links.py:75 +#: links.py:168 msgid "Last page" msgstr "" -#: links.py:76 -msgid "Zoom in" +#: links.py:175 +msgid "Previous page" msgstr "" -#: links.py:77 -msgid "Zoom out" +#: links.py:181 +msgid "Next page" msgstr "" -#: links.py:78 -msgid "Rotate right" -msgstr "" - -#: links.py:79 -msgid "Rotate left" -msgstr "" - -#: links.py:80 -msgid "Reset view" -msgstr "" - -#: links.py:83 -msgid "Versions" -msgstr "" - -#: links.py:84 -msgid "Revert" -msgstr "" - -#: links.py:87 links.py:88 views.py:866 -msgid "Document types" -msgstr "" - -#: links.py:91 views.py:956 -msgid "Create document type" -msgstr "" - -#: links.py:93 -msgid "Filenames" -msgstr "" - -#: links.py:94 -msgid "Add filename to document type" -msgstr "" - -#: models.py:53 -msgid "Name" -msgstr "" - -#: models.py:56 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: models.py:68 -msgid "Documents types" -msgstr "" - -#: models.py:79 -msgid "Uninitialized document" -msgstr "" - -#: models.py:79 -msgid "The name of the document" -msgstr "" - -#: models.py:81 -msgid "Added" -msgstr "" - -#: models.py:82 -msgid "Language" -msgstr "" - -#: models.py:87 models.py:289 models.py:571 views.py:381 +#: links.py:187 models.py:169 models.py:328 models.py:758 views.py:542 msgid "Document" msgstr "" -#: models.py:290 +#: links.py:192 +msgid "Rotate left" +msgstr "" + +#: links.py:197 +msgid "Rotate right" +msgstr "" + +#: links.py:205 +msgid "Reset view" +msgstr "" + +#: links.py:210 +msgid "Zoom in" +msgstr "" + +#: links.py:215 +msgid "Zoom out" +msgstr "" + +#: links.py:223 +msgid "Revert" +msgstr "" + +#: links.py:230 views.py:980 +msgid "Create document type" +msgstr "" + +#: links.py:238 links.py:252 +msgid "Edit" +msgstr "" + +#: links.py:243 +msgid "Add filename to document type" +msgstr "" + +#: links.py:256 +msgid "Filenames" +msgstr "" + +#: links.py:260 links.py:265 views.py:942 +msgid "Document types" +msgstr "" + +#: models.py:68 +msgid "" +"Amount of time after which documents of this type will be moved to the trash." +msgstr "" + +#: models.py:70 +msgid "Trash time period" +msgstr "" + +#: models.py:74 +msgid "Trash time unit" +msgstr "" + +#: models.py:78 +msgid "" +"Amount of time after which documents of this type in the trash will be " +"deleted." +msgstr "" + +#: models.py:80 +msgid "Delete time period" +msgstr "" + +#: models.py:84 +msgid "Delete time unit" +msgstr "" + +#: models.py:120 models.py:135 models.py:594 search.py:15 +msgid "Document type" +msgstr "" + +#: models.py:121 +msgid "Documents types" +msgstr "" + +#: models.py:139 +msgid "The name of the document" +msgstr "" + +#: models.py:142 search.py:21 +msgid "Description" +msgstr "" + +#: models.py:145 +msgid "Added" +msgstr "" + +#: models.py:150 +msgid "Language" +msgstr "" + +#: models.py:153 +msgid "In trash?" +msgstr "" + +#: models.py:158 +msgid "Date and time trashed" +msgstr "" + +#: models.py:161 +msgid "Is stub?" +msgstr "" + +#: models.py:188 +#, fuzzy, python-format +#| msgid "Document type list" +msgid "Document stub, id: %d" +msgstr "document type list" + +#: models.py:331 msgid "Timestamp" msgstr "" -#: models.py:291 views.py:1133 +#: models.py:334 views.py:1147 msgid "Comment" msgstr "" -#: models.py:294 +#: models.py:340 msgid "File" msgstr "" -#: models.py:298 views.py:121 +#: models.py:349 views.py:286 msgid "Checksum" msgstr "" -#: models.py:301 models.py:302 models.py:493 +#: models.py:353 models.py:354 models.py:618 msgid "Document version" msgstr "" -#: models.py:357 -msgid "" -"This document's file format is not known, the page count has therefore " -"defaulted to 1." -msgstr "" - -#: models.py:476 +#: models.py:597 msgid "Filename" msgstr "" -#: models.py:477 views.py:974 +#: models.py:599 views.py:992 msgid "Enabled" msgstr "" -#: models.py:485 +#: models.py:607 msgid "Document type quick rename filename" msgstr "" -#: models.py:486 +#: models.py:608 msgid "Document types quick rename filenames" msgstr "" -#: models.py:495 -msgid "Page label" -msgstr "" - -#: models.py:496 +#: models.py:621 msgid "Page number" msgstr "" -#: models.py:499 +#: models.py:626 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:507 models.py:550 +#: models.py:635 msgid "Document page" msgstr "" -#: models.py:508 +#: models.py:636 msgid "Document pages" msgstr "" -#: models.py:525 -msgid "Enter a valid value." -msgstr "" - -#: models.py:551 views.py:1193 -msgid "Order" -msgstr "" - -#: models.py:552 views.py:1194 views.py:1257 views.py:1288 -msgid "Transformation" -msgstr "" - -#: models.py:553 views.py:1195 -msgid "Arguments" -msgstr "" - -#: models.py:553 -msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "" - -#: models.py:561 -msgid "Document page transformation" -msgstr "" - -#: models.py:562 -msgid "Document page transformations" -msgstr "" - -#: models.py:570 +#: models.py:756 msgid "User" msgstr "" -#: models.py:572 +#: models.py:761 msgid "Accessed" msgstr "" -#: models.py:581 +#: models.py:771 msgid "Recent document" msgstr "" -#: permissions.py:9 -msgid "Create documents" -msgstr "" - #: permissions.py:10 -msgid "Edit document properties" -msgstr "" - -#: permissions.py:11 -msgid "Edit documents" -msgstr "" - -#: permissions.py:12 -msgid "View documents" +msgid "Create documents" msgstr "" #: permissions.py:13 msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:440 +#: permissions.py:16 +#, fuzzy +#| msgid "document" +msgid "Trash documents" +msgstr "document" + +#: permissions.py:19 views.py:601 msgid "Download documents" msgstr "" -#: permissions.py:15 -msgid "Transform documents" -msgstr "" - -#: permissions.py:16 -msgid "Execute document modifying tools" -msgstr "" - -#: permissions.py:17 -msgid "Revert documents to a previous version" -msgstr "" - -#: permissions.py:18 -msgid "Create new document versions" -msgstr "" - -#: permissions.py:20 -msgid "Documents setup" -msgstr "" - #: permissions.py:22 -msgid "View document types" -msgstr "" - -#: permissions.py:23 -msgid "Edit document types" -msgstr "" - -#: permissions.py:24 -msgid "Delete document types" +msgid "Edit documents" msgstr "" #: permissions.py:25 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:28 +msgid "Edit document properties" +msgstr "" + +#: permissions.py:31 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Can print documents" +msgstr "What are recent documents?" + +#: permissions.py:34 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore deleted document" +msgstr "What are recent documents?" + +#: permissions.py:37 +msgid "Execute document modifying tools" +msgstr "" + +#: permissions.py:41 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:44 +msgid "View documents" +msgstr "" + +#: permissions.py:52 +msgid "Documents setup" +msgstr "" + +#: permissions.py:56 msgid "Create document types" msgstr "" -#: settings.py:25 +#: permissions.py:59 +msgid "Delete document types" +msgstr "" + +#: permissions.py:62 +msgid "Edit document types" +msgstr "" + +#: permissions.py:65 +msgid "View document types" +msgstr "" + +#: settings.py:39 msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per " "user." msgstr "" -#: settings.py:26 +#: settings.py:46 msgid "Amount in percent zoom in or out a document page per user interaction." msgstr "" -#: settings.py:27 +#: settings.py:53 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." msgstr "" -#: settings.py:28 +#: settings.py:60 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." msgstr "" -#: settings.py:29 +#: settings.py:67 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" -#: settings.py:32 +#: settings.py:76 msgid "Default documents language (in ISO639-2 format)." msgstr "" -#: settings.py:33 +#: settings.py:80 msgid "List of supported document languages." msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "Document types: %d" msgstr "" -#: statistics.py:50 +#: statistics.py:55 #, python-format msgid "Minimum amount of pages per document: %d" msgstr "" -#: statistics.py:51 +#: statistics.py:58 #, python-format msgid "Maximum amount of pages per document: %d" msgstr "" -#: statistics.py:52 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %f" msgstr "" -#: statistics.py:65 +#: statistics.py:75 #, python-format msgid "Documents in database: %d" msgstr "" -#: statistics.py:70 +#: statistics.py:80 #, python-format msgid "Documents in storage: %d" msgstr "" -#: statistics.py:72 +#: statistics.py:84 #, python-format msgid "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " "bytes" msgstr "" -#: statistics.py:81 +#: statistics.py:98 #, python-format msgid "Document pages in database: %d" msgstr "" -#: views.py:89 -msgid "documents" +#: views.py:90 +#, fuzzy +#| msgid "Document data" +msgid "Documents in trash" +msgstr "document data" + +#: views.py:112 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected document?" +msgstr "What are recent documents?" + +#: views.py:130 +#, 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:143 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected document?" +msgstr "What are recent documents?" + +#: views.py:162 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgid "Document: %(document)s restored." +msgstr "Document \"%(document)s\" deleted by %(fullname)s." + +#: views.py:176 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Delete the selected documents?" +msgstr "What are recent documents?" + +#: views.py:183 +#, fuzzy +#| msgid "What are recent documents?" +msgid "Restore the selected documents?" +msgstr "What are recent documents?" + +#: views.py:200 +#, fuzzy, python-format +#| msgid "Change document type of: %s" +msgid "Pages for document: %s" +msgstr "Create document types" + +#: views.py:218 +#, fuzzy, python-format +#| msgid "documents of type \"%s\"" +msgid "Documents of type: %s" +msgstr "documents of type \"%s\"" + +#: views.py:224 +msgid "Empty trash?" msgstr "" -#: views.py:110 +#: views.py:235 +msgid "Trash emptied successfully" +msgstr "" + +#: views.py:263 msgid "Date added" msgstr "" -#: views.py:111 +#: views.py:265 msgid "Time added" msgstr "" -#: views.py:112 +#: views.py:268 msgid "UUID" msgstr "" -#: views.py:116 +#: views.py:273 msgid "File mimetype" msgstr "" -#: views.py:116 views.py:117 +#: views.py:274 views.py:278 msgid "None" msgstr "" -#: views.py:117 +#: views.py:277 msgid "File encoding" msgstr "" -#: views.py:118 +#: views.py:281 msgid "File size" msgstr "" -#: views.py:119 +#: views.py:284 msgid "Exists in storage" msgstr "" -#: views.py:120 +#: views.py:285 msgid "File path in storage" msgstr "" -#: views.py:122 -msgid "Pages" -msgstr "" - -#: views.py:131 +#: views.py:299 #, python-format msgid "Properties for document: %s" msgstr "" -#: views.py:152 +#: views.py:323 #, python-format msgid "Preview of document: %s" msgstr "" -#: views.py:173 -#, python-format -msgid "Content of document: %s" -msgstr "" - -#: views.py:186 views.py:277 views.py:468 views.py:520 +#: views.py:338 views.py:435 views.py:629 views.py:681 msgid "Must provide at least one document." msgstr "" -#: views.py:201 -msgid "Document deleted successfully." -msgstr "" +#: views.py:359 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document moved to trash successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:203 -#, python-format -msgid "Document: %(document)s delete error: %(error)s" -msgstr "" +#: views.py:361 +#, fuzzy, python-format +#| msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgid "Document: %(document)s error moving to trash: %(error)s" +msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#: views.py:214 -msgid "Are you sure you wish to delete the selected document?" -msgid_plural "Are you sure you wish to delete the selected documents?" +#: views.py:372 +msgid "Move the selected document to the trash ?" +msgid_plural "Move the selected documents to the trash ?" msgstr[0] "" -#: views.py:255 +#: views.py:413 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:264 +#: views.py:422 #, python-format msgid "Edit properties of document: %s" msgstr "" -#: views.py:297 +#: views.py:455 msgid "Document type changed successfully." msgstr "" -#: views.py:304 +#: views.py:462 msgid "Submit" msgstr "" -#: views.py:308 +#: views.py:466 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." msgstr[0] "" -#: views.py:373 +#: views.py:534 msgid "Documents to be downloaded" msgstr "" -#: views.py:382 +#: views.py:543 msgid "Date and time" msgstr "" -#: views.py:384 views.py:1129 +#: views.py:545 views.py:1143 msgid "Encoding" msgstr "" -#: views.py:443 +#: views.py:604 msgid "Return" msgstr "" -#: views.py:485 +#: views.py:646 msgid "Document queued for page count reset." msgstr "" -#: views.py:486 +#: views.py:647 msgid "Documents queued for page count reset." msgstr "" -#: views.py:495 -msgid "Are you sure you wish to reset the page count of the selected document?" -msgid_plural "" -"Are you sure you wish to reset the page count of the selected documents?" +#: views.py:656 +#, fuzzy +#| msgid "Are you sure you wish to reset the page count of this document?" +msgid "Reset the page count of the selected document?" +msgid_plural "Reset the page count of the selected documents?" msgstr[0] "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:538 -#, python-format -msgid "" -"All the page transformations for document: %s, have been deleted " -"successfully." -msgstr "" - -#: views.py:540 +#: views.py:698 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:550 +#: views.py:701 +#, python-format msgid "" -"Are you sure you wish to clear all the page transformations for the selected " -"document?" -msgid_plural "" -"Are you sure you wish to clear all the page transformations for the selected " -"documents?" -msgstr[0] "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" -#: views.py:579 views.py:621 +#: views.py:710 +#, fuzzy +#| msgid "" +#| "Are you sure you wish to clear all the page transformations for " +#| "documents: %s?" +msgid "Clear all the page transformations for the selected document?" +msgid_plural "Clear all the page transformations for the selected documents?" +msgstr[0] "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" + +#: views.py:739 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:640 -msgid "Document page edited successfully." -msgstr "" - -#: views.py:649 -#, python-format -msgid "Edit: %s" -msgstr "" - -#: views.py:666 +#: views.py:773 msgid "There are no more pages in this document" msgstr "" -#: views.py:684 +#: views.py:791 msgid "You are already at the first page of this document" msgstr "" -#: views.py:828 +#: views.py:927 #, python-format msgid "Print: %s" msgstr "" -#: views.py:870 -msgid "OCR" +#: views.py:953 +msgid "All documents of this type will be deleted too." msgstr "" -#: views.py:890 -msgid "Document type edited successfully" -msgstr "" +#: views.py:955 +#, fuzzy, python-format +#| msgid "What are document types?" +msgid "Delete the document type: %s?" +msgstr "What are document types?" -#: views.py:893 -#, python-format -msgid "Error editing document type; %s" -msgstr "" - -#: views.py:898 +#: views.py:968 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:918 -#, python-format -msgid "Document type: %s deleted successfully." -msgstr "" - -#: views.py:920 -#, python-format -msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "" - -#: views.py:931 -#, python-format -msgid "Are you sure you wish to delete the document type: %s?" -msgstr "" - -#: views.py:932 -msgid "All documents of this type will be deleted too." -msgstr "" - -#: views.py:947 -msgid "Document type created successfully" -msgstr "" - -#: views.py:950 -#, python-format -msgid "Error creating document type; %(error)s" -msgstr "" - -#: views.py:967 +#: views.py:999 #, python-format msgid "Filenames for document type: %s" msgstr "" -#: views.py:997 +#: views.py:1019 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1000 +#: views.py:1022 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1005 +#: views.py:1032 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1014 views.py:1046 -msgid "Document type filename" -msgstr "" - -#: views.py:1031 +#: views.py:1050 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1033 +#: views.py:1052 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1048 +#: views.py:1064 #, python-format msgid "" -"Are you sure you wish to delete the filename: %(filename)s, from document " -"type \"%(document_type)s\"?" +"Delete the filename: %(filename)s, from document type \"%(document_type)s\"?" msgstr "" -#: views.py:1072 +#: views.py:1088 msgid "Document type filename created successfully" msgstr "" -#: views.py:1075 +#: views.py:1091 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1081 +#: views.py:1100 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1097 -msgid "Document image cache clearing queued successfully." -msgstr "" +#: views.py:1111 +#, fuzzy +#| msgid "Document type for document \"%s\" changed successfully." +msgid "Document cache clearing queued successfully." +msgstr "Document type: %s deleted successfully." -#: views.py:1103 -msgid "Are you sure you wish to clear the document image cache?" -msgstr "" +#: views.py:1117 +#, fuzzy +#| msgid "create document type" +msgid "Clear the document cache?" +msgstr "create document type" -#: views.py:1121 +#: views.py:1135 msgid "Time and date" msgstr "" -#: views.py:1140 +#: views.py:1154 #, python-format msgid "Versions of document: %s" msgstr "" -#: views.py:1160 +#: views.py:1174 msgid "Document version reverted successfully" msgstr "" -#: views.py:1162 +#: views.py:1176 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1169 -msgid "Are you sure you wish to revert to this version?" +#: views.py:1183 +msgid "Revert to this version?" msgstr "" -#: views.py:1170 +#: views.py:1184 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1189 -#, python-format -msgid "Transformations for: %s" -msgstr "" - -#: views.py:1218 -msgid "Document page transformation created successfully." -msgstr "" - -#: views.py:1227 -#, python-format -msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" - -#: views.py:1246 -msgid "Document page transformation edited successfully." -msgstr "" - -#: views.py:1259 -#, python-format -msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "" - -#: views.py:1279 -msgid "Document page transformation deleted successfully." -msgstr "" - -#: views.py:1290 -#, python-format -msgid "" -"Are you sure you wish to delete transformation \"%(transformation)s\" for: " -"%(document_page)s" -msgstr "" - -#: widgets.py:67 +#: widgets.py:71 #, fuzzy, python-format msgid "Page %(page_number)d of %(total_pages)d" msgstr "Page %(page_num)d out of %(total_pages)d of %(document)s" -#: widgets.py:86 +#: widgets.py:100 msgid "Document page image" msgstr "" @@ -916,21 +919,6 @@ msgstr "" #~ msgid "Are you sure you wish to change the type of the documents: %s?" #~ msgstr "Are you sure you wish to delete the documents: %s?" -#~ msgid "Are you sure you wish to reset the page count of this document?" -#~ msgstr "" -#~ "Are you sure you wish to update the page count for the office documents " -#~ "(%d)?" - -#~ msgid "" -#~ "Are you sure you wish to clear all the page transformations for " -#~ "documents: %s?" -#~ msgstr "" -#~ "Are you sure you wish to clear all the page transformations for " -#~ "documents: %s?" - -#~ msgid "Document edited" -#~ msgstr "Document edited" - #~ msgid "Version" #~ msgstr "version" @@ -960,12 +948,6 @@ msgstr "" #~ msgid "Document deleted" #~ msgstr "Document deleted" -#~ msgid "Document \"%(document)s\" deleted by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted by %(fullname)s." - -#~ msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -#~ msgstr "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." - #~ msgid "Page" #~ msgstr "Page" @@ -999,15 +981,6 @@ msgstr "" #~ msgid "Document properties for: %s" #~ msgstr "document properties for: %s" -#~ msgid "Document data" -#~ msgstr "document data" - -#~ msgid "Document type for document \"%s\" changed successfully." -#~ msgstr "Document type: %s deleted successfully." - -#~ msgid "Change document type of: %s" -#~ msgstr "Create document types" - #~ msgid "On large databases this operation may take some time to execute." #~ msgstr "On large databases this operation may take some time to execute." @@ -1024,18 +997,12 @@ msgstr "" #~ "Document \"%(content_object)s\" was edited on %(datetime)s by " #~ "%(fullname)s. The following changes took place: %(changes)s." -#~ msgid "document" -#~ msgstr "document" - #~ msgid "Document transformation" #~ msgstr "document transformation" #~ msgid "Use the new version filename as the document filename" #~ msgstr "Use the new version filename as the document filename" -#~ msgid "Version update" -#~ msgstr "Version update" - #~ msgid "New document filename" #~ msgstr "New document filename" @@ -1083,9 +1050,6 @@ msgstr "" #~ "Search all the documents' checksums and return a list of the exact " #~ "matches." -#~ msgid "Document type list" -#~ msgstr "document type list" - #~ msgid "Final" #~ msgstr "final" @@ -1135,9 +1099,6 @@ msgstr "" #~ msgid "document types" #~ msgstr "document types" -#~ msgid "create document type" -#~ msgstr "create document type" - #~ msgid "filenames" #~ msgstr "filenames" @@ -1171,9 +1132,6 @@ msgstr "" #~ msgid "user" #~ msgstr "user" -#~ msgid "What are document types?" -#~ msgstr "What are document types?" - #~ msgid "" #~ "Document types define a class that represents a broard group of " #~ "documents, such as: invoices, regulations or manuals. The advantage of " @@ -1187,9 +1145,6 @@ msgstr "" #~ "renaming during creation, as well as assigning default metadata types and " #~ "sets to it." -#~ msgid "What are recent documents?" -#~ msgstr "What are recent documents?" - #~ msgid "" #~ "Here you will find the latest %(recent_count)s documents you have either " #~ "created or edited in any way." @@ -1209,9 +1164,6 @@ msgstr "" #~ msgid "documents of this type" #~ msgstr "documents of this type" -#~ msgid "documents of type \"%s\"" -#~ msgstr "documents of type \"%s\"" - #~ msgid "step 1 of 3: Document type" #~ msgstr "step 1 of 3: Document type" 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 cbb0ff6bb3..2aa0402b30 100644 --- a/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/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,38 +9,45 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" #: forms.py:8 msgid "Search terms" msgstr "مصطلحات البحث" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "البحث" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,55 +55,45 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "أقصى عدد لجلب وعرض نتائج البحث." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "الحد الأقصى لعدد طلبات البحث ليتم تذكرها لكل مستخدم." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "نتائج البحث" +#~ msgid "Search results" +#~ msgstr "نتائج البحث" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "الوقت المنقضي %(time_delta)s ثانية" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "الوقت المنقضي %(time_delta)s ثانية" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 229db7b68a..8687ae0f4a 100644 --- a/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/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,38 +9,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Търсене" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,55 +54,45 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Максимален брой заявки за търсене на потребител" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Резултати от търсенето" +#~ msgid "Search results" +#~ msgstr "Резултати от търсенето" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Оставащо време: %(time_delta)s секунди" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Оставащо време: %(time_delta)s секунди" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 b5e6e70cf5..f467927438 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 @@ -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,38 +9,45 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" #: forms.py:8 msgid "Search terms" msgstr "Pojmovi pretrage" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Pretraga" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,55 +55,45 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "Maksimalni broj pretražnih hitova da se rezultati prikažu." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Maksimalni broj po korisniku upita u pretrazi koji će biti zapamćeni." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Rezultati pretrage" +#~ msgid "Search results" +#~ msgstr "Rezultati pretrage" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Potrošeno vrijeme: %(time_delta)s sekundi" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Potrošeno vrijeme: %(time_delta)s sekundi" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 ff37d486cf..15622edd5b 100644 --- a/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po @@ -1,45 +1,51 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -47,55 +53,39 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "" - -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" diff --git a/mayan/apps/dynamic_search/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/de_CH/LC_MESSAGES/django.po index 00ace10960..98576fc75a 100644 --- a/mayan/apps/dynamic_search/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/de_CH/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,28 +19,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,56 +53,39 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "" - -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - #~ msgid "" #~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 622e956244..8bdd4c878a 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 @@ -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,38 +12,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "Advanced search" +msgid "Dynamic search" +msgstr "Erweiterte Suche" + #: forms.py:8 msgid "Search terms" msgstr "Suchbegriffe" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Suche" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "Erweiterte Suche" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "Suche wiederholen" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "Benutzer" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "Abfrage" @@ -51,49 +57,46 @@ msgstr "Abfrage" msgid "Datetime created" msgstr "Erstellungszeitpunkt" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "Treffer" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "Letzte Suche" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "Letzte Suchen" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "Maximale Anzahl an Treffern, die angezeigt werden soll" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." -msgstr "Maximale Anzahl an Suchabfragen, die pro Benutzer gespeichert werden sollen" +msgstr "" +"Maximale Anzahl an Suchabfragen, die pro Benutzer gespeichert werden sollen" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "Ergebnisse" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "Typ" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Suchergebnisse" +#~ msgid "Search results" +#~ msgstr "Suchergebnisse" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Benötigte Zeit: %(time_delta)s Sekunden" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Benötigte Zeit: %(time_delta)s Sekunden" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "Letzte Suchvorgänge (maximal %d)" +#~ msgid "Recent searches (maximum of %d)" +#~ msgstr "Letzte Suchvorgänge (maximal %d)" -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" 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 987c268a96..ede7f64041 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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,30 +18,34 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:15 +#, fuzzy +msgid "Dynamic search" +msgstr "advanced search" + #: forms.py:8 msgid "Search terms" msgstr "Search terms" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Search" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 #, fuzzy msgid "Advanced search" msgstr "advanced search" -#: links.py:7 +#: links.py:11 #, fuzzy msgid "Search again" msgstr "search again" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 #, fuzzy msgid "Query" msgstr "query" @@ -51,50 +55,46 @@ msgstr "query" msgid "Datetime created" msgstr "datetime created" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 #, fuzzy msgid "Recent search" msgstr "recent search" -#: models.py:65 +#: models.py:71 #, fuzzy msgid "Recent searches" msgstr "recent searches" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "Maximum amount search hits to fetch and display." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Maximum number of search queries to remember per user." -#: views.py:38 +#: views.py:39 #, fuzzy msgid "Results" msgstr "results" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Search results" +#~ msgid "Search results" +#~ msgstr "Search results" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Elapsed time: %(time_delta)s seconds" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Elapsed time: %(time_delta)s seconds" -#: templatetags/search_tags.py:37 -#, fuzzy, python-format -msgid "Recent searches (maximum of %d)" -msgstr "recent searches (maximum of %d)" +#, fuzzy +#~ msgid "Recent searches (maximum of %d)" +#~ msgstr "recent searches (maximum of %d)" #, fuzzy #~ msgid "" 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 b48f2a3a06..35260189ce 100644 --- a/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/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,38 +11,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-14 20:21+0000\n" "Last-Translator: Lory977 \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "Advanced search" +msgid "Dynamic search" +msgstr "Búsqueda avanzada" + #: forms.py:8 msgid "Search terms" msgstr "Términos de búsqueda" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Búsqueda" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "Búsqueda avanzada" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "Volver a buscar" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "Usuario" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "Consulta" @@ -50,49 +56,45 @@ msgstr "Consulta" msgid "Datetime created" msgstr "fecha y hora creados" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "accesos" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "Búsqueda reciente" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "Búsquedas recientes." -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "La cantidad máxima de resultados de búsqueda a recabar y mostrar." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "El número máximo de consultas de búsqueda para recordar por usuario." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "Resultados" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "Tipo" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Resultados de la búsqueda" +#~ msgid "Search results" +#~ msgstr "Resultados de la búsqueda" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Tiempo transcurrido: %(time_delta)s segundos" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Tiempo transcurrido: %(time_delta)s segundos" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "Búsquedas recientes (máximo de %d)" +#~ msgid "Recent searches (maximum of %d)" +#~ msgstr "Búsquedas recientes (máximo de %d)" -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" 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 daf60930d5..f8337d7085 100644 --- a/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/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,38 +9,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "Advanced search" +msgid "Dynamic search" +msgstr "جستجوی پیشرفته" + #: forms.py:8 msgid "Search terms" msgstr "عبارات جستجو" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "جستجو" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "جستجوی پیشرفته" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "جستجوی دوباره" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "کاربر" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "پرس و جو" @@ -48,49 +54,45 @@ msgstr "پرس و جو" msgid "Datetime created" msgstr "تاریخ زمان ایجاد" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "برخورد" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "جستجوی اخیر" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "جستجوهای اخیر" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "جداکثر نتایج قابل نمایش" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "حداکثر تعداد پرس و جو های هرکاربر که بوسیله سیستم نگهداری میشود." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "حاصل" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "نوع" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "نتایج جستجو" +#~ msgid "Search results" +#~ msgstr "نتایج جستجو" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "مدت زمان گذشته به ثانیه: %(time_delta)s" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "مدت زمان گذشته به ثانیه: %(time_delta)s" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "جستجوهای اخیر(حداکثر%d)" +#~ msgid "Recent searches (maximum of %d)" +#~ msgstr "جستجوهای اخیر(حداکثر%d)" -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" 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 453a2905dd..963cb7a3cf 100644 --- a/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/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 @@ -11,38 +11,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "Advanced search" +msgid "Dynamic search" +msgstr "Recherche avancée" + #: forms.py:8 msgid "Search terms" msgstr "Termes de recherche" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Recherche" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "Recherche avancée" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "Rechercher à nouveau" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "Utilisateur" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "Requête" @@ -50,49 +56,45 @@ msgstr "Requête" msgid "Datetime created" msgstr "Date et heure de création" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "Nombre de vues" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "Recherche récente" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "Recherches récentes" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "Nombre maximum de résultats de recherche à traiter et afficher." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Nombre maximal de recherches à mémoriser par utilisateur" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "Résultats" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "Type" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Résultats de la recherche" +#~ msgid "Search results" +#~ msgstr "Résultats de la recherche" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Temps écoulé: %(time_delta)s secondes" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Temps écoulé: %(time_delta)s secondes" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "Recherches récentes (maximum de %d)" +#~ msgid "Recent searches (maximum of %d)" +#~ msgstr "Recherches récentes (maximum de %d)" -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/hr_HR/LC_MESSAGES/django.po index 7e449e0d57..87cd68443e 100644 --- a/mayan/apps/dynamic_search/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/hr_HR/LC_MESSAGES/django.po @@ -1,45 +1,52 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -47,55 +54,39 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "" - -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 3936c15e03..181a846f10 100644 --- a/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/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 , 2013 @@ -9,38 +9,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "keresési feltételek" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Keresés" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,55 +54,45 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "A letölthető és megjeleníthető keresési találatok maximális száma." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "A keresési előzmények maximális száma felhasználónként." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "A keresés eredményei" +#~ msgid "Search results" +#~ msgstr "A keresés eredményei" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Eltelt idő: %(time_delta)s másodperc" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Eltelt idő: %(time_delta)s másodperc" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 3cd7b90d0b..69cdf9705b 100644 --- a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po @@ -1,45 +1,51 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -47,55 +53,39 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "" - -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 830d71f200..24e1648bb2 100644 --- a/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/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,38 +11,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "Cerca termini " -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Cerca" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -50,55 +56,45 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "Massimo numero ricerca risultati da recuperare e visualizzare. " -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Numero massimo di query di ricerca da ricordare per utente." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Risultati della ricerca" +#~ msgid "Search results" +#~ msgstr "Risultati della ricerca" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Tempo trascorso: %(time_delta)s in secondi" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Tempo trascorso: %(time_delta)s in secondi" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" diff --git a/mayan/apps/dynamic_search/locale/lv/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/lv/LC_MESSAGES/django.po index f7a4e59c21..1128f7203a 100644 --- a/mayan/apps/dynamic_search/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/lv/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,28 +20,33 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" +#: apps.py:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -49,56 +54,39 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "" - -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - #~ msgid "" #~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" diff --git a/mayan/apps/dynamic_search/locale/nb/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/nb/LC_MESSAGES/django.po index 6f9b94e599..26c9d1b865 100644 --- a/mayan/apps/dynamic_search/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/nb/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,28 +19,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,56 +53,39 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "" - -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - #~ msgid "" #~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 579c121f0f..62f2d60834 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 @@ -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,38 +9,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "Zoektermen" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Zoek" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,55 +54,45 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "Het maximum aantal zoekresultaten." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Het maximum aantal zoek-opdrachten dat per gebruiker wordt opgeslagen" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Zoekresultaten" +#~ msgid "Search results" +#~ msgstr "Zoekresultaten" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "%(time_delta)s seconden verlopen" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "%(time_delta)s seconden verlopen" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 e244cdb971..9c629c2a13 100644 --- a/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/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 @@ -13,38 +13,45 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-03-16 09:28+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "Advanced search" +msgid "Dynamic search" +msgstr "Zaawansowane wyszukiwanie" #: forms.py:8 msgid "Search terms" msgstr "Słowa do wyszukania" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Szukaj" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "Zaawansowane wyszukiwanie" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "Wyszukać ponownie" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "Użytkownik" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "Zapytanie" @@ -52,49 +59,45 @@ msgstr "Zapytanie" msgid "Datetime created" msgstr "Data utworzenia" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "Trafienia" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "Ostatnie wyszukiwanie" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "Ostatnie wyszukiwania" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "Maksymalna liczba wyświetlenia pasujących odszukań." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Maksymalna liczba wyszukań do zapamiętania na 1 użytkownika." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "Wyniki" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "Typ" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Wynik wyszukiwania" +#~ msgid "Search results" +#~ msgstr "Wynik wyszukiwania" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Upływający czas: %(time_delta)s seconds" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Upływający czas: %(time_delta)s seconds" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "Ostatnie wyszukiwania (maksimum %d)" +#~ msgid "Recent searches (maximum of %d)" +#~ msgstr "Ostatnie wyszukiwania (maksimum %d)" -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" 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 b77fcf0d9b..a5df269045 100644 --- a/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/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,38 +10,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Pesquisa" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -49,55 +55,45 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Número máximo de consultas a recordar por utilizador." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Resultados da pesquisa" +#~ msgid "Search results" +#~ msgstr "Resultados da pesquisa" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Tempo decorrido: %(time_delta)s segundos" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Tempo decorrido: %(time_delta)s segundos" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 c61d3a6769..1356e91704 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 @@ -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,38 +10,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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:15 +#, fuzzy +#| msgid "Advanced search" +msgid "Dynamic search" +msgstr "pesquisa avançada" + #: forms.py:8 msgid "Search terms" msgstr "Termos de pesquisa" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Pesquisa" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "pesquisa avançada" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "pesquisar novamente" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "Usuário" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "pergunta" @@ -49,49 +55,45 @@ msgstr "pergunta" msgid "Datetime created" msgstr "Hora e data criada" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "visitas" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "pesquisa recente" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "pesquisas recentes" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "Quantidade máxima acessos para a pesquisa buscar e mostrar." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Número máximo de consultas de pesquisa para se lembrar por usuário." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "resultados" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "Tipo" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Resultados da pesquisa" +#~ msgid "Search results" +#~ msgstr "Resultados da pesquisa" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Tempo decorrido: %(time_delta)s segundos" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Tempo decorrido: %(time_delta)s segundos" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "pesquisas recentes (maximum of %d)" +#~ msgid "Recent searches (maximum of %d)" +#~ msgstr "pesquisas recentes (maximum of %d)" -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" 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 d7e7da846c..6728836641 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 @@ -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,38 +9,45 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" #: forms.py:8 msgid "Search terms" msgstr "Caută termeni" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Căută" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,55 +55,45 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "Căutare suma maximă hit-uri pentru a prelua și afișa." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Numărul maxim de interogări de căutare per utilizator." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Rezultatele căutării" +#~ msgid "Search results" +#~ msgstr "Rezultatele căutării" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Timp scurs: %(time_delta)s secunde" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Timp scurs: %(time_delta)s secunde" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 c86cae1de0..2d307991ed 100644 --- a/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/ru/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: # Sergey Glita , 2012-2013 @@ -9,38 +9,46 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" #: forms.py:8 msgid "Search terms" msgstr "Условия поиска" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Поиск" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,55 +56,47 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "Максимальное количество отображаемых документов из результатов поиска." -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." -msgstr "Максимальное количество поисковых запросов запоминаемых для каждого пользователя." +msgstr "" +"Максимальное количество поисковых запросов запоминаемых для каждого " +"пользователя." -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Результаты поиска" +#~ msgid "Search results" +#~ msgstr "Результаты поиска" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "Прошедшее время в секундах: %(time_delta)s" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "Прошедшее время в секундах: %(time_delta)s" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 d999dae0ca..4d46d83d96 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 @@ -1,45 +1,52 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -47,55 +54,39 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "" - -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" diff --git a/mayan/apps/dynamic_search/locale/sq/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/sq/LC_MESSAGES/django.po index bb4ddca538..c9e81e2811 100644 --- a/mayan/apps/dynamic_search/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/sq/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,28 +19,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,56 +53,39 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "" - -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - #~ msgid "" #~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" diff --git a/mayan/apps/dynamic_search/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/tr_TR/LC_MESSAGES/django.po index 49fbce5bc6..849288e20f 100644 --- a/mayan/apps/dynamic_search/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/tr_TR/LC_MESSAGES/django.po @@ -1,45 +1,51 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: apps.py:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -47,55 +53,39 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "" - -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 d12c08a0a4..7fcb6100ce 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 @@ -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,38 +9,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "Tìm kiếm" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,55 +54,42 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "Số truy vấn lớn nhất cần nhớ cho mỗi người dùng" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "Kết quả tìm kiếm" +#~ msgid "Search results" +#~ msgstr "Kết quả tìm kiếm" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" 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 356e897b2d..1a0c3adcc1 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 @@ -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,38 +9,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "搜索项" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "搜索" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,55 +54,45 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "搜索的最大查询和显示数量" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "每一个用户所能保存的最大查询数" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "搜索结果" +#~ msgid "Search results" +#~ msgstr "搜索结果" -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "耗时:%(time_delta)s 秒" +#~ msgid "Elapsed time: %(time_delta)s seconds" +#~ msgstr "耗时:%(time_delta)s 秒" -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - -#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "" +#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" diff --git a/mayan/apps/dynamic_search/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/zh_TW/LC_MESSAGES/django.po index ee2de5505c..21f2b97243 100644 --- a/mayan/apps/dynamic_search/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/zh_TW/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-01-11 22:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,28 +19,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: apps.py:15 +#, fuzzy +#| msgid "search" +msgid "Dynamic search" +msgstr "search" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:5 views.py:66 views.py:72 views.py:74 -#: templatetags/search_tags.py:20 templatetags/search_tags.py:21 +#: links.py:7 settings.py:8 views.py:76 views.py:82 views.py:84 msgid "Search" msgstr "" -#: links.py:6 views.py:62 +#: links.py:9 views.py:72 msgid "Advanced search" msgstr "" -#: links.py:7 +#: links.py:11 msgid "Search again" msgstr "" -#: models.py:19 +#: models.py:23 msgid "User" msgstr "" -#: models.py:25 +#: models.py:24 msgid "Query" msgstr "" @@ -48,56 +53,39 @@ msgstr "" msgid "Datetime created" msgstr "" -#: models.py:27 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:64 +#: models.py:70 msgid "Recent search" msgstr "" -#: models.py:65 +#: models.py:71 msgid "Recent searches" msgstr "" -#: settings.py:12 +#: settings.py:14 msgid "Maximum amount search hits to fetch and display." msgstr "" -#: settings.py:13 +#: settings.py:18 msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:38 +#: views.py:39 msgid "Results" msgstr "" -#: views.py:46 +#: views.py:49 msgid "Type" msgstr "" -#: templates/dynamic_search/search_results.html:3 -msgid "Search results" -msgstr "" - -#: templates/dynamic_search/search_results.html:19 -#, python-format -msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" - -#: templatetags/search_tags.py:37 -#, python-format -msgid "Recent searches (maximum of %d)" -msgstr "" - #~ msgid "" #~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" -#~ msgid "search" -#~ msgstr "search" - #~ msgid "user" #~ msgstr "user" diff --git a/mayan/apps/events/locale/ar/LC_MESSAGES/django.po b/mayan/apps/events/locale/ar/LC_MESSAGES/django.po index 0df965aa5b..377f2f9c4d 100644 --- a/mayan/apps/events/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ar/LC_MESSAGES/django.po @@ -1,69 +1,71 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/bg/LC_MESSAGES/django.po b/mayan/apps/events/locale/bg/LC_MESSAGES/django.po index 121c0242fe..e3a7333e17 100644 --- a/mayan/apps/events/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/bg/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" 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 a7e909f489..0a26643e56 100644 --- a/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po @@ -1,69 +1,71 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/da/LC_MESSAGES/django.po b/mayan/apps/events/locale/da/LC_MESSAGES/django.po index 649d5226fb..53cea71762 100644 --- a/mayan/apps/events/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/da/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/events/locale/de_CH/LC_MESSAGES/django.po index e0ff32cf04..9abfae058b 100644 --- a/mayan/apps/events/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/de_CH/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,53 +17,53 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: apps.py:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" 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 a524bfef6b..281bd11f79 100644 --- a/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "Ereignisse" + +#: apps.py:22 +msgid "Timestamp" +msgstr "Zeitstempel" + +#: apps.py:23 +msgid "Actor" +msgstr "Akteur" + +#: apps.py:24 +msgid "Verb" +msgstr "Verb" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "Unbekannter oder obsoleter Ereignistyp: {0}" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "Ereignisse" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "Name" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "Ereignistyp" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "Ereignistypen" -#: models.py:30 -msgid "Timestamp" -msgstr "Zeitstempel" - -#: models.py:34 -msgid "Actor" -msgstr "Akteur" - -#: models.py:38 -msgid "Verb" -msgstr "Verb" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "Auf Ereignisse eines Objekts zugreifen" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "Ziel" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "Ereignisse für %s" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "Ereignisse des Typs %s" - -#: views.py:83 -msgid "Target" -msgstr "Ziel" diff --git a/mayan/apps/events/locale/en/LC_MESSAGES/django.po b/mayan/apps/events/locale/en/LC_MESSAGES/django.po index e0ff32cf04..9abfae058b 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,53 +17,53 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: apps.py:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/es/LC_MESSAGES/django.po b/mayan/apps/events/locale/es/LC_MESSAGES/django.po index 24f1817e0f..11a6922256 100644 --- a/mayan/apps/events/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/es/LC_MESSAGES/django.po @@ -1,70 +1,71 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-09 19:37+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "Eventos" + +#: apps.py:22 +msgid "Timestamp" +msgstr "Marca de tiempo" + +#: apps.py:23 +msgid "Actor" +msgstr "Actor" + +#: apps.py:24 +msgid "Verb" +msgstr "Verbo" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "Tipo de evento desconocido u obsoleto: {0}" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "Eventos" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "Nombre" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "Tipo de evento" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "Tipos de eventos" -#: models.py:30 -msgid "Timestamp" -msgstr "Marca de tiempo" - -#: models.py:34 -msgid "Actor" -msgstr "Actor" - -#: models.py:38 -msgid "Verb" -msgstr "Verbo" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "Acceder a los eventos de un objeto" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "Objetivo" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "Eventos para: %s" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "Eventos de tipo: %s" - -#: views.py:83 -msgid "Target" -msgstr "Objetivo" diff --git a/mayan/apps/events/locale/fa/LC_MESSAGES/django.po b/mayan/apps/events/locale/fa/LC_MESSAGES/django.po index c68a165793..4c5ad916fa 100644 --- a/mayan/apps/events/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/fa/LC_MESSAGES/django.po @@ -1,70 +1,71 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-05-09 12:30+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "رویداد" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "رویداد" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "نوع رویداد" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/fr/LC_MESSAGES/django.po b/mayan/apps/events/locale/fr/LC_MESSAGES/django.po index 99dc2f08aa..af731546cd 100644 --- a/mayan/apps/events/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/fr/LC_MESSAGES/django.po @@ -1,70 +1,71 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-04-06 08:53+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "Évènements" + +#: apps.py:22 +msgid "Timestamp" +msgstr "Horodatage" + +#: apps.py:23 +msgid "Actor" +msgstr "Acteur" + +#: apps.py:24 +msgid "Verb" +msgstr "Verbe" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "Type d'évènement inconnu ou obsolète: {0}" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "Évènements" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "Nom" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "Type d'évènement" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "Types d'évènement" -#: models.py:30 -msgid "Timestamp" -msgstr "Horodatage" - -#: models.py:34 -msgid "Actor" -msgstr "Acteur" - -#: models.py:38 -msgid "Verb" -msgstr "Verbe" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "Accéder aux évènements de cet objet" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "Cible" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "Évènements pour: %s" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "Évènements de type: %s" - -#: views.py:83 -msgid "Target" -msgstr "Cible" diff --git a/mayan/apps/events/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/events/locale/hr_HR/LC_MESSAGES/django.po index 477ff21cce..a9ed14bf34 100644 --- a/mayan/apps/events/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/hr_HR/LC_MESSAGES/django.po @@ -1,69 +1,71 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/hu/LC_MESSAGES/django.po b/mayan/apps/events/locale/hu/LC_MESSAGES/django.po index 4199448d1f..665ecbb386 100644 --- a/mayan/apps/events/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/hu/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/id/LC_MESSAGES/django.po b/mayan/apps/events/locale/id/LC_MESSAGES/django.po index 54338c7c2a..c2ce37c28d 100644 --- a/mayan/apps/events/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/id/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/it/LC_MESSAGES/django.po b/mayan/apps/events/locale/it/LC_MESSAGES/django.po index 9792e9160d..891b85f28d 100644 --- a/mayan/apps/events/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/it/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:10-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/lv/LC_MESSAGES/django.po b/mayan/apps/events/locale/lv/LC_MESSAGES/django.po index fa0ccd9b7d..f6c1f8ad41 100644 --- a/mayan/apps/events/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/lv/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,53 +19,53 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" +#: apps.py:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/nb/LC_MESSAGES/django.po b/mayan/apps/events/locale/nb/LC_MESSAGES/django.po index 92686186d2..b59e14ba04 100644 --- a/mayan/apps/events/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/nb/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,53 +18,53 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" 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 57f443146e..cbec273339 100644 --- a/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/pl/LC_MESSAGES/django.po b/mayan/apps/events/locale/pl/LC_MESSAGES/django.po index 917601ff80..f123ea8b00 100644 --- a/mayan/apps/events/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pl/LC_MESSAGES/django.po @@ -1,70 +1,72 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-03-02 05:44+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "Zdarzenia" + +#: apps.py:22 +msgid "Timestamp" +msgstr "Pieczęć czasu" + +#: apps.py:23 +msgid "Actor" +msgstr "Czynnik" + +#: apps.py:24 +msgid "Verb" +msgstr "Słowo" #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "Nieznany, bądź przestarzały typ zdarzenia: {0}" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "Zdarzenia" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "Nazwa" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "Typ zdarzenia" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "Typy zdarzeń" -#: models.py:30 -msgid "Timestamp" -msgstr "Pieczęć czasu" - -#: models.py:34 -msgid "Actor" -msgstr "Czynnik" - -#: models.py:38 -msgid "Verb" -msgstr "Słowo" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "Dostęp do zdarzeń obiektu" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "Cel" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "Zdarzenia dla: %s" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "Zdarzenia typu: %s" - -#: views.py:83 -msgid "Target" -msgstr "Cel" diff --git a/mayan/apps/events/locale/pt/LC_MESSAGES/django.po b/mayan/apps/events/locale/pt/LC_MESSAGES/django.po index eb8951953c..697c5b87bd 100644 --- a/mayan/apps/events/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pt/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" 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 97c2e6b43b..e6b4b01c31 100644 --- a/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po @@ -1,70 +1,71 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "Eventos" + +#: apps.py:22 +msgid "Timestamp" +msgstr "Timestamp" + +#: apps.py:23 +msgid "Actor" +msgstr "Ator" + +#: apps.py:24 +msgid "Verb" +msgstr "Verbo" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "Desconhecido ou obsoletos tipo de evento: 0" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "Eventos" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "Nome" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "Tipo de Evento" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "Tipos de Eventos" -#: models.py:30 -msgid "Timestamp" -msgstr "Timestamp" - -#: models.py:34 -msgid "Actor" -msgstr "Ator" - -#: models.py:38 -msgid "Verb" -msgstr "Verbo" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "Acesse os eventos de um objeto" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "Destino" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "Eventos para: %s" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "Eventos do Tipo: %s" - -#: views.py:83 -msgid "Target" -msgstr "Destino" 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 df1b5fd363..9159f5abf6 100644 --- a/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po @@ -1,69 +1,71 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/ru/LC_MESSAGES/django.po b/mayan/apps/events/locale/ru/LC_MESSAGES/django.po index 63dbcf905d..223f5a0f0e 100644 --- a/mayan/apps/events/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ru/LC_MESSAGES/django.po @@ -1,69 +1,72 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" 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 6bab9858d6..1b49d490bc 100644 --- a/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po @@ -1,69 +1,71 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/sq/LC_MESSAGES/django.po b/mayan/apps/events/locale/sq/LC_MESSAGES/django.po index 92686186d2..b59e14ba04 100644 --- a/mayan/apps/events/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/sq/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,53 +18,53 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/events/locale/tr_TR/LC_MESSAGES/django.po index 5713f9d502..9dfcb5f009 100644 --- a/mayan/apps/events/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/tr_TR/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-02-09 18:30+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: apps.py:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" 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 4a4dc2a5b8..9e62a2ed0f 100644 --- a/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" 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 30afbc717f..4d90da720e 100644 --- a/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.po @@ -1,69 +1,70 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/events/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/events/locale/zh_TW/LC_MESSAGES/django.po index 0a2dec31d1..b1d917c2b2 100644 --- a/mayan/apps/events/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/zh_TW/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,53 +18,53 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: apps.py:17 links.py:25 links.py:28 permissions.py:7 views.py:38 +msgid "Events" +msgstr "" + +#: apps.py:22 +msgid "Timestamp" +msgstr "" + +#: apps.py:23 +msgid "Actor" +msgstr "" + +#: apps.py:24 +msgid "Verb" +msgstr "" + #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" msgstr "" -#: links.py:5 permissions.py:7 views.py:76 -msgid "Events" -msgstr "" - -#: models.py:18 +#: models.py:13 msgid "Name" msgstr "" -#: models.py:24 +#: models.py:20 msgid "Event type" msgstr "" -#: models.py:25 +#: models.py:21 msgid "Event types" msgstr "" -#: models.py:30 -msgid "Timestamp" -msgstr "" - -#: models.py:34 -msgid "Actor" -msgstr "" - -#: models.py:38 -msgid "Verb" -msgstr "" - -#: permissions.py:8 +#: permissions.py:9 msgid "Access the events of an object" msgstr "" -#: views.py:42 +#: views.py:31 views.py:90 +msgid "Target" +msgstr "" + +#: views.py:78 #, python-format msgid "Events for: %s" msgstr "" -#: views.py:59 +#: views.py:98 #, python-format msgid "Events of type: %s" msgstr "" - -#: views.py:83 -msgid "Target" -msgstr "" diff --git a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po b/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po index 8a683b111d..e2d76e5144 100644 --- a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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,155 +9,145 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "مجلد" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "المجلدات" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "قائمة الصلاحيات" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "مجلد" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "إنشاء مجلدات جديدة" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "تعديل مجلدات جديدة" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "حذف مجلدات جديدة" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "إزالة وثائق من المجلدات" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "عرض المجلدات الموجودة" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "إضافة وثائق إلى المجلدات الموجودة" -#: views.py:53 -msgid "Folder created successfully" -msgstr "تم انشاء المجلد بنجاح" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "مجلد باسم: %s ، موجود مسبقا." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "المجلد تم تتعديله بنجاح" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "خطأ بتعديل المجلد %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "مجلد باسم: %s ، موجود مسبقا." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "تم مسح المجلد %s بنجاح" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "خطأ بمسح المجلد %(folder)s : %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "هل أنت متأكد من حذف المجلد: %s ؟" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "حذف مجلدات جديدة" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "يجب أن توفر ما لا يقل عن وثيقة واحدة." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "الوثيقة %(document)s تم اضافتها للمجلد %(folder)s بنجاح" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "الوثيقة %(document)s موجودة بالمجلد %(folder)s مسبقاً" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" @@ -167,39 +157,65 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "يجب أن توفر ما لا يقل عن مجلد واحد." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "الوثيقة %s أزيلت بنجاح" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "خطأ بمسح الوثيقة %(document)s : %(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[2] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[3] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[4] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[5] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "قائمة الصلاحيات" + +#~ msgid "Folder created successfully" +#~ msgstr "تم انشاء المجلد بنجاح" + +#~ msgid "Folder edited successfully" +#~ msgstr "المجلد تم تتعديله بنجاح" + +#~ msgid "Error editing folder; %s" +#~ msgstr "خطأ بتعديل المجلد %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "هل أنت متأكد من حذف المجلد: %s ؟" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -210,13 +226,6 @@ msgstr[5] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -248,12 +257,12 @@ msgstr[5] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po b/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po index 8ab97a6f66..116444d2b9 100644 --- a/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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 @@ -10,189 +10,196 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Папка" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Папки" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "Контролни списъци за достъп" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Папка" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Създаване на нови папки" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Редактиране на новите папки" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Изтриване на новите папки" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Премахване на документи от папки" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Преглед на съществуващи папки" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Добавяне на документи към съществуващи папки" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Папката е създадена успешно" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Името на папката: %s, вече съществува." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Папката е редактирана успешно" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Грешка при редактиране на папка; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Името на папката: %s, вече съществува." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Папка: %s изтрита успешно." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Папка: %(folder)s грешка при изтриване: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Сигурни ли сте, че искате да изтриете тази папка: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Изтриване на новите папки" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Документ: %(document)s е добавен в папка: %(folder)s успешно." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Документ: %(document)s е вече в папка: %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Трябва да поставите поне един документ в папката." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Документ: %s премахнат успешно." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Документ: %(document)s грешка при изтриване: %(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "Контролни списъци за достъп" + +#~ msgid "Folder created successfully" +#~ msgstr "Папката е създадена успешно" + +#~ msgid "Folder edited successfully" +#~ msgstr "Папката е редактирана успешно" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Грешка при редактиране на папка; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Сигурни ли сте, че искате да изтриете тази папка: %s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -203,13 +210,6 @@ msgstr[1] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -241,12 +241,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." 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 77cff135a7..f3e295f21e 100644 --- a/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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,191 +9,201 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Folder" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Folderi" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "ACLs" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Folder" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Kreiraj novi folder" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Izmjeniti nove foldere" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Izbrisati nove foldere" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Ukloniti dokumente iz foldera" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Pregledati postojeće foldere" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Dodati dokumente u postojeće foldere" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Folder uspješno kreiran" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Folder sa imenom: %s, već postoji." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Folder uspješno izmijenjen" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Greška pri izmjeni foldera; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Folder sa imenom: %s, već postoji." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Folder: %s uspješno obrisan." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Folder: %(folder)s greška brisanja: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Jeste li sigurni da želite obrisati folderr: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Izbrisati nove foldere" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Mora biti barem jedan dokument." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Dokument: %(document)s uspješno dodan u folder: %(folder)s ." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Dokument: %(document)s je već u folderu: %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Mora biti makar jedan folder dokumenata." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Dokument \"%s\" uspješno uklonjen." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokument: %(document)s greška brisanja: %(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[2] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Folder created successfully" +#~ msgstr "Folder uspješno kreiran" + +#~ msgid "Folder edited successfully" +#~ msgstr "Folder uspješno izmijenjen" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Greška pri izmjeni foldera; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Jeste li sigurni da želite obrisati folderr: %s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -204,13 +214,6 @@ msgstr[2] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -242,12 +245,12 @@ msgstr[2] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/da/LC_MESSAGES/django.po b/mayan/apps/folders/locale/da/LC_MESSAGES/django.po index 307eae753e..fb7cc95688 100644 --- a/mayan/apps/folders/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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 , 2012 @@ -9,189 +9,196 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Mappe" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Mapper" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "ACL'er" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Mappe" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Opret nye mapper" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Redigér nye mapper" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Slet nye mapper" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Fjern dokumenter fra mapper" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Se eksisterende mapper" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Føj dokumenter til eksisterende mapper" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Folder blevet oprettet" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "En navngiven mappe: %s, eksisterer allerede." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Mappe redigeret" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Fejl ved redigering af mappe; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "En navngiven mappe: %s, eksisterer allerede." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Mappe: %s slettet." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Mapper: %(folder)s slettefejl: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Er du sikker på at du vil slette mappen: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Slet nye mapper" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Angiv mindst ét ​​dokument." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Dokument: %(document)s føjet til mappen: %(folder)s med succes." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Dokument: %(document)s er allerede i mappen: %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Skal give mindst ét mappe dokument." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Dokument: %s blev slettet." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokument: %(document)s slettefejl: %(error)s " -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "ACL'er" + +#~ msgid "Folder created successfully" +#~ msgstr "Folder blevet oprettet" + +#~ msgid "Folder edited successfully" +#~ msgstr "Mappe redigeret" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Fejl ved redigering af mappe; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Er du sikker på at du vil slette mappen: %s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -202,13 +209,6 @@ msgstr[1] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -240,12 +240,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/folders/locale/de_CH/LC_MESSAGES/django.po index 2eae7aafc0..5849fb3415 100644 --- a/mayan/apps/folders/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/de_CH/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,179 +19,170 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "" -#: views.py:53 -msgid "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "" +#: views.py:148 +#, fuzzy, python-format +#| msgid "What are folders?" +msgid "Delete the folder: %s?" +msgstr "What are folders?" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" #~ msgid "Add document: %s to folder." #~ msgstr "Add document: %s to folder." @@ -199,13 +190,6 @@ msgstr[1] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -233,9 +217,6 @@ msgstr[1] "" #~ msgid "folder" #~ msgstr "folder" -#~ msgid "What are folders?" -#~ msgstr "What are folders?" - #~ msgid "" #~ "These folders can also be described as user folders. They are a way to " #~ "let individual users create their own document organization methods. " 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 4303acc763..9307b67fb7 100644 --- a/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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: # Stefan Lodders , 2012 @@ -15,189 +15,201 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "Erstellt" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "Dokumente" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Ordner" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Ordner" -#: links.py:15 views.py:61 -msgid "Create folder" -msgstr "Ordner erstellen" +#: apps.py:56 +msgid "Created" +msgstr "Erstellt" -#: links.py:16 -msgid "Edit" -msgstr "Bearbeiten" - -#: links.py:17 -msgid "Delete" -msgstr "Löschen" - -#: links.py:18 -msgid "Remove from folder" -msgstr "Aus Ordner entfernen" - -#: links.py:20 -msgid "Add to a folder" -msgstr "Zu Ordner hinzufügen" - -#: links.py:21 -msgid "Add to folder" -msgstr "Zu Ordner hinzufügen" - -#: links.py:24 -msgid "ACLs" -msgstr "Zugriffsberechtigungen" - -#: models.py:11 -msgid "Title" -msgstr "Titel" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "Benutzer" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Ordner" + +#: links.py:19 +msgid "Add to a folder" +msgstr "Zu Ordner hinzufügen" + +#: links.py:23 +msgid "Add to folder" +msgstr "Zu Ordner hinzufügen" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "Ordner erstellen" + +#: links.py:31 +msgid "Delete" +msgstr "Löschen" + +#: links.py:35 +msgid "Remove from folder" +msgstr "Aus Ordner entfernen" + +#: links.py:39 +msgid "Edit" +msgstr "Bearbeiten" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "Dokumente" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "Erstellungsdatum" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Ordner erstellen" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Ordner bearbeiten" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Ordner löschen" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Dokumente aus Ordnern entfernen" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Vorhandene Ordner anzeigen" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Dokumente zu existierenden Ordnern hinzufügen" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Ordner erfolgreich erstellt" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Ein Ordner \"%s\" existiert bereits." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Ordner erfolgreich bearbeitet" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Fehler beim Bearbeiten von Ordner \"%s\"" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "Ordner %s bearbeiten" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Ein Ordner \"%s\" existiert bereits." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Ordner \"%s\" erfolgreich gelöscht" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Fehler beim Löschen von Ordner %(folder)s: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Sind Sie sicher, dass Sie den Ordner \"%s\" löschen wollen?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Ordner löschen" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "Dokumente in Ordner %s" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Es muss mindestens ein Dokument angegeben werden." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Dokument %(document)s zu Ordner %(folder)s erfolgreich hinzugefügt" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Dokument %(document)s ist bereits im Ordner %(folder)s" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "Dokument zu Ordner hinzufügen" msgstr[1] "Dokumente zu Ordner hinzufügen" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "Ordner mit Dokument %s" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Es muss mindestens ein Ordnerdokument angegeben werden" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Dokument \"%s\" erfolgreich entfernt" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Fehler beim Löschen von Dokument %(document)s: %(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" -msgstr[0] "Wollen Sie das ausgewählte Dokument wirklich aus Ordner %(folder)s entfernen?" -msgstr[1] "Wollen Sie die ausgewählten Dokumente wirklich aus Ordner %(folder)s entfernen?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the selected document from the folder: " +#| "%(folder)s?" +#| msgid_plural "" +#| "Are you sure you wish to remove the selected documents from the folder: " +#| "%(folder)s?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" +msgstr[0] "" +"Wollen Sie das ausgewählte Dokument wirklich aus Ordner %(folder)s entfernen?" +msgstr[1] "" +"Wollen Sie die ausgewählten Dokumente wirklich aus Ordner %(folder)s " +"entfernen?" + +#~ msgid "ACLs" +#~ msgstr "Zugriffsberechtigungen" + +#~ msgid "Title" +#~ msgstr "Titel" + +#~ msgid "Folder created successfully" +#~ msgstr "Ordner erfolgreich erstellt" + +#~ msgid "Folder edited successfully" +#~ msgstr "Ordner erfolgreich bearbeitet" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Fehler beim Bearbeiten von Ordner \"%s\"" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Sind Sie sicher, dass Sie den Ordner \"%s\" löschen wollen?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -209,11 +221,11 @@ msgstr[1] "Wollen Sie die ausgewählten Dokumente wirklich aus Ordner %(folder)s #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the " +#~ "folder \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the " +#~ "folder \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -246,12 +258,12 @@ msgstr[1] "Wollen Sie die ausgewählten Dokumente wirklich aus Ordner %(folder)s #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/en/LC_MESSAGES/django.po b/mayan/apps/folders/locale/en/LC_MESSAGES/django.po index 75d8320cf0..3e2f785c9f 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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,187 +18,170 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:46 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 +msgid "Folders" +msgstr "Folders" + +#: apps.py:56 #, fuzzy msgid "Created" msgstr "created" -#: __init__.py:47 links.py:19 models.py:14 -#, fuzzy -msgid "Documents" -msgstr "documents" +#: apps.py:58 models.py:17 +msgid "User" +msgstr "" -#: forms.py:38 models.py:26 +#: forms.py:34 models.py:34 msgid "Folder" msgstr "Folder" -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 -msgid "Folders" -msgstr "Folders" - -#: links.py:15 views.py:61 -#, fuzzy -msgid "Create folder" -msgstr "create folder" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -#, fuzzy -msgid "Delete" -msgstr "delete" - -#: links.py:18 -#, fuzzy -msgid "Remove from folder" -msgstr "remove from folder" - -#: links.py:20 +#: links.py:19 #, fuzzy msgid "Add to a folder" msgstr "add to a folder" -#: links.py:21 +#: links.py:23 #, fuzzy msgid "Add to folder" msgstr "add to folder" -#: links.py:24 -msgid "ACLs" -msgstr "ACLs" - -#: models.py:11 +#: links.py:26 views.py:114 #, fuzzy -msgid "Title" -msgstr "title" +msgid "Create folder" +msgstr "create folder" -#: models.py:12 -msgid "User" +#: links.py:31 +#, fuzzy +msgid "Delete" +msgstr "delete" + +#: links.py:35 +#, fuzzy +msgid "Remove from folder" +msgstr "remove from folder" + +#: links.py:39 +msgid "Edit" msgstr "" -#: models.py:13 +#: links.py:46 models.py:22 views.py:75 views.py:258 +#, fuzzy +msgid "Documents" +msgstr "documents" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 #, fuzzy msgid "Datetime created" msgstr "datetime created" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Create new folders" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Edit new folders" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Delete new folders" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Remove documents from folders" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "View existing folders" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Add documents to existing folders" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "A folder named: %s, already exists." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Folder edited successfully" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Error editing folder; %s" - -#: views.py:87 +#: views.py:44 #, fuzzy, python-format msgid "Edit folder: %s" msgstr "edit folder: %s" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "A folder named: %s, already exists." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Folder: %s deleted successfully." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Folder: %(folder)s delete error: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Are you sure you with to delete the folder: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Delete new folders" -#: views.py:144 +#: views.py:175 #, fuzzy, python-format msgid "Documents in folder: %s" msgstr "documents in folder: %s" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Must provide at least one document." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Document: %(document)s added to folder: %(folder)s successfully." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Document: %(document)s is already in folder: %(folder)s." -#: views.py:196 +#: views.py:227 #, fuzzy msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "Add document to a folder" msgstr[1] "Add document to a folder" -#: views.py:216 +#: views.py:268 #, fuzzy, python-format msgid "Folders containing document: %s" msgstr "folders containing: %s" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Must provide at least one folder document." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Document: %s removed successfully." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Document: %(document)s delete error: %(error)s" -#: views.py:272 +#: views.py:312 #, fuzzy, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" @@ -206,6 +189,25 @@ msgstr[1] "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#, fuzzy +#~ msgid "Title" +#~ msgstr "title" + +#~ msgid "Folder created successfully" +#~ msgstr "Folder created successfully" + +#~ msgid "Folder edited successfully" +#~ msgstr "Folder edited successfully" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Error editing folder; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Are you sure you with to delete the folder: %s?" + #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" diff --git a/mayan/apps/folders/locale/es/LC_MESSAGES/django.po b/mayan/apps/folders/locale/es/LC_MESSAGES/django.po index a34c80766a..11c231745d 100644 --- a/mayan/apps/folders/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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,189 +11,202 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "Creado" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "Documentos" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Carpeta" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Carpetas" -#: links.py:15 views.py:61 -msgid "Create folder" -msgstr "Crear carpetas" +#: apps.py:56 +msgid "Created" +msgstr "Creado" -#: links.py:16 -msgid "Edit" -msgstr "Editar" - -#: links.py:17 -msgid "Delete" -msgstr "Borrar" - -#: links.py:18 -msgid "Remove from folder" -msgstr "Remover de la carpeta" - -#: links.py:20 -msgid "Add to a folder" -msgstr "Añadir a una carpeta" - -#: links.py:21 -msgid "Add to folder" -msgstr "Añadir a carpeta" - -#: links.py:24 -msgid "ACLs" -msgstr "LCAs" - -#: models.py:11 -msgid "Title" -msgstr "Título" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "Usuario" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Carpeta" + +#: links.py:19 +msgid "Add to a folder" +msgstr "Añadir a una carpeta" + +#: links.py:23 +msgid "Add to folder" +msgstr "Añadir a carpeta" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "Crear carpetas" + +#: links.py:31 +msgid "Delete" +msgstr "Borrar" + +#: links.py:35 +msgid "Remove from folder" +msgstr "Remover de la carpeta" + +#: links.py:39 +msgid "Edit" +msgstr "Editar" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "Documentos" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "Fecha y hora que fue creado" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Crear nuevas carpetas" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Editar carpetas nuevas" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Borrar carpetas nuevas" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Eliminar documentos de las carpetas" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Ver carpetas existentes" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Agregar documentos a las carpetas existentes" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Carpeta creada con éxito" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Una carpeta con el nombre: %s, ya existe." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Carpeta editada con éxito" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Error editando la carpeta; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "Editar carpeta: %s" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Una carpeta con el nombre: %s, ya existe." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Carpeta: %s eliminada con éxito." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Carpeta: %(folder)s error de eliminación: %(error)s " -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "¿Está seguro de que desea eliminar la carpeta: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Borrar carpetas nuevas" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "Documentos en la carpeta: %s" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Debe proporcionar al menos un documento." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Documento: %(document)s agregado a la carpeta: %(folder)s con éxito." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s ya está en la carpeta: %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "Añadir documento a la carpeta" msgstr[1] "Añadir los documentos a la carpeta" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "Las carpetas que contienen el documento: %s" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Debe proveer al menos un documento de carpeta." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s eliminado con éxito." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s error de eliminación: %(error)s " -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the selected document from the folder: " +#| "%(folder)s?" +#| msgid_plural "" +#| "Are you sure you wish to remove the selected documents from the folder: " +#| "%(folder)s?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" +msgstr[0] "" +"¿Está seguro que desea eliminar el documento seleccionado de la carpeta: " "%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " +msgstr[1] "" +"¿Está seguro que desea eliminar los documentos seleccionados de la carpeta: " "%(folder)s?" -msgstr[0] "¿Está seguro que desea eliminar el documento seleccionado de la carpeta: %(folder)s?" -msgstr[1] "¿Está seguro que desea eliminar los documentos seleccionados de la carpeta: %(folder)s?" + +#~ msgid "ACLs" +#~ msgstr "LCAs" + +#~ msgid "Title" +#~ msgstr "Título" + +#~ msgid "Folder created successfully" +#~ msgstr "Carpeta creada con éxito" + +#~ msgid "Folder edited successfully" +#~ msgstr "Carpeta editada con éxito" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Error editando la carpeta; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "¿Está seguro de que desea eliminar la carpeta: %s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -205,11 +218,11 @@ msgstr[1] "¿Está seguro que desea eliminar los documentos seleccionados de la #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the " +#~ "folder \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the " +#~ "folder \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -242,12 +255,12 @@ msgstr[1] "¿Está seguro que desea eliminar los documentos seleccionados de la #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po b/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po index ca0811f8e3..4fadc8b6d1 100644 --- a/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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,187 +9,195 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "ساخته‌شده" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "اسناد" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "پرونده" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "پرونده ها" -#: links.py:15 views.py:61 -msgid "Create folder" -msgstr "ایجاد پرونده" +#: apps.py:56 +msgid "Created" +msgstr "ساخته‌شده" -#: links.py:16 -msgid "Edit" -msgstr "ویرایش" - -#: links.py:17 -msgid "Delete" -msgstr "حذف" - -#: links.py:18 -msgid "Remove from folder" -msgstr "حذف از پرونده" - -#: links.py:20 -msgid "Add to a folder" -msgstr "اضافه به پرونده" - -#: links.py:21 -msgid "Add to folder" -msgstr "اضافه به پرونده" - -#: links.py:24 -msgid "ACLs" -msgstr "ACLs" - -#: models.py:11 -msgid "Title" -msgstr "لقب" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "کاربر" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "پرونده" + +#: links.py:19 +msgid "Add to a folder" +msgstr "اضافه به پرونده" + +#: links.py:23 +msgid "Add to folder" +msgstr "اضافه به پرونده" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "ایجاد پرونده" + +#: links.py:31 +msgid "Delete" +msgstr "حذف" + +#: links.py:35 +msgid "Remove from folder" +msgstr "حذف از پرونده" + +#: links.py:39 +msgid "Edit" +msgstr "ویرایش" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "اسناد" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "تاریخ و زمان ایجاد" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "ایجاد پرونده های جدید" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "ویرایش پرونده های جدید" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "حذف پرونده های جدید" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "حذف اسناد از پرونده ها" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "دیدن پرونده های موجود" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "اضافه کردن اسناد به پرونده های موجود" -#: views.py:53 -msgid "Folder created successfully" -msgstr "ایجاد موفق پرونده" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "پرونده ای با نام %s موجود است." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "ویرایش موفق پرونده" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "خطای ویرایش پرونده %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "ویرایش پرونده: %s" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "پرونده ای با نام %s موجود است." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "حذف موفق پرونده: %s" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "پرونده: %(folder)s خطای حذف: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "آیا از حذف پرونده %s مطمئن هستید؟" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "حذف پرونده های جدید" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "اسناد داحل پرونده:%s" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "حداقل یک سند باید ارایه شود." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "سند%(document)s با موفقیت به پرونده%(folder)s اضافه شد." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "سند%(document)s درون پرونده%(folder)s. میباشد." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "حداقل یک پرونده سند باید ارایه گردد." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "سند: %s با موفقیت حذف شد." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "سند%(document)s خطای حذف%(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Title" +#~ msgstr "لقب" + +#~ msgid "Folder created successfully" +#~ msgstr "ایجاد موفق پرونده" + +#~ msgid "Folder edited successfully" +#~ msgstr "ویرایش موفق پرونده" + +#~ msgid "Error editing folder; %s" +#~ msgstr "خطای ویرایش پرونده %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "آیا از حذف پرونده %s مطمئن هستید؟" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -200,13 +208,6 @@ msgstr[0] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -238,12 +239,12 @@ msgstr[0] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po b/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po index 6c82f4ef86..b0c798eb54 100644 --- a/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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-2015 @@ -11,189 +11,203 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "Créé" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "Documents" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Répertoire" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Répertoires" -#: links.py:15 views.py:61 -msgid "Create folder" -msgstr "Créer un dossier" +#: apps.py:56 +msgid "Created" +msgstr "Créé" -#: links.py:16 -msgid "Edit" -msgstr "Modifier" - -#: links.py:17 -msgid "Delete" -msgstr "Supprimer" - -#: links.py:18 -msgid "Remove from folder" -msgstr "Supprimer du dossier" - -#: links.py:20 -msgid "Add to a folder" -msgstr "Ajouter à un dossier" - -#: links.py:21 -msgid "Add to folder" -msgstr "Ajouter au dossier" - -#: links.py:24 -msgid "ACLs" -msgstr "ACLs" - -#: models.py:11 -msgid "Title" -msgstr "Titre" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "Utilisateur" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Répertoire" + +#: links.py:19 +msgid "Add to a folder" +msgstr "Ajouter à un dossier" + +#: links.py:23 +msgid "Add to folder" +msgstr "Ajouter au dossier" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "Créer un dossier" + +#: links.py:31 +msgid "Delete" +msgstr "Supprimer" + +#: links.py:35 +msgid "Remove from folder" +msgstr "Supprimer du dossier" + +#: links.py:39 +msgid "Edit" +msgstr "Modifier" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "Documents" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "Date et heure de création" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Créer de nouveaux répertoires" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Modifier les nouveaux répertoires" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Supprimer les nouveaux répertoires" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Retirer des documents des répertoires" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Afficher les répertoires existant" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Ajouter des documents aux répertoires existant." -#: views.py:53 -msgid "Folder created successfully" -msgstr "Répertoire créé avec succès" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Un répertoire portant le nom: %s existe déjà." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Répertoire modifié avec succès" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Erreur lors de la modification du répertoire; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "Modifier le répertoire: %s" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Un répertoire portant le nom: %s existe déjà." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Répertoire: %s supprimé avec succès." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Erreur: %(error)s lors de la suppression du répertoire: %(folder)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Êtes vous certain de vouloir supprimer le répertoire: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Supprimer les nouveaux répertoires" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "Documents du dossier: %s" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Il est nécessaire de fournir au moins un document." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Document: %(document)s ajouté avec succès au répertoire: %(folder)s." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." -msgstr "Document: %(document)s est déjà présent dans le répertoire: %(folder)s." +msgstr "" +"Document: %(document)s est déjà présent dans le répertoire: %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "Ajouter un document au répertoire" msgstr[1] "Ajouter les documents au répertoire" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "Dossiers contenant le document: %s" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Vous devez fournir au moins un document pour le répertoire." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Document: %s supprimé avec succès." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Document: %(document)s erreur de suppression: %(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" -msgstr[0] "Êtes vous certain de vouloir supprimer le document sélectionné du répertoire \"%(folder)s\"?" -msgstr[1] "Êtes vous certain de vouloir supprimer les documents sélectionnés du répertoire %(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the selected document from the folder: " +#| "%(folder)s?" +#| msgid_plural "" +#| "Are you sure you wish to remove the selected documents from the folder: " +#| "%(folder)s?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" +msgstr[0] "" +"Êtes vous certain de vouloir supprimer le document sélectionné du " +"répertoire \"%(folder)s\"?" +msgstr[1] "" +"Êtes vous certain de vouloir supprimer les documents sélectionnés du " +"répertoire %(folder)s?" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Title" +#~ msgstr "Titre" + +#~ msgid "Folder created successfully" +#~ msgstr "Répertoire créé avec succès" + +#~ msgid "Folder edited successfully" +#~ msgstr "Répertoire modifié avec succès" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Erreur lors de la modification du répertoire; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer le répertoire: %s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -205,11 +219,11 @@ msgstr[1] "Êtes vous certain de vouloir supprimer les documents sélectionnés #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the " +#~ "folder \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the " +#~ "folder \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -242,12 +256,12 @@ msgstr[1] "Êtes vous certain de vouloir supprimer les documents sélectionnés #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/folders/locale/hr_HR/LC_MESSAGES/django.po index 724ede80d9..afd9d35fde 100644 --- a/mayan/apps/folders/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/hr_HR/LC_MESSAGES/django.po @@ -1,198 +1,193 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "" -#: views.py:53 -msgid "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "" +#: views.py:148 +#, fuzzy, python-format +#| msgid "What are folders?" +msgid "Delete the folder: %s?" +msgstr "What are folders?" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[2] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -203,13 +198,6 @@ msgstr[2] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -237,16 +225,13 @@ msgstr[2] "" #~ msgid "folder" #~ msgstr "folder" -#~ msgid "What are folders?" -#~ msgstr "What are folders?" - #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po b/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po index aa5f5ac282..e2293483aa 100644 --- a/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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 , 2013 @@ -9,189 +9,196 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Mappa" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Mappák" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "ACL-ek" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Mappa" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Új mappa" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Új mappák módosítása" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Új mappák törlése" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Dokumentumok eltávolítása a mappákból" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Meglévő mappák megtekintése" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Dokumentumok elhelyezése a meglévő mappákba" -#: views.py:53 -msgid "Folder created successfully" -msgstr "mappa létrehozása sikerült" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Már van %s nevű mappa." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Mappa módosítása sikerült" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Hiba mappa módosítás közben; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Már van %s nevű mappa." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "%s mappa sikeresen törölve" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Hiba a %(folder)s mappa törlésekor: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Biztosan törölni akarja a %s mappát?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Új mappák törlése" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Adjon meg legalább egy dokumentumot." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "A %(document)s dokumentum elhelyezése a %(folder)s mappában sikerült." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "A %(document)s nevű dokumentum már van a %(folder)s. mappában." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Legalább egy dokumentum mappa szükséges" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "A %s dokumentum eltávolítása sikerült." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Hiba %(error)s a %(document)s dokumentum törlésekor." -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "ACL-ek" + +#~ msgid "Folder created successfully" +#~ msgstr "mappa létrehozása sikerült" + +#~ msgid "Folder edited successfully" +#~ msgstr "Mappa módosítása sikerült" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Hiba mappa módosítás közben; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Biztosan törölni akarja a %s mappát?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -202,13 +209,6 @@ msgstr[1] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -240,12 +240,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/id/LC_MESSAGES/django.po b/mayan/apps/folders/locale/id/LC_MESSAGES/django.po index 5313eb411e..731c2f1653 100644 --- a/mayan/apps/folders/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/id/LC_MESSAGES/django.po @@ -1,194 +1,184 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "" -#: views.py:53 -msgid "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "" +#: views.py:148 +#, fuzzy, python-format +#| msgid "What are folders?" +msgid "Delete the folder: %s?" +msgstr "What are folders?" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -199,13 +189,6 @@ msgstr[0] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -233,16 +216,13 @@ msgstr[0] "" #~ msgid "folder" #~ msgstr "folder" -#~ msgid "What are folders?" -#~ msgstr "What are folders?" - #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/it/LC_MESSAGES/django.po b/mayan/apps/folders/locale/it/LC_MESSAGES/django.po index 22a0ef17f7..39bd9085ec 100644 --- a/mayan/apps/folders/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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 @@ -13,189 +13,197 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Cartella" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Cartelle" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "ACL" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Cartella" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Creare nuove cartelle" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Modifica nuove cartelle" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Eliminare nuove cartelle" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Rimuovere i documenti da cartelle" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Visualizza cartelle esistenti" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Aggiungere documenti a cartelle esistenti" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Cartella creata con successo" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Il nome cartella: %s, già esiste." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Cartella modificata con successo" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Errore modificando la cartella; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Il nome cartella: %s, già esiste." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Cartella : %s cancellata con successo." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Cartella: %(folder)s errore di cancellazione: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Sei sicuro di voler cancellare la cartella: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Eliminare nuove cartelle" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Bisogna fornire almeno un documento." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." -msgstr "Documento: %(document)s aggiunto alla cartella: %(folder)s successfully." +msgstr "" +"Documento: %(document)s aggiunto alla cartella: %(folder)s successfully." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s è già nella cartella: %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Devi almeno indicare una cartella documenti." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s cancellato con successo." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s errore di cancellazione: %(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "ACL" + +#~ msgid "Folder created successfully" +#~ msgstr "Cartella creata con successo" + +#~ msgid "Folder edited successfully" +#~ msgstr "Cartella modificata con successo" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Errore modificando la cartella; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Sei sicuro di voler cancellare la cartella: %s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -206,13 +214,6 @@ msgstr[1] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -244,12 +245,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/lv/LC_MESSAGES/django.po b/mayan/apps/folders/locale/lv/LC_MESSAGES/django.po index 65c982773b..421ff5a4a7 100644 --- a/mayan/apps/folders/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/lv/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,181 +20,174 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "" -#: views.py:53 -msgid "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "" +#: views.py:148 +#, fuzzy, python-format +#| msgid "What are folders?" +msgid "Delete the folder: %s?" +msgstr "What are folders?" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[2] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" #~ msgid "Add document: %s to folder." #~ msgstr "Add document: %s to folder." @@ -202,13 +195,6 @@ msgstr[2] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -236,9 +222,6 @@ msgstr[2] "" #~ msgid "folder" #~ msgstr "folder" -#~ msgid "What are folders?" -#~ msgstr "What are folders?" - #~ msgid "" #~ "These folders can also be described as user folders. They are a way to " #~ "let individual users create their own document organization methods. " diff --git a/mayan/apps/folders/locale/nb/LC_MESSAGES/django.po b/mayan/apps/folders/locale/nb/LC_MESSAGES/django.po index 2c99b0cc2e..8485a35cd5 100644 --- a/mayan/apps/folders/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/nb/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,179 +19,170 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "" -#: views.py:53 -msgid "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "" +#: views.py:148 +#, fuzzy, python-format +#| msgid "What are folders?" +msgid "Delete the folder: %s?" +msgstr "What are folders?" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" #~ msgid "Add document: %s to folder." #~ msgstr "Add document: %s to folder." @@ -199,13 +190,6 @@ msgstr[1] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -233,9 +217,6 @@ msgstr[1] "" #~ msgid "folder" #~ msgstr "folder" -#~ msgid "What are folders?" -#~ msgstr "What are folders?" - #~ msgid "" #~ "These folders can also be described as user folders. They are a way to " #~ "let individual users create their own document organization methods. " 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 009b0def2a..1661d8bb68 100644 --- a/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po @@ -1,196 +1,188 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "" -#: views.py:53 -msgid "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "" +#: views.py:148 +#, fuzzy, python-format +#| msgid "What are folders?" +msgid "Delete the folder: %s?" +msgstr "What are folders?" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -201,13 +193,6 @@ msgstr[1] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -235,16 +220,13 @@ msgstr[1] "" #~ msgid "folder" #~ msgstr "folder" -#~ msgid "What are folders?" -#~ msgstr "What are folders?" - #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po b/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po index aa6c79936b..8e2e00d7fa 100644 --- a/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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 @@ -12,192 +12,202 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "utworzony" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "Dokumenty" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Katalog" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Katalogi" -#: links.py:15 views.py:61 -msgid "Create folder" -msgstr "Stworzyć folder" +#: apps.py:56 +msgid "Created" +msgstr "utworzony" -#: links.py:16 -msgid "Edit" -msgstr "Edytuj" - -#: links.py:17 -msgid "Delete" -msgstr "Usunąć" - -#: links.py:18 -msgid "Remove from folder" -msgstr "Usuń z folderu" - -#: links.py:20 -msgid "Add to a folder" -msgstr "Dodać do folderu" - -#: links.py:21 -msgid "Add to folder" -msgstr "Dodać do folderu" - -#: links.py:24 -msgid "ACLs" -msgstr "ACLs" - -#: models.py:11 -msgid "Title" -msgstr "Tytuł" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "Użytkownik" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Katalog" + +#: links.py:19 +msgid "Add to a folder" +msgstr "Dodać do folderu" + +#: links.py:23 +msgid "Add to folder" +msgstr "Dodać do folderu" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "Stworzyć folder" + +#: links.py:31 +msgid "Delete" +msgstr "Usunąć" + +#: links.py:35 +msgid "Remove from folder" +msgstr "Usuń z folderu" + +#: links.py:39 +msgid "Edit" +msgstr "Edytuj" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "Dokumenty" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "Data utworzenia" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Utwórz nowe katalogi" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Edytuj nowe foldery" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Usuń nowe katalogi" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Usuń dokumenty z katalogów" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Zobacz istniejące katalogi" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Dodaj dokumenty do istniejących katalogów" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Katalog został pomyślnie utworzony" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Katalog o nazwie:%s już istnieje." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Folder edytowany powodzeniem" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "błąd edycji katalogu; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "edytuj katalog: %s" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Katalog o nazwie:%s już istnieje." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Katalog: %s został usunięty." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Katalog: %(folder)s błąd usuwania: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Czy na pewno chcesz usunąć katalog: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Usuń nowe katalogi" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "Dokumenty w katalogu: %s" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Musisz podać co najmniej jeden dokument." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Dokument : %(document)s pomyślnie dodano do katalogu: %(folder)s." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Dokument: %(document)s jest już w katalogu: %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "Dodaj dokument do katalogu" msgstr[1] "Dodaj dokumenty do katalogu" msgstr[2] "Dodaj dokumenty do katalogu" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "Katalogi zawierające dokument: %s" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Musisz podać conajmiej jeden katalog dokumentów." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Pomyślnie usunięto dokument: %s. " -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokument: %(document)s błąd usuwania: %(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the selected document from the folder: " +#| "%(folder)s?" +#| msgid_plural "" +#| "Are you sure you wish to remove the selected documents from the folder: " +#| "%(folder)s?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "Czy napewno usunąć zaznaczony dokument z katalogu: %(folder)s?" msgstr[1] "Czy napewno usunąć zaznaczony dokumenty z katalogu: %(folder)s?" msgstr[2] "Czy napewno usunąć zaznaczony dokumenty z katalogu: %(folder)s?" +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Title" +#~ msgstr "Tytuł" + +#~ msgid "Folder created successfully" +#~ msgstr "Katalog został pomyślnie utworzony" + +#~ msgid "Folder edited successfully" +#~ msgstr "Folder edytowany powodzeniem" + +#~ msgid "Error editing folder; %s" +#~ msgstr "błąd edycji katalogu; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Czy na pewno chcesz usunąć katalog: %s?" + #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -208,11 +218,11 @@ msgstr[2] "Czy napewno usunąć zaznaczony dokumenty z katalogu: %(folder)s?" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the " +#~ "folder \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the " +#~ "folder \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -245,12 +255,12 @@ msgstr[2] "Czy napewno usunąć zaznaczony dokumenty z katalogu: %(folder)s?" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po b/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po index 197e27f437..1d24274692 100644 --- a/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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 @@ -11,189 +11,196 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Pasta" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Pastas" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "ACL's" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Pasta" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Criar novas pastas" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Editar novas pastas" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Excluir novas pastas" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Remover documentos das pastas" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Ver as pastas existentes" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Adicionar documentos a pastas existentes" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Pasta criada com sucesso" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Já existe uma pasta com o nome %s." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Pasta editada com sucesso" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Erro ao editar pasta; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Já existe uma pasta com o nome %s." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Pasta: %s removida com sucesso." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Pasta: %(folder)s erro ao eliminar: %(error)s " -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Tem a certeza de que deseja excluir a pasta: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Excluir novas pastas" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Documento: %(document)s adicionados à pasta: %(folder)s com sucesso." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s já está na pasta: %(folder)s ." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Deve fornecer pelo menos um documento da pasta." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s removido com sucesso." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s erro ao eliminar: %(error)s " -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "ACL's" + +#~ msgid "Folder created successfully" +#~ msgstr "Pasta criada com sucesso" + +#~ msgid "Folder edited successfully" +#~ msgstr "Pasta editada com sucesso" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Erro ao editar pasta; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Tem a certeza de que deseja excluir a pasta: %s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -204,13 +211,6 @@ msgstr[1] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -242,12 +242,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." 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 8b23ec2acf..8b754a366b 100644 --- a/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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 , 2012 @@ -12,189 +12,199 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:46 -msgid "Created" -msgstr "Criando" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "Documentos" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Pasta" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Pastas" -#: links.py:15 views.py:61 -msgid "Create folder" -msgstr "Criar pasta" +#: apps.py:56 +msgid "Created" +msgstr "Criando" -#: links.py:16 -msgid "Edit" -msgstr "Editar" - -#: links.py:17 -msgid "Delete" -msgstr "Excluir" - -#: links.py:18 -msgid "Remove from folder" -msgstr "Remover da pasta" - -#: links.py:20 -msgid "Add to a folder" -msgstr "Adicionar a uma pasta" - -#: links.py:21 -msgid "Add to folder" -msgstr "Adicione a pasta" - -#: links.py:24 -msgid "ACLs" -msgstr "ACLs" - -#: models.py:11 -msgid "Title" -msgstr "título" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "Usuário" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Pasta" + +#: links.py:19 +msgid "Add to a folder" +msgstr "Adicionar a uma pasta" + +#: links.py:23 +msgid "Add to folder" +msgstr "Adicione a pasta" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "Criar pasta" + +#: links.py:31 +msgid "Delete" +msgstr "Excluir" + +#: links.py:35 +msgid "Remove from folder" +msgstr "Remover da pasta" + +#: links.py:39 +msgid "Edit" +msgstr "Editar" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "Documentos" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "Hora e data criada" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Crie novas pastas" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Editar novas pastas" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Excluir novas pastas" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Remover documentos das pastas" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Ver as pastas existentes" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Adicionar documentos para as pastas existentes" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Pasta criada com sucesso" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "A pasta com o nome: %s, já existe." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Pasta editada com sucesso" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Erro ao editar pasta; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "Editar pasta: %s" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "A pasta com o nome: %s, já existe." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Pasta: %s removido com sucesso." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Pasta: %(folder)s erro ao deletar: %(error)s " -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Tem certeza de que deseja excluir a pasta: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Excluir novas pastas" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "Documentos na pasta: %s" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Documento: %(document)s adicionados à pasta: %(folder)s com sucesso." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s já está na pasta: %(folder)s ." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "Pastas contendo documento:%s" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Deve fornecer pelo menos um documento da pasta." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s removido com sucesso." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s erro ao deletar: %(error)s " -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Title" +#~ msgstr "título" + +#~ msgid "Folder created successfully" +#~ msgstr "Pasta criada com sucesso" + +#~ msgid "Folder edited successfully" +#~ msgstr "Pasta editada com sucesso" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Erro ao editar pasta; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Tem certeza de que deseja excluir a pasta: %s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -205,13 +215,6 @@ msgstr[1] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -243,12 +246,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." 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 1b40f34d93..464cf42ed6 100644 --- a/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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,191 +9,202 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Director" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Directoare" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "ACLs" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Director" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Creați directoare noi" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Editați noile directoare" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Ștergeți noile directoare" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Scoateți documentele din directoare" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Vezi directoarele existente" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Adaugă documente directoarelor existente" -#: views.py:53 -msgid "Folder created successfully" -msgstr "director creat cu succes" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Un director cu numele: %s, există deja." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Director editat cu succes" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Eroare editare director ;% s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Un director cu numele: %s, există deja." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Director %s eliminat cu succes." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Eroare %(error)s ştergere director %(folder)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Ştergeți directorul:% s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Ștergeți noile directoare" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Trebuie selectat cel puțin un document." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." -msgstr "Documentul:%(document)s a fost adăugat la directorul :%(folder)s cu succes." +msgstr "" +"Documentul:%(document)s a fost adăugat la directorul :%(folder)s cu succes." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documentul: %(document)s este deja în directorul : %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Trebuie selectat cel puțin un director." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Document: % s eliminat cu succes." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Eroare %(error)s ştergere document %(document)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[2] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Folder created successfully" +#~ msgstr "director creat cu succes" + +#~ msgid "Folder edited successfully" +#~ msgstr "Director editat cu succes" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Eroare editare director ;% s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Ştergeți directorul:% s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -204,13 +215,6 @@ msgstr[2] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -242,12 +246,12 @@ msgstr[2] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po b/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po index df06587bc9..8ab19473e4 100644 --- a/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/ru/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: # Sergey Glita , 2012-2013 @@ -9,155 +9,146 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Папка" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Папки" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "ACLs" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Папка" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Создание новых папок" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Изменить новые папки" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Удалить новые папки" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "Удаление документов из папок" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Просмотр существующих папок" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "Добавление документов в существующие папки" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Папка успешно создана" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Папку с именем %s уже существует." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Папка успешно изменена" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Ошибка редактирования папки; %s." - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Папку с именем %s уже существует." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Папка %s успешно удалена." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "При удалении папки %(folder)s произошла ошибка: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Вы хотите удалить папку %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Удалить новые папки" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Необходимо указатьть хотя бы один документ." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Документ: %(document)s добавлен в папку: %(folder)s успешно." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Документ: %(document)s is already in folder: %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" @@ -165,37 +156,59 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Должна быть хотя бы одна папка документов." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Документ: %s успешно удален." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Документ:%(document)s ошибка удаления: %(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[2] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[3] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Folder created successfully" +#~ msgstr "Папка успешно создана" + +#~ msgid "Folder edited successfully" +#~ msgstr "Папка успешно изменена" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Ошибка редактирования папки; %s." + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Вы хотите удалить папку %s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -206,13 +219,6 @@ msgstr[3] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -244,12 +250,12 @@ msgstr[3] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." 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 736f31e2d4..8cb6b13a35 100644 --- a/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po @@ -1,162 +1,152 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "" -#: views.py:53 -msgid "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "" +#: views.py:148 +#, fuzzy, python-format +#| msgid "What are folders?" +msgid "Delete the folder: %s?" +msgstr "What are folders?" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" @@ -164,37 +154,44 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[2] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[3] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -205,13 +202,6 @@ msgstr[3] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -239,16 +229,13 @@ msgstr[3] "" #~ msgid "folder" #~ msgstr "folder" -#~ msgid "What are folders?" -#~ msgstr "What are folders?" - #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/sq/LC_MESSAGES/django.po b/mayan/apps/folders/locale/sq/LC_MESSAGES/django.po index a8249af4d7..29880efde0 100644 --- a/mayan/apps/folders/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/sq/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,179 +19,170 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "" -#: views.py:53 -msgid "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "" +#: views.py:148 +#, fuzzy, python-format +#| msgid "What are folders?" +msgid "Delete the folder: %s?" +msgstr "What are folders?" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" msgstr[1] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr[1] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" #~ msgid "Add document: %s to folder." #~ msgstr "Add document: %s to folder." @@ -199,13 +190,6 @@ msgstr[1] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -233,9 +217,6 @@ msgstr[1] "" #~ msgid "folder" #~ msgstr "folder" -#~ msgid "What are folders?" -#~ msgstr "What are folders?" - #~ msgid "" #~ "These folders can also be described as user folders. They are a way to " #~ "let individual users create their own document organization methods. " diff --git a/mayan/apps/folders/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/folders/locale/tr_TR/LC_MESSAGES/django.po index 4bff1e07b8..416a2bef24 100644 --- a/mayan/apps/folders/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/tr_TR/LC_MESSAGES/django.po @@ -1,194 +1,184 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "" -#: views.py:53 -msgid "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "" +#: views.py:148 +#, fuzzy, python-format +#| msgid "What are folders?" +msgid "Delete the folder: %s?" +msgstr "What are folders?" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -199,13 +189,6 @@ msgstr[0] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -233,16 +216,13 @@ msgstr[0] "" #~ msgid "folder" #~ msgstr "folder" -#~ msgid "What are folders?" -#~ msgstr "What are folders?" - #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." 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 266af2563c..23c4a1ed74 100644 --- a/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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,187 +9,192 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "Thư mục" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "Các thư mục" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "ACLs" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "Thư mục" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "Tạo các thư mục mới" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "Sửa các thư mục mới" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "Xóa các thư mục mới" -#: permissions.py:12 +#: 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:13 +#: permissions.py:22 msgid "View existing folders" msgstr "Xem các thư mục đang có" -#: permissions.py:14 +#: 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ó" -#: views.py:53 -msgid "Folder created successfully" -msgstr "Thư mục tạo thành công" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "Thư mục tên: %s, đã tồn tại." - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "Thư mục đã sửa thành công" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "Lỗi sửa thư mục; %s" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Thư mục tên: %s, đã tồn tại." + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "Thư mục: %s đã xóa thành công." -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Thư mục: %(folder)s lỗi xóa: %(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "Bạn có chắc chắn muốn xóa thư mục: %s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "Xóa các thư mục mới" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "Cần cung cấp ít nhất một tài liệu." -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Tài liệu: %(document)s được thêm vào thư mục: %(folder)s thành công." -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Tài liệu: %(document)s đã tồn tại trong thư mục: %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "Cần cung cấp ít nhất một thư mục tài liệu." -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "Tài liệu: %s đã xóa thành công." -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Tài liệu: %(document)s lỗi xóa: %(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Folder created successfully" +#~ msgstr "Thư mục tạo thành công" + +#~ msgid "Folder edited successfully" +#~ msgstr "Thư mục đã sửa thành công" + +#~ msgid "Error editing folder; %s" +#~ msgstr "Lỗi sửa thư mục; %s" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "Bạn có chắc chắn muốn xóa thư mục: %s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -200,13 +205,6 @@ msgstr[0] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -238,12 +236,12 @@ msgstr[0] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." 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 65116feaeb..2526dd570b 100644 --- a/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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,187 +9,192 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-15 23:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "文件夹" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "文件夹" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "访问控制列表" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "文件夹" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "新建文件夹" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "编辑文件夹" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "删除文件夹" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "从文件夹中移除文档" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "查看已存在文件夹" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "添加文档到存在文件夹" -#: views.py:53 -msgid "Folder created successfully" -msgstr "文件夹创建成功" +#: serializers.py:61 +msgid "Primary key of the document to be added." +msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "文件夹:%s已经存在" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "文件夹编辑成功" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "编辑文件夹:%s 出错" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "文件夹:%s已经存在" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "文件夹:%s 删除成功" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "删除文件夹:%(folder)s出错:%(error)s" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "确定要删除文件夹:%s?" +#: views.py:148 +#, fuzzy, python-format +#| msgid "Delete new folders" +msgid "Delete the folder: %s?" +msgstr "删除文件夹" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "至少要有一个文档" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "文档 %(document)s 成功添加到文件夹: %(folder)s。" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "文档: %(document)s已经存在于文件夹: %(folder)s." -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "必须提供至少一个文件夹文档" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "文档:%s移除成功" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "文档: %(document)s 删除错误:%(error)s" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" + +#~ msgid "ACLs" +#~ msgstr "访问控制列表" + +#~ msgid "Folder created successfully" +#~ msgstr "文件夹创建成功" + +#~ msgid "Folder edited successfully" +#~ msgstr "文件夹编辑成功" + +#~ msgid "Error editing folder; %s" +#~ msgstr "编辑文件夹:%s 出错" + +#~ msgid "Are you sure you with to delete the folder: %s?" +#~ msgstr "确定要删除文件夹:%s?" #~ msgid "Add document to a folder" #~ msgstr "Add document to a folder" @@ -200,13 +205,6 @@ msgstr[0] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" -#~ " \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -238,12 +236,12 @@ msgstr[0] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to let " -#~ "individual users create their own document organization methods. Folders " -#~ "created by one user and the documents contained by them don't affect any " -#~ "other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to " +#~ "let individual users create their own document organization methods. " +#~ "Folders created by one user and the documents contained by them don't " +#~ "affect any other user folders or documents." diff --git a/mayan/apps/folders/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/folders/locale/zh_TW/LC_MESSAGES/django.po index d65b87ffa1..01b18f5392 100644 --- a/mayan/apps/folders/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/zh_TW/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,177 +19,166 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:46 -msgid "Created" -msgstr "" - -#: __init__.py:47 links.py:19 models.py:14 -msgid "Documents" -msgstr "" - -#: forms.py:38 models.py:26 -msgid "Folder" -msgstr "" - -#: links.py:14 links.py:22 links.py:25 models.py:27 permissions.py:7 -#: views.py:39 +#: apps.py:33 links.py:15 links.py:43 models.py:35 permissions.py:7 +#: views.py:83 msgid "Folders" msgstr "" -#: links.py:15 views.py:61 -msgid "Create folder" +#: apps.py:56 +msgid "Created" msgstr "" -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 -msgid "Delete" -msgstr "" - -#: links.py:18 -msgid "Remove from folder" -msgstr "" - -#: links.py:20 -msgid "Add to a folder" -msgstr "" - -#: links.py:21 -msgid "Add to folder" -msgstr "" - -#: links.py:24 -msgid "ACLs" -msgstr "" - -#: models.py:11 -msgid "Title" -msgstr "" - -#: models.py:12 +#: apps.py:58 models.py:17 msgid "User" msgstr "" -#: models.py:13 +#: forms.py:34 models.py:34 +msgid "Folder" +msgstr "" + +#: links.py:19 +msgid "Add to a folder" +msgstr "" + +#: links.py:23 +msgid "Add to folder" +msgstr "" + +#: links.py:26 views.py:114 +msgid "Create folder" +msgstr "" + +#: links.py:31 +msgid "Delete" +msgstr "" + +#: links.py:35 +msgid "Remove from folder" +msgstr "" + +#: links.py:39 +msgid "Edit" +msgstr "" + +#: links.py:46 models.py:22 views.py:75 views.py:258 +msgid "Documents" +msgstr "" + +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:19 msgid "Datetime created" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new folders" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Edit new folders" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete new folders" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Remove documents from folders" msgstr "" -#: permissions.py:13 +#: permissions.py:22 msgid "View existing folders" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Add documents to existing folders" msgstr "" -#: views.py:53 -msgid "Folder created successfully" +#: serializers.py:61 +msgid "Primary key of the document to be added." msgstr "" -#: views.py:56 -#, python-format -msgid "A folder named: %s, already exists." -msgstr "" - -#: views.py:79 -msgid "Folder edited successfully" -msgstr "" - -#: views.py:82 -#, python-format -msgid "Error editing folder; %s" -msgstr "" - -#: views.py:87 +#: views.py:44 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:109 +#: views.py:107 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:136 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:111 +#: views.py:138 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:121 -#, python-format -msgid "Are you sure you with to delete the folder: %s?" -msgstr "" +#: views.py:148 +#, fuzzy, python-format +#| msgid "What are folders?" +msgid "Delete the folder: %s?" +msgstr "What are folders?" -#: views.py:144 +#: views.py:175 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:157 +#: views.py:188 msgid "Must provide at least one document." msgstr "" -#: views.py:176 +#: views.py:207 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:179 +#: views.py:210 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:196 +#: views.py:227 msgid "Add document to folder" msgid_plural "Add documents to folder" msgstr[0] "" -#: views.py:216 +#: views.py:268 #, python-format msgid "Folders containing document: %s" msgstr "" -#: views.py:242 +#: views.py:282 msgid "Must provide at least one folder document." msgstr "" -#: views.py:260 +#: views.py:300 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:262 +#: views.py:302 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:272 -#, python-format -msgid "" -"Are you sure you wish to remove the selected document from the folder: " -"%(folder)s?" -msgid_plural "" -"Are you sure you wish to remove the selected documents from the folder: " -"%(folder)s?" +#: views.py:312 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the documents: %(documents)s from the " +#| "folder \"%(folder)s\"?" +msgid "Remove the selected document from the folder: %(folder)s?" +msgid_plural "Remove the selected documents from the folder: %(folder)s?" msgstr[0] "" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" #~ msgid "Add document: %s to folder." #~ msgstr "Add document: %s to folder." @@ -197,13 +186,6 @@ msgstr[0] "" #~ msgid "Add documents: %s to folder." #~ msgstr "Add documents: %s to folder." -#~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" -#~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" - #~ msgid "Document" #~ msgstr "document" @@ -231,9 +213,6 @@ msgstr[0] "" #~ msgid "folder" #~ msgstr "folder" -#~ msgid "What are folders?" -#~ msgstr "What are folders?" - #~ msgid "" #~ "These folders can also be described as user folders. They are a way to " #~ "let individual users create their own document organization methods. " diff --git a/mayan/apps/installation/locale/ar/LC_MESSAGES/django.po b/mayan/apps/installation/locale/ar/LC_MESSAGES/django.po index 059c8f769b..0eb55262cf 100644 --- a/mayan/apps/installation/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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,205 +9,156 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "Distributor ID" - -#: models.py:52 -msgid "Description" -msgstr "Description" - -#: models.py:53 -msgid "Release" -msgstr "Release" - -#: models.py:54 -msgid "Codename" -msgstr "Codename" - -#: models.py:55 -msgid "System info" -msgstr "System info" - -#: models.py:59 -msgid "OS architecture" -msgstr "OS architecture" - -#: models.py:60 -msgid "Python version" -msgstr "Python version" - -#: models.py:61 -msgid "Hostname" -msgstr "Hostname" - -#: models.py:62 -msgid "Platform" -msgstr "Platform" - -#: models.py:63 -msgid "Machine" -msgstr "Machine" - -#: models.py:64 -msgid "Processor" -msgstr "Processor" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Number of CPUs" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Total physical memory" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Disk partitions" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "tesseract version" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "not found" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "error getting version" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "unpaper version" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "pdftotext version" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Mayan EDMS version" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Running from a Git repository" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Repository remotes" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "Repository remotes URLs" - -#: models.py:119 -msgid "Branch" -msgstr "Branch" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "HEAD commit hex SHA" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "HEAD commit author" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "HEAD commit authored date" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "HEAD commit committer" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "HEAD commit committed date" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "HEAD commit message" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Installation" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "View installation environment details" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "Distributor ID" + +#~ msgid "Description" +#~ msgstr "Description" + +#~ msgid "Release" +#~ msgstr "Release" + +#~ msgid "Codename" +#~ msgstr "Codename" + +#~ msgid "System info" +#~ msgstr "System info" + +#~ msgid "OS architecture" +#~ msgstr "OS architecture" + +#~ msgid "Python version" +#~ msgstr "Python version" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Platform" +#~ msgstr "Platform" + +#~ msgid "Machine" +#~ msgstr "Machine" + +#~ msgid "Processor" +#~ msgstr "Processor" + +#~ msgid "Number of CPUs" +#~ msgstr "Number of CPUs" + +#~ msgid "Total physical memory" +#~ msgstr "Total physical memory" + +#~ msgid "Disk partitions" +#~ msgstr "Disk partitions" + +#~ msgid "tesseract version" +#~ msgstr "tesseract version" + +#~ msgid "not found" +#~ msgstr "not found" + +#~ msgid "error getting version" +#~ msgstr "error getting version" + +#~ msgid "unpaper version" +#~ msgstr "unpaper version" + +#~ msgid "pdftotext version" +#~ msgstr "pdftotext version" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Mayan EDMS version" + +#~ msgid "Running from a Git repository" +#~ msgstr "Running from a Git repository" + +#~ msgid "Repository remotes" +#~ msgstr "Repository remotes" + +#~ msgid "Repository remotes URLs" +#~ msgstr "Repository remotes URLs" + +#~ msgid "Branch" +#~ msgstr "Branch" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "HEAD commit hex SHA" + +#~ msgid "HEAD commit author" +#~ msgstr "HEAD commit author" + +#~ msgid "HEAD commit authored date" +#~ msgstr "HEAD commit authored date" + +#~ msgid "HEAD commit committer" +#~ msgstr "HEAD commit committer" + +#~ msgid "HEAD commit committed date" +#~ msgstr "HEAD commit committed date" + +#~ msgid "HEAD commit message" +#~ msgstr "HEAD commit message" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/bg/LC_MESSAGES/django.po b/mayan/apps/installation/locale/bg/LC_MESSAGES/django.po index cf313ec955..2046d0159a 100644 --- a/mayan/apps/installation/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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 @@ -10,205 +10,119 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "ID на дистрибуция" - -#: models.py:52 -msgid "Description" -msgstr "Описание" - -#: models.py:53 -msgid "Release" -msgstr "Версия" - -#: models.py:54 -msgid "Codename" -msgstr "Кодово име" - -#: models.py:55 -msgid "System info" -msgstr "Системна информация" - -#: models.py:59 -msgid "OS architecture" -msgstr "архитектура на операционната система" - -#: models.py:60 -msgid "Python version" -msgstr "Версия на питон" - -#: models.py:61 -msgid "Hostname" -msgstr "Име на хоста" - -#: models.py:62 -msgid "Platform" -msgstr "Платформа" - -#: models.py:63 -msgid "Machine" -msgstr "Машина" - -#: models.py:64 -msgid "Processor" -msgstr "Процесор" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Брой процесори" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Общ обем физическа памет" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Дялове на диска" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "tesseract версия" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "не е намерен" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "версия на unpaper" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Версия на Mayan EDMS" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Инсталация" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "Преглед на детайли относно средата на инсталацията" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "ID на дистрибуция" + +#~ msgid "Description" +#~ msgstr "Описание" + +#~ msgid "Release" +#~ msgstr "Версия" + +#~ msgid "Codename" +#~ msgstr "Кодово име" + +#~ msgid "System info" +#~ msgstr "Системна информация" + +#~ msgid "OS architecture" +#~ msgstr "архитектура на операционната система" + +#~ msgid "Python version" +#~ msgstr "Версия на питон" + +#~ msgid "Hostname" +#~ msgstr "Име на хоста" + +#~ msgid "Platform" +#~ msgstr "Платформа" + +#~ msgid "Machine" +#~ msgstr "Машина" + +#~ msgid "Processor" +#~ msgstr "Процесор" + +#~ msgid "Number of CPUs" +#~ msgstr "Брой процесори" + +#~ msgid "Total physical memory" +#~ msgstr "Общ обем физическа памет" + +#~ msgid "Disk partitions" +#~ msgstr "Дялове на диска" + +#~ msgid "tesseract version" +#~ msgstr "tesseract версия" + +#~ msgid "not found" +#~ msgstr "не е намерен" + +#~ msgid "unpaper version" +#~ msgstr "версия на unpaper" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Версия на Mayan EDMS" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" 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 d3fb713cb4..cb51990e62 100644 --- a/mayan/apps/installation/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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,205 +9,156 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "ID oznaka distributora" - -#: models.py:52 -msgid "Description" -msgstr "Opis" - -#: models.py:53 -msgid "Release" -msgstr "Izdanje" - -#: models.py:54 -msgid "Codename" -msgstr "Kodno ime" - -#: models.py:55 -msgid "System info" -msgstr "Sistemske informacije" - -#: models.py:59 -msgid "OS architecture" -msgstr "Arhitektura OS-a" - -#: models.py:60 -msgid "Python version" -msgstr "Verzija Python-a" - -#: models.py:61 -msgid "Hostname" -msgstr "Ime hosta" - -#: models.py:62 -msgid "Platform" -msgstr "Platforma" - -#: models.py:63 -msgid "Machine" -msgstr "Mašina" - -#: models.py:64 -msgid "Processor" -msgstr "Procesor" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Broj CPU" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Ukupna fizička memorija" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Particije diska" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "verzija tesseract-a" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "nije pronađeno" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "greška pribavljanja verzije" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "bezpapirna verzija" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "verzija pdftotext" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "verzija Mayan EDMS " - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Izvršava se iz Git repozitorija" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Udaljeni repozitoriji" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "URL-ovi udaljenih repozitorija" - -#: models.py:119 -msgid "Branch" -msgstr "Ogranak" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "HEAD izvršava heksadekadni SHA" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "HEAD izvršava autor" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "HEAD izvršava autor datum" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "HEAD izvršava komitera" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "HEAD izvršava datum izvršenja" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "HEAD izvršava poruku" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Instalacija" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "Pregled detalja instalacije" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "ID oznaka distributora" + +#~ msgid "Description" +#~ msgstr "Opis" + +#~ msgid "Release" +#~ msgstr "Izdanje" + +#~ msgid "Codename" +#~ msgstr "Kodno ime" + +#~ msgid "System info" +#~ msgstr "Sistemske informacije" + +#~ msgid "OS architecture" +#~ msgstr "Arhitektura OS-a" + +#~ msgid "Python version" +#~ msgstr "Verzija Python-a" + +#~ msgid "Hostname" +#~ msgstr "Ime hosta" + +#~ msgid "Platform" +#~ msgstr "Platforma" + +#~ msgid "Machine" +#~ msgstr "Mašina" + +#~ msgid "Processor" +#~ msgstr "Procesor" + +#~ msgid "Number of CPUs" +#~ msgstr "Broj CPU" + +#~ msgid "Total physical memory" +#~ msgstr "Ukupna fizička memorija" + +#~ msgid "Disk partitions" +#~ msgstr "Particije diska" + +#~ msgid "tesseract version" +#~ msgstr "verzija tesseract-a" + +#~ msgid "not found" +#~ msgstr "nije pronađeno" + +#~ msgid "error getting version" +#~ msgstr "greška pribavljanja verzije" + +#~ msgid "unpaper version" +#~ msgstr "bezpapirna verzija" + +#~ msgid "pdftotext version" +#~ msgstr "verzija pdftotext" + +#~ msgid "Mayan EDMS version" +#~ msgstr "verzija Mayan EDMS " + +#~ msgid "Running from a Git repository" +#~ msgstr "Izvršava se iz Git repozitorija" + +#~ msgid "Repository remotes" +#~ msgstr "Udaljeni repozitoriji" + +#~ msgid "Repository remotes URLs" +#~ msgstr "URL-ovi udaljenih repozitorija" + +#~ msgid "Branch" +#~ msgstr "Ogranak" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "HEAD izvršava heksadekadni SHA" + +#~ msgid "HEAD commit author" +#~ msgstr "HEAD izvršava autor" + +#~ msgid "HEAD commit authored date" +#~ msgstr "HEAD izvršava autor datum" + +#~ msgid "HEAD commit committer" +#~ msgstr "HEAD izvršava komitera" + +#~ msgid "HEAD commit committed date" +#~ msgstr "HEAD izvršava datum izvršenja" + +#~ msgid "HEAD commit message" +#~ msgstr "HEAD izvršava poruku" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/da/LC_MESSAGES/django.po b/mayan/apps/installation/locale/da/LC_MESSAGES/django.po index 6255c9328a..f939e24bbb 100644 --- a/mayan/apps/installation/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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: # René Rovsing Bach , 2013 @@ -9,205 +9,155 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "Distributør id" - -#: models.py:52 -msgid "Description" -msgstr "Beskrivelse" - -#: models.py:53 -msgid "Release" -msgstr "Release" - -#: models.py:54 -msgid "Codename" -msgstr "Codename" - -#: models.py:55 -msgid "System info" -msgstr "System info" - -#: models.py:59 -msgid "OS architecture" -msgstr "OS arkitektur" - -#: models.py:60 -msgid "Python version" -msgstr "Python version" - -#: models.py:61 -msgid "Hostname" -msgstr "Host navn" - -#: models.py:62 -msgid "Platform" -msgstr "Platform" - -#: models.py:63 -msgid "Machine" -msgstr "Maskine" - -#: models.py:64 -msgid "Processor" -msgstr "Processor" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Antal CPU'er" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Samlet fysisk hukommelse" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Diskpartitioner" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "Tesseract version" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "Ej fundet" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "Fejl ved versionssøgning" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "digital udgave" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "pdftotext version" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Mayan EDMS version" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Kører fra en Git repository" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Repository remotes" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "Repository remotes URLs" - -#: models.py:119 -msgid "Branch" -msgstr "Branch" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "HEAD commit hex SHA" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "HEAD commit author" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "HEAD commit authored date" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "HEAD commit committer" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "HEAD commit committed date" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "HEAD commit message" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Installation" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "Se installations miljø detaljer" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "Distributør id" + +#~ msgid "Description" +#~ msgstr "Beskrivelse" + +#~ msgid "Release" +#~ msgstr "Release" + +#~ msgid "Codename" +#~ msgstr "Codename" + +#~ msgid "System info" +#~ msgstr "System info" + +#~ msgid "OS architecture" +#~ msgstr "OS arkitektur" + +#~ msgid "Python version" +#~ msgstr "Python version" + +#~ msgid "Hostname" +#~ msgstr "Host navn" + +#~ msgid "Platform" +#~ msgstr "Platform" + +#~ msgid "Machine" +#~ msgstr "Maskine" + +#~ msgid "Processor" +#~ msgstr "Processor" + +#~ msgid "Number of CPUs" +#~ msgstr "Antal CPU'er" + +#~ msgid "Total physical memory" +#~ msgstr "Samlet fysisk hukommelse" + +#~ msgid "Disk partitions" +#~ msgstr "Diskpartitioner" + +#~ msgid "tesseract version" +#~ msgstr "Tesseract version" + +#~ msgid "not found" +#~ msgstr "Ej fundet" + +#~ msgid "error getting version" +#~ msgstr "Fejl ved versionssøgning" + +#~ msgid "unpaper version" +#~ msgstr "digital udgave" + +#~ msgid "pdftotext version" +#~ msgstr "pdftotext version" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Mayan EDMS version" + +#~ msgid "Running from a Git repository" +#~ msgstr "Kører fra en Git repository" + +#~ msgid "Repository remotes" +#~ msgstr "Repository remotes" + +#~ msgid "Repository remotes URLs" +#~ msgstr "Repository remotes URLs" + +#~ msgid "Branch" +#~ msgstr "Branch" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "HEAD commit hex SHA" + +#~ msgid "HEAD commit author" +#~ msgstr "HEAD commit author" + +#~ msgid "HEAD commit authored date" +#~ msgstr "HEAD commit authored date" + +#~ msgid "HEAD commit committer" +#~ msgstr "HEAD commit committer" + +#~ msgid "HEAD commit committed date" +#~ msgstr "HEAD commit committed date" + +#~ msgid "HEAD commit message" +#~ msgstr "HEAD commit message" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/installation/locale/de_CH/LC_MESSAGES/django.po index a7e0e0345c..5a913d36d0 100644 --- a/mayan/apps/installation/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/de_CH/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,191 +19,47 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" 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 38e04f98ae..2963819dee 100644 --- a/mayan/apps/installation/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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: # Stefan Lodders , 2012 @@ -13,205 +13,170 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "Bezeichnung" - -#: __init__.py:30 -msgid "Items" -msgstr "Elemente" - -#: __init__.py:41 -msgid "Value" -msgstr "Wert" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "Installationsdetails" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "Installationseigenschaften Namensräume" - -#: links.py:9 -msgid "Details" -msgstr "Details" - -#: models.py:48 -msgid "Operating system" -msgstr "Betriebssystem" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "Distributoren-ID" - -#: models.py:52 -msgid "Description" -msgstr "Beschreibung" - -#: models.py:53 -msgid "Release" -msgstr "Version" - -#: models.py:54 -msgid "Codename" -msgstr "Codename" - -#: models.py:55 -msgid "System info" -msgstr "Systeminformation" - -#: models.py:59 -msgid "OS architecture" -msgstr "Architektur Betriebssystem" - -#: models.py:60 -msgid "Python version" -msgstr "Python Version" - -#: models.py:61 -msgid "Hostname" -msgstr "Hostname" - -#: models.py:62 -msgid "Platform" -msgstr "Plattform" - -#: models.py:63 -msgid "Machine" -msgstr "Maschine" - -#: models.py:64 -msgid "Processor" -msgstr "Prozessor" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Anzahl der CPUs" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Gesamter physikalischer Speicher" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Festplattenpartitionen" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "Programmabhängigkeiten" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "Tesseract Version" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "Nicht gefunden" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "Fehler beim Auslesen der Version" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "unpaper Version" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "pdftotext Version" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "Mayan EDMS" - -#: models.py:102 -msgid "UUID" -msgstr "UUID" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Mayan EDMS Version" - -#: models.py:106 -msgid "Git repository" -msgstr "Git-Repository" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Aus einem Git-Repository ausgeführt" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Name von entfernten Repositories" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "URLs von entfernten Repositories" - -#: models.py:119 -msgid "Branch" -msgstr "Zweig" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "Prüfsumme des HEAD commit als SHA" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "HEAD commit Author" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "Zeitstempel, an dem der HEAD commit verfasst wurde" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "HEAD commit Committer" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "Zeitstempel, an dem der HEAD commit übertragen wurde" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "HEAD commit Nachricht" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "VirtualEnv" - -#: models.py:135 -msgid "pip not found." -msgstr "Programm pip nicht gefunden" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Installation" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "Bezeichnung" + +#: apps.py:26 +msgid "Items" +msgstr "Elemente" + +#: apps.py:31 +msgid "Value" +msgstr "Wert" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "VirtualEnv" + +#: apps.py:47 +msgid "pip not found." +msgstr "Programm pip nicht gefunden" + +#: links.py:12 +msgid "Installation details" +msgstr "Installationsdetails" + +#: links.py:15 +msgid "Details" +msgstr "Details" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "Installationseigenschaften Namensräume" + +#: permissions.py:10 msgid "View installation environment details" msgstr "Details der Installationsumgebung anzeigen" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "Installationsdetails für %s" +#~ msgid "Operating system" +#~ msgstr "Betriebssystem" + +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "Distributoren-ID" + +#~ msgid "Description" +#~ msgstr "Beschreibung" + +#~ msgid "Release" +#~ msgstr "Version" + +#~ msgid "Codename" +#~ msgstr "Codename" + +#~ msgid "System info" +#~ msgstr "Systeminformation" + +#~ msgid "OS architecture" +#~ msgstr "Architektur Betriebssystem" + +#~ msgid "Python version" +#~ msgstr "Python Version" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Platform" +#~ msgstr "Plattform" + +#~ msgid "Machine" +#~ msgstr "Maschine" + +#~ msgid "Processor" +#~ msgstr "Prozessor" + +#~ msgid "Number of CPUs" +#~ msgstr "Anzahl der CPUs" + +#~ msgid "Total physical memory" +#~ msgstr "Gesamter physikalischer Speicher" + +#~ msgid "Disk partitions" +#~ msgstr "Festplattenpartitionen" + +#~ msgid "Binary dependencies" +#~ msgstr "Programmabhängigkeiten" + +#~ msgid "tesseract version" +#~ msgstr "Tesseract Version" + +#~ msgid "not found" +#~ msgstr "Nicht gefunden" + +#~ msgid "error getting version" +#~ msgstr "Fehler beim Auslesen der Version" + +#~ msgid "unpaper version" +#~ msgstr "unpaper Version" + +#~ msgid "pdftotext version" +#~ msgstr "pdftotext Version" + +#~ msgid "Mayan EDMS" +#~ msgstr "Mayan EDMS" + +#~ msgid "UUID" +#~ msgstr "UUID" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Mayan EDMS Version" + +#~ msgid "Git repository" +#~ msgstr "Git-Repository" + +#~ msgid "Running from a Git repository" +#~ msgstr "Aus einem Git-Repository ausgeführt" + +#~ msgid "Repository remotes" +#~ msgstr "Name von entfernten Repositories" + +#~ msgid "Repository remotes URLs" +#~ msgstr "URLs von entfernten Repositories" + +#~ msgid "Branch" +#~ msgstr "Zweig" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "Prüfsumme des HEAD commit als SHA" + +#~ msgid "HEAD commit author" +#~ msgstr "HEAD commit Author" + +#~ msgid "HEAD commit authored date" +#~ msgstr "Zeitstempel, an dem der HEAD commit verfasst wurde" + +#~ msgid "HEAD commit committer" +#~ msgstr "HEAD commit Committer" + +#~ msgid "HEAD commit committed date" +#~ msgstr "Zeitstempel, an dem der HEAD commit übertragen wurde" + +#~ msgid "HEAD commit message" +#~ msgstr "HEAD commit Nachricht" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/en/LC_MESSAGES/django.po b/mayan/apps/installation/locale/en/LC_MESSAGES/django.po index 28fa804b3d..6276f03df7 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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,200 +18,155 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:26 __init__.py:37 +#: apps.py:17 permissions.py:7 +msgid "Installation" +msgstr "Installation" + +#: apps.py:23 apps.py:30 msgid "Label" msgstr "" -#: __init__.py:30 +#: apps.py:26 msgid "Items" msgstr "" -#: __init__.py:41 +#: apps.py:31 msgid "Value" msgstr "" -#: links.py:7 models.py:156 -#, fuzzy -msgid "Installation details" -msgstr "installation details" - -#: links.py:8 views.py:21 -#, fuzzy -msgid "Installation property namespaces" -msgstr "installation details" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "Distributor ID" - -#: models.py:52 -msgid "Description" -msgstr "Description" - -#: models.py:53 -msgid "Release" -msgstr "Release" - -#: models.py:54 -msgid "Codename" -msgstr "Codename" - -#: models.py:55 -msgid "System info" -msgstr "System info" - -#: models.py:59 -msgid "OS architecture" -msgstr "OS architecture" - -#: models.py:60 -msgid "Python version" -msgstr "Python version" - -#: models.py:61 -msgid "Hostname" -msgstr "Hostname" - -#: models.py:62 -msgid "Platform" -msgstr "Platform" - -#: models.py:63 -msgid "Machine" -msgstr "Machine" - -#: models.py:64 -msgid "Processor" -msgstr "Processor" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Number of CPUs" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Total physical memory" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Disk partitions" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "tesseract version" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "not found" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "error getting version" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "unpaper version" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "pdftotext version" - -#: models.py:100 -#, fuzzy -msgid "Mayan EDMS" -msgstr "Mayan EDMS version" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Mayan EDMS version" - -#: models.py:106 -#, fuzzy -msgid "Git repository" -msgstr "Running from a Git repository" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Running from a Git repository" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Repository remotes" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "Repository remotes URLs" - -#: models.py:119 -msgid "Branch" -msgstr "Branch" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "HEAD commit hex SHA" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "HEAD commit author" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "HEAD commit authored date" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "HEAD commit committer" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "HEAD commit committed date" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "HEAD commit message" - -#: models.py:131 +#: apps.py:42 msgid "VirtualEnv" msgstr "" -#: models.py:135 +#: apps.py:47 #, fuzzy msgid "pip not found." msgstr "not found" -#: permissions.py:7 -msgid "Installation" -msgstr "Installation" +#: links.py:12 +#, fuzzy +msgid "Installation details" +msgstr "installation details" -#: permissions.py:8 +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +#, fuzzy +msgid "Installation property namespaces" +msgstr "installation details" + +#: permissions.py:10 msgid "View installation environment details" msgstr "View installation environment details" -#: views.py:33 +#: views.py:32 #, fuzzy, python-format msgid "Installation namespace details for: %s" msgstr "installation details" +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "Distributor ID" + +#~ msgid "Description" +#~ msgstr "Description" + +#~ msgid "Release" +#~ msgstr "Release" + +#~ msgid "Codename" +#~ msgstr "Codename" + +#~ msgid "System info" +#~ msgstr "System info" + +#~ msgid "OS architecture" +#~ msgstr "OS architecture" + +#~ msgid "Python version" +#~ msgstr "Python version" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Platform" +#~ msgstr "Platform" + +#~ msgid "Machine" +#~ msgstr "Machine" + +#~ msgid "Processor" +#~ msgstr "Processor" + +#~ msgid "Number of CPUs" +#~ msgstr "Number of CPUs" + +#~ msgid "Total physical memory" +#~ msgstr "Total physical memory" + +#~ msgid "Disk partitions" +#~ msgstr "Disk partitions" + +#~ msgid "tesseract version" +#~ msgstr "tesseract version" + +#~ msgid "not found" +#~ msgstr "not found" + +#~ msgid "error getting version" +#~ msgstr "error getting version" + +#~ msgid "unpaper version" +#~ msgstr "unpaper version" + +#~ msgid "pdftotext version" +#~ msgstr "pdftotext version" + +#, fuzzy +#~ msgid "Mayan EDMS" +#~ msgstr "Mayan EDMS version" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Mayan EDMS version" + +#, fuzzy +#~ msgid "Git repository" +#~ msgstr "Running from a Git repository" + +#~ msgid "Running from a Git repository" +#~ msgstr "Running from a Git repository" + +#~ msgid "Repository remotes" +#~ msgstr "Repository remotes" + +#~ msgid "Repository remotes URLs" +#~ msgstr "Repository remotes URLs" + +#~ msgid "Branch" +#~ msgstr "Branch" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "HEAD commit hex SHA" + +#~ msgid "HEAD commit author" +#~ msgstr "HEAD commit author" + +#~ msgid "HEAD commit authored date" +#~ msgstr "HEAD commit authored date" + +#~ msgid "HEAD commit committer" +#~ msgstr "HEAD commit committer" + +#~ msgid "HEAD commit committed date" +#~ msgstr "HEAD commit committed date" + +#~ msgid "HEAD commit message" +#~ msgstr "HEAD commit message" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/es/LC_MESSAGES/django.po b/mayan/apps/installation/locale/es/LC_MESSAGES/django.po index 82c168d259..d655b1aa2b 100644 --- a/mayan/apps/installation/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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: # Igor Támara , 2015 @@ -11,205 +11,170 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "Etiqueta" - -#: __init__.py:30 -msgid "Items" -msgstr "Elementos" - -#: __init__.py:41 -msgid "Value" -msgstr "Valor" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "Detalles de instalación" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "categorías de propiedades de instalación" - -#: links.py:9 -msgid "Details" -msgstr "Detalles" - -#: models.py:48 -msgid "Operating system" -msgstr "Sistema operativo" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "S.O. LSB" - -#: models.py:51 -msgid "Distributor ID" -msgstr "ID de distribuidor" - -#: models.py:52 -msgid "Description" -msgstr "Descripción" - -#: models.py:53 -msgid "Release" -msgstr "Versión" - -#: models.py:54 -msgid "Codename" -msgstr "Nombre clave" - -#: models.py:55 -msgid "System info" -msgstr "Información de sistema" - -#: models.py:59 -msgid "OS architecture" -msgstr "Arquitectura de S.O." - -#: models.py:60 -msgid "Python version" -msgstr "Versión de Python" - -#: models.py:61 -msgid "Hostname" -msgstr "Nombre de la máquina" - -#: models.py:62 -msgid "Platform" -msgstr "Plataforma" - -#: models.py:63 -msgid "Machine" -msgstr "Máquina" - -#: models.py:64 -msgid "Processor" -msgstr "Procesador" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Número de CPUs" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Memoria física total" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Particiones de disco" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "Dependencias binarias" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "Versión de tesseract" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "No encontrado" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "error al obtener la versión" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "Versión de unpaper" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "versión de pdftotext" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "Mayan EDMS" - -#: models.py:102 -msgid "UUID" -msgstr "UUID" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Versión de Mayan EDMS" - -#: models.py:106 -msgid "Git repository" -msgstr "Repositorio Git" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Ejecutado desde un repositorio Git" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Remotos del repositorio" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "URLs de los remotos del repositorio" - -#: models.py:119 -msgid "Branch" -msgstr "Rama" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "SHA hex del commit HEAD" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "Autor del commit HEAD" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "Fecha de autoría" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "Usuario que sometió" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "Fecha de sumisión" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "Mensaje de sumisión" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "VirtualEnv" - -#: models.py:135 -msgid "pip not found." -msgstr "pip no fue encontrado." - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Instalación" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "Etiqueta" + +#: apps.py:26 +msgid "Items" +msgstr "Elementos" + +#: apps.py:31 +msgid "Value" +msgstr "Valor" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "VirtualEnv" + +#: apps.py:47 +msgid "pip not found." +msgstr "pip no fue encontrado." + +#: links.py:12 +msgid "Installation details" +msgstr "Detalles de instalación" + +#: links.py:15 +msgid "Details" +msgstr "Detalles" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "categorías de propiedades de instalación" + +#: permissions.py:10 msgid "View installation environment details" msgstr "Ver detalles del entorno de instalación" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "categorias de detalles de instalación para: %s" +#~ msgid "Operating system" +#~ msgstr "Sistema operativo" + +#~ msgid "LSB OS" +#~ msgstr "S.O. LSB" + +#~ msgid "Distributor ID" +#~ msgstr "ID de distribuidor" + +#~ msgid "Description" +#~ msgstr "Descripción" + +#~ msgid "Release" +#~ msgstr "Versión" + +#~ msgid "Codename" +#~ msgstr "Nombre clave" + +#~ msgid "System info" +#~ msgstr "Información de sistema" + +#~ msgid "OS architecture" +#~ msgstr "Arquitectura de S.O." + +#~ msgid "Python version" +#~ msgstr "Versión de Python" + +#~ msgid "Hostname" +#~ msgstr "Nombre de la máquina" + +#~ msgid "Platform" +#~ msgstr "Plataforma" + +#~ msgid "Machine" +#~ msgstr "Máquina" + +#~ msgid "Processor" +#~ msgstr "Procesador" + +#~ msgid "Number of CPUs" +#~ msgstr "Número de CPUs" + +#~ msgid "Total physical memory" +#~ msgstr "Memoria física total" + +#~ msgid "Disk partitions" +#~ msgstr "Particiones de disco" + +#~ msgid "Binary dependencies" +#~ msgstr "Dependencias binarias" + +#~ msgid "tesseract version" +#~ msgstr "Versión de tesseract" + +#~ msgid "not found" +#~ msgstr "No encontrado" + +#~ msgid "error getting version" +#~ msgstr "error al obtener la versión" + +#~ msgid "unpaper version" +#~ msgstr "Versión de unpaper" + +#~ msgid "pdftotext version" +#~ msgstr "versión de pdftotext" + +#~ msgid "Mayan EDMS" +#~ msgstr "Mayan EDMS" + +#~ msgid "UUID" +#~ msgstr "UUID" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Versión de Mayan EDMS" + +#~ msgid "Git repository" +#~ msgstr "Repositorio Git" + +#~ msgid "Running from a Git repository" +#~ msgstr "Ejecutado desde un repositorio Git" + +#~ msgid "Repository remotes" +#~ msgstr "Remotos del repositorio" + +#~ msgid "Repository remotes URLs" +#~ msgstr "URLs de los remotos del repositorio" + +#~ msgid "Branch" +#~ msgstr "Rama" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "SHA hex del commit HEAD" + +#~ msgid "HEAD commit author" +#~ msgstr "Autor del commit HEAD" + +#~ msgid "HEAD commit authored date" +#~ msgstr "Fecha de autoría" + +#~ msgid "HEAD commit committer" +#~ msgstr "Usuario que sometió" + +#~ msgid "HEAD commit committed date" +#~ msgstr "Fecha de sumisión" + +#~ msgid "HEAD commit message" +#~ msgstr "Mensaje de sumisión" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/fa/LC_MESSAGES/django.po b/mayan/apps/installation/locale/fa/LC_MESSAGES/django.po index 9c0d5b3baa..10d999d6bb 100644 --- a/mayan/apps/installation/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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,205 +10,170 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "برچسب" - -#: __init__.py:30 -msgid "Items" -msgstr "اقلام" - -#: __init__.py:41 -msgid "Value" -msgstr "مقدار" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "جزئیات نصب" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "فضای نام نصب" - -#: links.py:9 -msgid "Details" -msgstr "جزئیات" - -#: models.py:48 -msgid "Operating system" -msgstr "سیستم عامل" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "شناسه توزیع کننده" - -#: models.py:52 -msgid "Description" -msgstr "شرح" - -#: models.py:53 -msgid "Release" -msgstr "انتشار" - -#: models.py:54 -msgid "Codename" -msgstr "نام رمز" - -#: models.py:55 -msgid "System info" -msgstr "اطلاعات سیستم" - -#: models.py:59 -msgid "OS architecture" -msgstr "معماری سیستم‌عامل" - -#: models.py:60 -msgid "Python version" -msgstr "نسخه‌ی پایتون" - -#: models.py:61 -msgid "Hostname" -msgstr "نام میزبان" - -#: models.py:62 -msgid "Platform" -msgstr "ایستگاه" - -#: models.py:63 -msgid "Machine" -msgstr "ماشین" - -#: models.py:64 -msgid "Processor" -msgstr "پردازشگر" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "تعداد پردازشگرها و یا CPU" - -#: models.py:66 -msgid "Total physical memory" -msgstr "کل حافظه فیزیکی" - -#: models.py:67 -msgid "Disk partitions" -msgstr "تقسیم بندی هارد" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "وابستگی دودویی" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "نسخه tesseract" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "پیدا نشد" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "خطا در تشخیص نسخه" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "نسخه بدون کاغذ" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "نسخه تبدیل pdf به text" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "Mayan EDMS" - -#: models.py:102 -msgid "UUID" -msgstr "UUID" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "نسخه Mayan EDMS" - -#: models.py:106 -msgid "Git repository" -msgstr "مخزن Git" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "اجرا از مخزن Git" - -#: models.py:117 -msgid "Repository remotes" -msgstr "مخزن راه دور" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "URL مخزن راه دور" - -#: models.py:119 -msgid "Branch" -msgstr "شاخه" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "HEAD commit hex SHA" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "HEAD commit author" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "HEAD commit authored date" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "HEAD commit committer" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "HEAD commit committed date" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "HEAD commit message" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "محیط مجازی" - -#: models.py:135 -msgid "pip not found." -msgstr "pip پیدا نشد." - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "نصب" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "برچسب" + +#: apps.py:26 +msgid "Items" +msgstr "اقلام" + +#: apps.py:31 +msgid "Value" +msgstr "مقدار" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "محیط مجازی" + +#: apps.py:47 +msgid "pip not found." +msgstr "pip پیدا نشد." + +#: links.py:12 +msgid "Installation details" +msgstr "جزئیات نصب" + +#: links.py:15 +msgid "Details" +msgstr "جزئیات" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "فضای نام نصب" + +#: permissions.py:10 msgid "View installation environment details" msgstr "دیدن جزئیات محیط نصب" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "جزئیات فضای نام نصب برای : %s" +#~ msgid "Operating system" +#~ msgstr "سیستم عامل" + +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "شناسه توزیع کننده" + +#~ msgid "Description" +#~ msgstr "شرح" + +#~ msgid "Release" +#~ msgstr "انتشار" + +#~ msgid "Codename" +#~ msgstr "نام رمز" + +#~ msgid "System info" +#~ msgstr "اطلاعات سیستم" + +#~ msgid "OS architecture" +#~ msgstr "معماری سیستم‌عامل" + +#~ msgid "Python version" +#~ msgstr "نسخه‌ی پایتون" + +#~ msgid "Hostname" +#~ msgstr "نام میزبان" + +#~ msgid "Platform" +#~ msgstr "ایستگاه" + +#~ msgid "Machine" +#~ msgstr "ماشین" + +#~ msgid "Processor" +#~ msgstr "پردازشگر" + +#~ msgid "Number of CPUs" +#~ msgstr "تعداد پردازشگرها و یا CPU" + +#~ msgid "Total physical memory" +#~ msgstr "کل حافظه فیزیکی" + +#~ msgid "Disk partitions" +#~ msgstr "تقسیم بندی هارد" + +#~ msgid "Binary dependencies" +#~ msgstr "وابستگی دودویی" + +#~ msgid "tesseract version" +#~ msgstr "نسخه tesseract" + +#~ msgid "not found" +#~ msgstr "پیدا نشد" + +#~ msgid "error getting version" +#~ msgstr "خطا در تشخیص نسخه" + +#~ msgid "unpaper version" +#~ msgstr "نسخه بدون کاغذ" + +#~ msgid "pdftotext version" +#~ msgstr "نسخه تبدیل pdf به text" + +#~ msgid "Mayan EDMS" +#~ msgstr "Mayan EDMS" + +#~ msgid "UUID" +#~ msgstr "UUID" + +#~ msgid "Mayan EDMS version" +#~ msgstr "نسخه Mayan EDMS" + +#~ msgid "Git repository" +#~ msgstr "مخزن Git" + +#~ msgid "Running from a Git repository" +#~ msgstr "اجرا از مخزن Git" + +#~ msgid "Repository remotes" +#~ msgstr "مخزن راه دور" + +#~ msgid "Repository remotes URLs" +#~ msgstr "URL مخزن راه دور" + +#~ msgid "Branch" +#~ msgstr "شاخه" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "HEAD commit hex SHA" + +#~ msgid "HEAD commit author" +#~ msgstr "HEAD commit author" + +#~ msgid "HEAD commit authored date" +#~ msgstr "HEAD commit authored date" + +#~ msgid "HEAD commit committer" +#~ msgstr "HEAD commit committer" + +#~ msgid "HEAD commit committed date" +#~ msgstr "HEAD commit committed date" + +#~ msgid "HEAD commit message" +#~ msgstr "HEAD commit message" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/fr/LC_MESSAGES/django.po b/mayan/apps/installation/locale/fr/LC_MESSAGES/django.po index c477d82666..219bf82c3a 100644 --- a/mayan/apps/installation/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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 @@ -12,205 +12,170 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "Étiquette" - -#: __init__.py:30 -msgid "Items" -msgstr "Éléments" - -#: __init__.py:41 -msgid "Value" -msgstr "Valeur" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "Détails de l'installation" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "installation des propriétés des espaces de nommages" - -#: links.py:9 -msgid "Details" -msgstr "Détails" - -#: models.py:48 -msgid "Operating system" -msgstr "Système d'exploitation" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "ID du distributeur" - -#: models.py:52 -msgid "Description" -msgstr "Description" - -#: models.py:53 -msgid "Release" -msgstr "Version" - -#: models.py:54 -msgid "Codename" -msgstr "Codename" - -#: models.py:55 -msgid "System info" -msgstr "Information sur le système" - -#: models.py:59 -msgid "OS architecture" -msgstr "architecture de l'OS" - -#: models.py:60 -msgid "Python version" -msgstr "La version de Python" - -#: models.py:61 -msgid "Hostname" -msgstr "Nom d'hôte" - -#: models.py:62 -msgid "Platform" -msgstr "Plateforme" - -#: models.py:63 -msgid "Machine" -msgstr "Machine" - -#: models.py:64 -msgid "Processor" -msgstr "Processeur" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Nombre de processeurs supportés" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Mémoire physique totale" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Les partitions du disque" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "Dépendances binaires" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "la version de tesseract" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "non trouvée" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "erreur en récupérant la version" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "Version de unpaper" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "version de pdftotext" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "Mayan EDMS" - -#: models.py:102 -msgid "UUID" -msgstr "UUID" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "la version de l'EDMS Maya" - -#: models.py:106 -msgid "Git repository" -msgstr "Dépôt Git" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Installé depuis un dépôt Git" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Dépôt distant" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "Liens des dépôts distants" - -#: models.py:119 -msgid "Branch" -msgstr "Branche" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "HEAD commit hex SHA" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "HEAD commit author" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "HEAD commit authored date" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "HEAD commit committer" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "HEAD commit committed date" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "HEAD commit message" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "VirtualEnv" - -#: models.py:135 -msgid "pip not found." -msgstr "pip non trouvé" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Installation" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "Étiquette" + +#: apps.py:26 +msgid "Items" +msgstr "Éléments" + +#: apps.py:31 +msgid "Value" +msgstr "Valeur" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "VirtualEnv" + +#: apps.py:47 +msgid "pip not found." +msgstr "pip non trouvé" + +#: links.py:12 +msgid "Installation details" +msgstr "Détails de l'installation" + +#: links.py:15 +msgid "Details" +msgstr "Détails" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "installation des propriétés des espaces de nommages" + +#: permissions.py:10 msgid "View installation environment details" msgstr "Voir détails de la plateforme" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "installation détaillée de l'espace de nommage pour: %s" +#~ msgid "Operating system" +#~ msgstr "Système d'exploitation" + +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "ID du distributeur" + +#~ msgid "Description" +#~ msgstr "Description" + +#~ msgid "Release" +#~ msgstr "Version" + +#~ msgid "Codename" +#~ msgstr "Codename" + +#~ msgid "System info" +#~ msgstr "Information sur le système" + +#~ msgid "OS architecture" +#~ msgstr "architecture de l'OS" + +#~ msgid "Python version" +#~ msgstr "La version de Python" + +#~ msgid "Hostname" +#~ msgstr "Nom d'hôte" + +#~ msgid "Platform" +#~ msgstr "Plateforme" + +#~ msgid "Machine" +#~ msgstr "Machine" + +#~ msgid "Processor" +#~ msgstr "Processeur" + +#~ msgid "Number of CPUs" +#~ msgstr "Nombre de processeurs supportés" + +#~ msgid "Total physical memory" +#~ msgstr "Mémoire physique totale" + +#~ msgid "Disk partitions" +#~ msgstr "Les partitions du disque" + +#~ msgid "Binary dependencies" +#~ msgstr "Dépendances binaires" + +#~ msgid "tesseract version" +#~ msgstr "la version de tesseract" + +#~ msgid "not found" +#~ msgstr "non trouvée" + +#~ msgid "error getting version" +#~ msgstr "erreur en récupérant la version" + +#~ msgid "unpaper version" +#~ msgstr "Version de unpaper" + +#~ msgid "pdftotext version" +#~ msgstr "version de pdftotext" + +#~ msgid "Mayan EDMS" +#~ msgstr "Mayan EDMS" + +#~ msgid "UUID" +#~ msgstr "UUID" + +#~ msgid "Mayan EDMS version" +#~ msgstr "la version de l'EDMS Maya" + +#~ msgid "Git repository" +#~ msgstr "Dépôt Git" + +#~ msgid "Running from a Git repository" +#~ msgstr "Installé depuis un dépôt Git" + +#~ msgid "Repository remotes" +#~ msgstr "Dépôt distant" + +#~ msgid "Repository remotes URLs" +#~ msgstr "Liens des dépôts distants" + +#~ msgid "Branch" +#~ msgstr "Branche" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "HEAD commit hex SHA" + +#~ msgid "HEAD commit author" +#~ msgstr "HEAD commit author" + +#~ msgid "HEAD commit authored date" +#~ msgstr "HEAD commit authored date" + +#~ msgid "HEAD commit committer" +#~ msgstr "HEAD commit committer" + +#~ msgid "HEAD commit committed date" +#~ msgstr "HEAD commit committed date" + +#~ msgid "HEAD commit message" +#~ msgstr "HEAD commit message" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/installation/locale/hr_HR/LC_MESSAGES/django.po index 8480f46a31..1673ae5986 100644 --- a/mayan/apps/installation/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/hr_HR/LC_MESSAGES/django.po @@ -1,208 +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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" diff --git a/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po b/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po index c96298b044..ca1911b562 100644 --- a/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po @@ -1,208 +1,65 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" diff --git a/mayan/apps/installation/locale/id/LC_MESSAGES/django.po b/mayan/apps/installation/locale/id/LC_MESSAGES/django.po index bd6307dfff..5c50bb105b 100644 --- a/mayan/apps/installation/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/id/LC_MESSAGES/django.po @@ -1,208 +1,65 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" diff --git a/mayan/apps/installation/locale/it/LC_MESSAGES/django.po b/mayan/apps/installation/locale/it/LC_MESSAGES/django.po index 3220621b80..faad7f14e2 100644 --- a/mayan/apps/installation/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/it/LC_MESSAGES/django.po @@ -1,208 +1,65 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" diff --git a/mayan/apps/installation/locale/lv/LC_MESSAGES/django.po b/mayan/apps/installation/locale/lv/LC_MESSAGES/django.po index d0522e5d1f..6c559d2350 100644 --- a/mayan/apps/installation/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/lv/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,191 +20,47 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" diff --git a/mayan/apps/installation/locale/nb/LC_MESSAGES/django.po b/mayan/apps/installation/locale/nb/LC_MESSAGES/django.po index fa47389b85..f768b397e3 100644 --- a/mayan/apps/installation/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/nb/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,191 +19,47 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" 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 0c0dc044ff..a814786b2d 100644 --- a/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.po @@ -1,208 +1,65 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" diff --git a/mayan/apps/installation/locale/pl/LC_MESSAGES/django.po b/mayan/apps/installation/locale/pl/LC_MESSAGES/django.po index ca9ed22710..7f16e9843c 100644 --- a/mayan/apps/installation/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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,205 +10,144 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-03-19 06:12+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "Etykieta" - -#: __init__.py:30 -msgid "Items" -msgstr "Pozycje" - -#: __init__.py:41 -msgid "Value" -msgstr "Wartość" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "Szczegóły instalacji" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "Szczegóły" - -#: models.py:48 -msgid "Operating system" -msgstr "System operacyjny" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "ID dostawcy" - -#: models.py:52 -msgid "Description" -msgstr "Opis" - -#: models.py:53 -msgid "Release" -msgstr "Wydanie" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "Informacje o systemie" - -#: models.py:59 -msgid "OS architecture" -msgstr "OS architektura" - -#: models.py:60 -msgid "Python version" -msgstr "Python wersja" - -#: models.py:61 -msgid "Hostname" -msgstr "Hostname" - -#: models.py:62 -msgid "Platform" -msgstr "Platforma" - -#: models.py:63 -msgid "Machine" -msgstr "Maszyna" - -#: models.py:64 -msgid "Processor" -msgstr "Procesor" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Liczba CPU" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Pamięć fizyczna" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Partycje dysku" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "Zależności" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "nie znaleziono" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "błąd pobierania wersji" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "wersja pdftotext" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "Mayan EDMS" - -#: models.py:102 -msgid "UUID" -msgstr "UUID" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Mayan EDMS wersja" - -#: models.py:106 -msgid "Git repository" -msgstr "repozytorium Git" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Uruchom z repozytorium Git" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Zdalne repozytorium" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "URL zdalnego repozytorium" - -#: models.py:119 -msgid "Branch" -msgstr "Gałąź" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "VirtualEnv" - -#: models.py:135 -msgid "pip not found." -msgstr "nie odnaleziono pip." - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Instalacja" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "Etykieta" + +#: apps.py:26 +msgid "Items" +msgstr "Pozycje" + +#: apps.py:31 +msgid "Value" +msgstr "Wartość" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "VirtualEnv" + +#: apps.py:47 +msgid "pip not found." +msgstr "nie odnaleziono pip." + +#: links.py:12 +msgid "Installation details" +msgstr "Szczegóły instalacji" + +#: links.py:15 +msgid "Details" +msgstr "Szczegóły" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" +#~ msgid "Operating system" +#~ msgstr "System operacyjny" + +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "ID dostawcy" + +#~ msgid "Description" +#~ msgstr "Opis" + +#~ msgid "Release" +#~ msgstr "Wydanie" + +#~ msgid "System info" +#~ msgstr "Informacje o systemie" + +#~ msgid "OS architecture" +#~ msgstr "OS architektura" + +#~ msgid "Python version" +#~ msgstr "Python wersja" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Platform" +#~ msgstr "Platforma" + +#~ msgid "Machine" +#~ msgstr "Maszyna" + +#~ msgid "Processor" +#~ msgstr "Procesor" + +#~ msgid "Number of CPUs" +#~ msgstr "Liczba CPU" + +#~ msgid "Total physical memory" +#~ msgstr "Pamięć fizyczna" + +#~ msgid "Disk partitions" +#~ msgstr "Partycje dysku" + +#~ msgid "Binary dependencies" +#~ msgstr "Zależności" + +#~ msgid "not found" +#~ msgstr "nie znaleziono" + +#~ msgid "error getting version" +#~ msgstr "błąd pobierania wersji" + +#~ msgid "pdftotext version" +#~ msgstr "wersja pdftotext" + +#~ msgid "Mayan EDMS" +#~ msgstr "Mayan EDMS" + +#~ msgid "UUID" +#~ msgstr "UUID" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Mayan EDMS wersja" + +#~ msgid "Git repository" +#~ msgstr "repozytorium Git" + +#~ msgid "Running from a Git repository" +#~ msgstr "Uruchom z repozytorium Git" + +#~ msgid "Repository remotes" +#~ msgstr "Zdalne repozytorium" + +#~ msgid "Repository remotes URLs" +#~ msgstr "URL zdalnego repozytorium" + +#~ msgid "Branch" +#~ msgstr "Gałąź" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/pt/LC_MESSAGES/django.po b/mayan/apps/installation/locale/pt/LC_MESSAGES/django.po index a5b0fce07a..aff48a3b7c 100644 --- a/mayan/apps/installation/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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: # Vítor Figueiró , 2012 @@ -9,201 +9,58 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "instalação" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "Ver detalhes do ambiente de instalação" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" 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 1e4898d746..d64c0ba982 100644 --- a/mayan/apps/installation/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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: # Rogerio Falcone , 2015 @@ -9,205 +9,152 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "Label" - -#: __init__.py:30 -msgid "Items" -msgstr "itens" - -#: __init__.py:41 -msgid "Value" -msgstr "Valor" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "Detalhe das Instalação" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "Instalando Propriedades namespaces" - -#: links.py:9 -msgid "Details" -msgstr "Detalhes" - -#: models.py:48 -msgid "Operating system" -msgstr "Sistema Operacional" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "ID Distribuidor " - -#: models.py:52 -msgid "Description" -msgstr "Descrição" - -#: models.py:53 -msgid "Release" -msgstr "Release" - -#: models.py:54 -msgid "Codename" -msgstr "Codename" - -#: models.py:55 -msgid "System info" -msgstr "Informação do Sistema" - -#: models.py:59 -msgid "OS architecture" -msgstr "Arquitetura O.S." - -#: models.py:60 -msgid "Python version" -msgstr "Versão do Python" - -#: models.py:61 -msgid "Hostname" -msgstr "Hostname" - -#: models.py:62 -msgid "Platform" -msgstr "Plataforma" - -#: models.py:63 -msgid "Machine" -msgstr "Servidor" - -#: models.py:64 -msgid "Processor" -msgstr "Processador" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Número de CPU´s" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Total Memória física " - -#: models.py:67 -msgid "Disk partitions" -msgstr "Partições de disco" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "Dependências binárias" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "Versão do tesseract" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "Não encontrada" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "Erro ao receber a versão." - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "Versão do unpaper" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "Versão do pdftotext" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "Mayan EDMS" - -#: models.py:102 -msgid "UUID" -msgstr "UUID" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Mayan EDMS versão" - -#: models.py:106 -msgid "Git repository" -msgstr "Git repository" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Rodando de um repositório Git" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Repositório remoto" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "URLs dos repositórios remotos" - -#: models.py:119 -msgid "Branch" -msgstr "Branch" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "Virtualenv" - -#: models.py:135 -msgid "pip not found." -msgstr "pip não encontrado" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Instalação" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "Label" + +#: apps.py:26 +msgid "Items" +msgstr "itens" + +#: apps.py:31 +msgid "Value" +msgstr "Valor" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "Virtualenv" + +#: apps.py:47 +msgid "pip not found." +msgstr "pip não encontrado" + +#: links.py:12 +msgid "Installation details" +msgstr "Detalhe das Instalação" + +#: links.py:15 +msgid "Details" +msgstr "Detalhes" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "Instalando Propriedades namespaces" + +#: permissions.py:10 msgid "View installation environment details" msgstr "Exibir detalhes do ambiente de instalação" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "Detalhes da Instalação do namespace para: %s" +#~ msgid "Operating system" +#~ msgstr "Sistema Operacional" + +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "ID Distribuidor " + +#~ msgid "Description" +#~ msgstr "Descrição" + +#~ msgid "Release" +#~ msgstr "Release" + +#~ msgid "Codename" +#~ msgstr "Codename" + +#~ msgid "System info" +#~ msgstr "Informação do Sistema" + +#~ msgid "OS architecture" +#~ msgstr "Arquitetura O.S." + +#~ msgid "Python version" +#~ msgstr "Versão do Python" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Platform" +#~ msgstr "Plataforma" + +#~ msgid "Machine" +#~ msgstr "Servidor" + +#~ msgid "Processor" +#~ msgstr "Processador" + +#~ msgid "Number of CPUs" +#~ msgstr "Número de CPU´s" + +#~ msgid "Total physical memory" +#~ msgstr "Total Memória física " + +#~ msgid "Disk partitions" +#~ msgstr "Partições de disco" + +#~ msgid "Binary dependencies" +#~ msgstr "Dependências binárias" + +#~ msgid "tesseract version" +#~ msgstr "Versão do tesseract" + +#~ msgid "not found" +#~ msgstr "Não encontrada" + +#~ msgid "error getting version" +#~ msgstr "Erro ao receber a versão." + +#~ msgid "unpaper version" +#~ msgstr "Versão do unpaper" + +#~ msgid "pdftotext version" +#~ msgstr "Versão do pdftotext" + +#~ msgid "Mayan EDMS" +#~ msgstr "Mayan EDMS" + +#~ msgid "UUID" +#~ msgstr "UUID" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Mayan EDMS versão" + +#~ msgid "Git repository" +#~ msgstr "Git repository" + +#~ msgid "Running from a Git repository" +#~ msgstr "Rodando de um repositório Git" + +#~ msgid "Repository remotes" +#~ msgstr "Repositório remoto" + +#~ msgid "Repository remotes URLs" +#~ msgstr "URLs dos repositórios remotos" + +#~ msgid "Branch" +#~ msgstr "Branch" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" 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 4d05cb1fbf..6930552f99 100644 --- a/mayan/apps/installation/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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,205 +9,156 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB Sistem de operare" - -#: models.py:51 -msgid "Distributor ID" -msgstr "ID-ul distribuitorului" - -#: models.py:52 -msgid "Description" -msgstr "Descriere" - -#: models.py:53 -msgid "Release" -msgstr "versiune" - -#: models.py:54 -msgid "Codename" -msgstr "Nume de cod" - -#: models.py:55 -msgid "System info" -msgstr "Sistem de informații" - -#: models.py:59 -msgid "OS architecture" -msgstr "OS architecture" - -#: models.py:60 -msgid "Python version" -msgstr "Python versiune" - -#: models.py:61 -msgid "Hostname" -msgstr "Hostname" - -#: models.py:62 -msgid "Platform" -msgstr "Platformă" - -#: models.py:63 -msgid "Machine" -msgstr "Mașină" - -#: models.py:64 -msgid "Processor" -msgstr "Procesor" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Număr de procesoare" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Total de memorie fizică" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Disc partiții" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "Tesseract versiune" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "nu a fost găsit" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "eroare la obținerea versiune" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "unpaper versiune" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "pdftotext versiune" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Maya EDMS versiune" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Rularea de la un depozit Git" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Repository telecomenzi" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "Repository telecomenzi URL-uri" - -#: models.py:119 -msgid "Branch" -msgstr "Ramură" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "HEAD commit hex SHA" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "HEAD commit author" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "HEAD commit authored date" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "HEAD commit committer" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "HEAD commit committed date" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "HEAD commit message" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Instalare" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "Vezi detalii de instalare de mediu" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" +#~ msgid "LSB OS" +#~ msgstr "LSB Sistem de operare" + +#~ msgid "Distributor ID" +#~ msgstr "ID-ul distribuitorului" + +#~ msgid "Description" +#~ msgstr "Descriere" + +#~ msgid "Release" +#~ msgstr "versiune" + +#~ msgid "Codename" +#~ msgstr "Nume de cod" + +#~ msgid "System info" +#~ msgstr "Sistem de informații" + +#~ msgid "OS architecture" +#~ msgstr "OS architecture" + +#~ msgid "Python version" +#~ msgstr "Python versiune" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Platform" +#~ msgstr "Platformă" + +#~ msgid "Machine" +#~ msgstr "Mașină" + +#~ msgid "Processor" +#~ msgstr "Procesor" + +#~ msgid "Number of CPUs" +#~ msgstr "Număr de procesoare" + +#~ msgid "Total physical memory" +#~ msgstr "Total de memorie fizică" + +#~ msgid "Disk partitions" +#~ msgstr "Disc partiții" + +#~ msgid "tesseract version" +#~ msgstr "Tesseract versiune" + +#~ msgid "not found" +#~ msgstr "nu a fost găsit" + +#~ msgid "error getting version" +#~ msgstr "eroare la obținerea versiune" + +#~ msgid "unpaper version" +#~ msgstr "unpaper versiune" + +#~ msgid "pdftotext version" +#~ msgstr "pdftotext versiune" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Maya EDMS versiune" + +#~ msgid "Running from a Git repository" +#~ msgstr "Rularea de la un depozit Git" + +#~ msgid "Repository remotes" +#~ msgstr "Repository telecomenzi" + +#~ msgid "Repository remotes URLs" +#~ msgstr "Repository telecomenzi URL-uri" + +#~ msgid "Branch" +#~ msgstr "Ramură" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "HEAD commit hex SHA" + +#~ msgid "HEAD commit author" +#~ msgstr "HEAD commit author" + +#~ msgid "HEAD commit authored date" +#~ msgstr "HEAD commit authored date" + +#~ msgid "HEAD commit committer" +#~ msgstr "HEAD commit committer" + +#~ msgid "HEAD commit committed date" +#~ msgstr "HEAD commit committed date" + +#~ msgid "HEAD commit message" +#~ msgstr "HEAD commit message" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/ru/LC_MESSAGES/django.po b/mayan/apps/installation/locale/ru/LC_MESSAGES/django.po index 7121f2471c..bf6bd1e89e 100644 --- a/mayan/apps/installation/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/ru/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: # Sergey Glita , 2012-2013 @@ -9,205 +9,157 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB OS" - -#: models.py:51 -msgid "Distributor ID" -msgstr "Distributor ID" - -#: models.py:52 -msgid "Description" -msgstr "Описание" - -#: models.py:53 -msgid "Release" -msgstr "Релиз" - -#: models.py:54 -msgid "Codename" -msgstr "Codename" - -#: models.py:55 -msgid "System info" -msgstr "Информация о системе" - -#: models.py:59 -msgid "OS architecture" -msgstr "Архитектура ОС" - -#: models.py:60 -msgid "Python version" -msgstr "Python version" - -#: models.py:61 -msgid "Hostname" -msgstr "Hostname" - -#: models.py:62 -msgid "Platform" -msgstr "Platform" - -#: models.py:63 -msgid "Machine" -msgstr "Machine" - -#: models.py:64 -msgid "Processor" -msgstr "Процессор" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "Количество процессоров" - -#: models.py:66 -msgid "Total physical memory" -msgstr "Всего физической памяти" - -#: models.py:67 -msgid "Disk partitions" -msgstr "Разделы диска" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "tesseract version" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "не найдено" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "Ошибка при получении версии" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "unpaper версия" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "версия pdftotext" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Mayan EDMS version" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "Запуск с Git репозитория" - -#: models.py:117 -msgid "Repository remotes" -msgstr "Repository remotes" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "Адреса URL репозиториев " - -#: models.py:119 -msgid "Branch" -msgstr "Branch" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "HEAD commit hex SHA" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "HEAD commit author" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "HEAD commit authored date" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "HEAD commit committer" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "HEAD commit committed date" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "HEAD commit message" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "установка" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "Подробности среды установки" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" +#~ msgid "LSB OS" +#~ msgstr "LSB OS" + +#~ msgid "Distributor ID" +#~ msgstr "Distributor ID" + +#~ msgid "Description" +#~ msgstr "Описание" + +#~ msgid "Release" +#~ msgstr "Релиз" + +#~ msgid "Codename" +#~ msgstr "Codename" + +#~ msgid "System info" +#~ msgstr "Информация о системе" + +#~ msgid "OS architecture" +#~ msgstr "Архитектура ОС" + +#~ msgid "Python version" +#~ msgstr "Python version" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Platform" +#~ msgstr "Platform" + +#~ msgid "Machine" +#~ msgstr "Machine" + +#~ msgid "Processor" +#~ msgstr "Процессор" + +#~ msgid "Number of CPUs" +#~ msgstr "Количество процессоров" + +#~ msgid "Total physical memory" +#~ msgstr "Всего физической памяти" + +#~ msgid "Disk partitions" +#~ msgstr "Разделы диска" + +#~ msgid "tesseract version" +#~ msgstr "tesseract version" + +#~ msgid "not found" +#~ msgstr "не найдено" + +#~ msgid "error getting version" +#~ msgstr "Ошибка при получении версии" + +#~ msgid "unpaper version" +#~ msgstr "unpaper версия" + +#~ msgid "pdftotext version" +#~ msgstr "версия pdftotext" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Mayan EDMS version" + +#~ msgid "Running from a Git repository" +#~ msgstr "Запуск с Git репозитория" + +#~ msgid "Repository remotes" +#~ msgstr "Repository remotes" + +#~ msgid "Repository remotes URLs" +#~ msgstr "Адреса URL репозиториев " + +#~ msgid "Branch" +#~ msgstr "Branch" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "HEAD commit hex SHA" + +#~ msgid "HEAD commit author" +#~ msgstr "HEAD commit author" + +#~ msgid "HEAD commit authored date" +#~ msgstr "HEAD commit authored date" + +#~ msgid "HEAD commit committer" +#~ msgstr "HEAD commit committer" + +#~ msgid "HEAD commit committed date" +#~ msgstr "HEAD commit committed date" + +#~ msgid "HEAD commit message" +#~ msgstr "HEAD commit message" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" 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 da6ac0a196..c22ce1b7c3 100644 --- a/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.po @@ -1,208 +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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" diff --git a/mayan/apps/installation/locale/sq/LC_MESSAGES/django.po b/mayan/apps/installation/locale/sq/LC_MESSAGES/django.po index a609e04145..aca11fe024 100644 --- a/mayan/apps/installation/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/sq/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,191 +19,47 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" diff --git a/mayan/apps/installation/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/installation/locale/tr_TR/LC_MESSAGES/django.po index 8447fc695f..01a2a114a6 100644 --- a/mayan/apps/installation/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/tr_TR/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: # Caner Başaran , 2013 @@ -9,205 +9,71 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "Python sürümü" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "İşlemci" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "CPU sayısı" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "Kurulum" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" +#~ msgid "Python version" +#~ msgstr "Python sürümü" + +#~ msgid "Processor" +#~ msgstr "İşlemci" + +#~ msgid "Number of CPUs" +#~ msgstr "CPU sayısı" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" 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 62221e987f..d232ed19e2 100644 --- a/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.po @@ -1,208 +1,65 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" 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 245af00501..bcb41c9efe 100644 --- a/mayan/apps/installation/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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,205 +9,170 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "操作系统" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "LSB 操作系统" - -#: models.py:51 -msgid "Distributor ID" -msgstr "经销商 ID" - -#: models.py:52 -msgid "Description" -msgstr "描述" - -#: models.py:53 -msgid "Release" -msgstr "发行" - -#: models.py:54 -msgid "Codename" -msgstr "编码" - -#: models.py:55 -msgid "System info" -msgstr "系统信息" - -#: models.py:59 -msgid "OS architecture" -msgstr "OS体系结构" - -#: models.py:60 -msgid "Python version" -msgstr "Python版本" - -#: models.py:61 -msgid "Hostname" -msgstr "主机名" - -#: models.py:62 -msgid "Platform" -msgstr "平台" - -#: models.py:63 -msgid "Machine" -msgstr "主机" - -#: models.py:64 -msgid "Processor" -msgstr "处理器" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "CPU数量" - -#: models.py:66 -msgid "Total physical memory" -msgstr "总物理内存" - -#: models.py:67 -msgid "Disk partitions" -msgstr "磁盘分区" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "二进制依赖" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "tesseract版本" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "未发现" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "获取版本出错" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "unpaper版本" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "pdftotext版本" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "Mayan电子文档管理系统" - -#: models.py:102 -msgid "UUID" -msgstr "UUID" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "Mayan EDMS 版本" - -#: models.py:106 -msgid "Git repository" -msgstr "Git存储库" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "从Git存储库运行" - -#: models.py:117 -msgid "Repository remotes" -msgstr "远程存储库" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "远程存储库的URLs" - -#: models.py:119 -msgid "Branch" -msgstr "分支" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "HEAD16进制提交版本的SHA" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "HEAD提交的作者" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "HEAD提交作者的日期" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "HEAD提交的提交者" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "HEAD提交的日期" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "HEAD提交信息" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "VirtualEnv" - -#: models.py:135 -msgid "pip not found." -msgstr "pip未发现" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "安装" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "VirtualEnv" + +#: apps.py:47 +msgid "pip not found." +msgstr "pip未发现" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "查看安装环境的详细信息" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" +#~ msgid "Operating system" +#~ msgstr "操作系统" + +#~ msgid "LSB OS" +#~ msgstr "LSB 操作系统" + +#~ msgid "Distributor ID" +#~ msgstr "经销商 ID" + +#~ msgid "Description" +#~ msgstr "描述" + +#~ msgid "Release" +#~ msgstr "发行" + +#~ msgid "Codename" +#~ msgstr "编码" + +#~ msgid "System info" +#~ msgstr "系统信息" + +#~ msgid "OS architecture" +#~ msgstr "OS体系结构" + +#~ msgid "Python version" +#~ msgstr "Python版本" + +#~ msgid "Hostname" +#~ msgstr "主机名" + +#~ msgid "Platform" +#~ msgstr "平台" + +#~ msgid "Machine" +#~ msgstr "主机" + +#~ msgid "Processor" +#~ msgstr "处理器" + +#~ msgid "Number of CPUs" +#~ msgstr "CPU数量" + +#~ msgid "Total physical memory" +#~ msgstr "总物理内存" + +#~ msgid "Disk partitions" +#~ msgstr "磁盘分区" + +#~ msgid "Binary dependencies" +#~ msgstr "二进制依赖" + +#~ msgid "tesseract version" +#~ msgstr "tesseract版本" + +#~ msgid "not found" +#~ msgstr "未发现" + +#~ msgid "error getting version" +#~ msgstr "获取版本出错" + +#~ msgid "unpaper version" +#~ msgstr "unpaper版本" + +#~ msgid "pdftotext version" +#~ msgstr "pdftotext版本" + +#~ msgid "Mayan EDMS" +#~ msgstr "Mayan电子文档管理系统" + +#~ msgid "UUID" +#~ msgstr "UUID" + +#~ msgid "Mayan EDMS version" +#~ msgstr "Mayan EDMS 版本" + +#~ msgid "Git repository" +#~ msgstr "Git存储库" + +#~ msgid "Running from a Git repository" +#~ msgstr "从Git存储库运行" + +#~ msgid "Repository remotes" +#~ msgstr "远程存储库" + +#~ msgid "Repository remotes URLs" +#~ msgstr "远程存储库的URLs" + +#~ msgid "Branch" +#~ msgstr "分支" + +#~ msgid "HEAD commit hex SHA" +#~ msgstr "HEAD16进制提交版本的SHA" + +#~ msgid "HEAD commit author" +#~ msgstr "HEAD提交的作者" + +#~ msgid "HEAD commit authored date" +#~ msgstr "HEAD提交作者的日期" + +#~ msgid "HEAD commit committer" +#~ msgstr "HEAD提交的提交者" + +#~ msgid "HEAD commit committed date" +#~ msgstr "HEAD提交的日期" + +#~ msgid "HEAD commit message" +#~ msgstr "HEAD提交信息" + #~ msgid "Installed via fabfile" #~ msgstr "Installed via fabfile" diff --git a/mayan/apps/installation/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/installation/locale/zh_TW/LC_MESSAGES/django.po index 6ac71d526c..993e0371a3 100644 --- a/mayan/apps/installation/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/zh_TW/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,191 +19,47 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:26 __init__.py:37 -msgid "Label" -msgstr "" - -#: __init__.py:30 -msgid "Items" -msgstr "" - -#: __init__.py:41 -msgid "Value" -msgstr "" - -#: links.py:7 models.py:156 -msgid "Installation details" -msgstr "" - -#: links.py:8 views.py:21 -msgid "Installation property namespaces" -msgstr "" - -#: links.py:9 -msgid "Details" -msgstr "" - -#: models.py:48 -msgid "Operating system" -msgstr "" - -#: models.py:50 models.py:57 -msgid "LSB OS" -msgstr "" - -#: models.py:51 -msgid "Distributor ID" -msgstr "" - -#: models.py:52 -msgid "Description" -msgstr "" - -#: models.py:53 -msgid "Release" -msgstr "" - -#: models.py:54 -msgid "Codename" -msgstr "" - -#: models.py:55 -msgid "System info" -msgstr "" - -#: models.py:59 -msgid "OS architecture" -msgstr "" - -#: models.py:60 -msgid "Python version" -msgstr "" - -#: models.py:61 -msgid "Hostname" -msgstr "" - -#: models.py:62 -msgid "Platform" -msgstr "" - -#: models.py:63 -msgid "Machine" -msgstr "" - -#: models.py:64 -msgid "Processor" -msgstr "" - -#: models.py:65 -msgid "Number of CPUs" -msgstr "" - -#: models.py:66 -msgid "Total physical memory" -msgstr "" - -#: models.py:67 -msgid "Disk partitions" -msgstr "" - -#: models.py:70 -msgid "Binary dependencies" -msgstr "" - -#: models.py:75 models.py:77 models.py:79 -msgid "tesseract version" -msgstr "" - -#: models.py:75 models.py:84 models.py:93 -msgid "not found" -msgstr "" - -#: models.py:77 models.py:86 models.py:95 -msgid "error getting version" -msgstr "" - -#: models.py:84 models.py:86 models.py:88 -msgid "unpaper version" -msgstr "" - -#: models.py:93 models.py:95 models.py:97 -msgid "pdftotext version" -msgstr "" - -#: models.py:100 -msgid "Mayan EDMS" -msgstr "" - -#: models.py:102 -msgid "UUID" -msgstr "" - -#: models.py:103 -msgid "Mayan EDMS version" -msgstr "" - -#: models.py:106 -msgid "Git repository" -msgstr "" - -#: models.py:111 models.py:116 -msgid "Running from a Git repository" -msgstr "" - -#: models.py:117 -msgid "Repository remotes" -msgstr "" - -#: models.py:118 -msgid "Repository remotes URLs" -msgstr "" - -#: models.py:119 -msgid "Branch" -msgstr "" - -#: models.py:120 -msgid "HEAD commit hex SHA" -msgstr "" - -#: models.py:121 -msgid "HEAD commit author" -msgstr "" - -#: models.py:122 -msgid "HEAD commit authored date" -msgstr "" - -#: models.py:123 -msgid "HEAD commit committer" -msgstr "" - -#: models.py:124 -msgid "HEAD commit committed date" -msgstr "" - -#: models.py:125 -msgid "HEAD commit message" -msgstr "" - -#: models.py:131 -msgid "VirtualEnv" -msgstr "" - -#: models.py:135 -msgid "pip not found." -msgstr "" - -#: permissions.py:7 +#: apps.py:17 permissions.py:7 msgid "Installation" msgstr "" -#: permissions.py:8 +#: apps.py:23 apps.py:30 +msgid "Label" +msgstr "" + +#: apps.py:26 +msgid "Items" +msgstr "" + +#: apps.py:31 +msgid "Value" +msgstr "" + +#: apps.py:42 +msgid "VirtualEnv" +msgstr "" + +#: apps.py:47 +msgid "pip not found." +msgstr "" + +#: links.py:12 +msgid "Installation details" +msgstr "" + +#: links.py:15 +msgid "Details" +msgstr "" + +#: links.py:20 views.py:20 +msgid "Installation property namespaces" +msgstr "" + +#: permissions.py:10 msgid "View installation environment details" msgstr "" -#: views.py:33 +#: views.py:32 #, python-format msgid "Installation namespace details for: %s" msgstr "" diff --git a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po index b34dc590db..da2a0e0e9e 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,56 +9,58 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "الروابط الذكية" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "إنشاء ارتباط ذكي جديد" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" -msgstr "قوائم الصلاحيات" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "إنشاء ارتباط ذكي جديد" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "الروابط الذكية" #: literals.py:9 msgid "and" @@ -128,191 +130,200 @@ msgstr "is in regular expression" msgid "is in regular expression (case insensitive)" msgstr "is in regular expression (case insensitive)" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "يتم تجاهل الإدراج للغرض الأول." -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Inverts the logic of the operator." -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "not" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "عرض الروابط الذكية" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "إنشاء ارتباطات ذكية جديدة" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "حذف الروابط الذكية" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "تحرير الروابط الذكية" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "خطأ بالاستعلام عن الرابط الذكي: %s" - -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "تم انشاء الرابط الذكي %s بنجاح" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "تم تحرير الرابط الذكي %s بنجاح." - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "تحرير الرابط الذكي: %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "تم مسح الرابط الذكي %s بنجاح." - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "هل أنت متأكد من مسح الرابط الذكي: %s ؟" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "خطأ بالاستعلام عن الرابط الذكي: %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "تم انشاء الرابط الذكي %s بنجاح" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "تم تحرير الرابط الذكي %s بنجاح." + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "تحرير الرابط الذكي: %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "تم مسح الرابط الذكي %s بنجاح." + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "حذف الروابط الذكية" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "تم انشاء شرط الرابط الذكي \"%s\" بنجاح." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "أضف شرط جديد للرابط الذكي: \"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "تم تعديل شرط الرابط الذكي \"%s\" بنجاح." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "تحرير شرط الرابط الذكي" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "تم مسح شرط الرابط الذكي \"%s\" بنجاح." -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "هل أنت متأكد أنك تريد حذف شرط الرابط الذكي: \"%s\"؟" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "تحرير شرط الرابط الذكي" + +#~ msgid "ACLs" +#~ msgstr "قوائم الصلاحيات" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "هل أنت متأكد من مسح الرابط الذكي: %s ؟" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "هل أنت متأكد أنك تريد حذف شرط الرابط الذكي: \"%s\"؟" #~ msgid "Pages" #~ msgstr "Pages" @@ -370,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/bg/LC_MESSAGES/django.po b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po index 66e203f911..63ec20cf45 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,55 +9,56 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -128,191 +129,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "не" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -323,9 +324,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -366,18 +364,15 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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.po b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po index f8aa79689e..2dedc0b761 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,56 +9,58 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Smart linkovi" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Kreiraj novi smart link" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" -msgstr "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Kreiraj novi smart link" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Smart linkovi" #: literals.py:9 msgid "and" @@ -128,191 +130,200 @@ msgstr "je u regularnom izrazu" msgid "is in regular expression (case insensitive)" msgstr "je u regularnom izrazu (nije bitno velika ili mala slova)" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "Inkluzija je ignorisana za prvu stavku" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Obrće logiku operatora" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "ne" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Pogledati postojeće smart linkove" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Kreiraj novi smart link" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Obrisati smart linkove" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Izmjeni smart linkove" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Greška smart link upita: %s" - -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "Smart link: %s uspješno kreiran." - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "Smart link: %s uspješno izmijenjen." - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Izmjeni smart link: %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Smart link: %s uspješno obrisan." - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Jeste li sigurni da želite izbrisati smart link: %s?" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Greška smart link upita: %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Smart link: %s uspješno kreiran." + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Smart link: %s uspješno izmijenjen." + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Izmjeni smart link: %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Smart link: %s uspješno obrisan." + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Obrisati smart linkove" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "Uslovi smart linka: \"%s\" uspješno kreirani." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "Dodati nove uslove za smart link: \"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "Uslovi smart linka: \"%s\" uspješno izmjenjeni." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Izmjeniti uslove smart linka" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "Uslov smart linka: \"%s\" uspješno obrisan." -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Jeste li sigurni da želite izbrisati uslov smart linka: %s?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Izmjeniti uslove smart linka" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Jeste li sigurni da želite izbrisati smart link: %s?" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "Jeste li sigurni da želite izbrisati uslov smart linka: %s?" #~ msgid "Pages" #~ msgstr "Pages" @@ -370,14 +381,14 @@ msgstr "Jeste li sigurni da želite izbrisati uslov smart linka: %s?" #~ 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.po b/mayan/apps/linking/locale/da/LC_MESSAGES/django.po index f36badacca..d2a58b4c88 100644 --- a/mayan/apps/linking/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/da/LC_MESSAGES/django.po @@ -1,62 +1,63 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -127,191 +128,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -322,9 +323,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -365,18 +363,15 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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_CH/LC_MESSAGES/django.po b/mayan/apps/linking/locale/de_CH/LC_MESSAGES/django.po index 6bc68f5546..73cb90511b 100644 --- a/mayan/apps/linking/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/de_CH/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,45 +19,45 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -128,190 +128,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" -#: views.py:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -322,9 +323,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -365,9 +363,6 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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 " 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 2ea0c85838..8280267c40 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: # Stefan Lodders , 2012 @@ -16,56 +16,57 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "Fremddokumentattribut" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Ähnliche Dokumente" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Smart Link erstellen" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "Bearbeiten" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "Löschen" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "Dokumententypen" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "Dokumente" - -#: links.py:23 -msgid "Conditions" -msgstr "Bedingungen" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "Erstellungsbedingung" -#: links.py:28 -msgid "ACLs" -msgstr "Zugriffsberechtigungen" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "Löschen" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "Bearbeiten" + +#: links.py:27 +msgid "Conditions" +msgstr "Bedingungen" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Smart Link erstellen" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "Dokumententypen" + +#: links.py:47 +msgid "Documents" +msgstr "Dokumente" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Ähnliche Dokumente" #: literals.py:9 msgid "and" @@ -135,191 +136,231 @@ msgstr "ist in regulärem Ausdruck" msgid "is in regular expression (case insensitive)" msgstr "ist in regulärem Ausdruck (ohne Groß/Kleinschreibung)" -#: models.py:16 -msgid "Title" -msgstr "Titel" +#: models.py:18 views.py:190 +msgid "Label" +msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" +#: 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." +msgstr "" + +#: models.py:25 views.py:151 +#, fuzzy +#| msgid "Dynamic title" +msgid "Dynamic label" msgstr "Dynamischer Titel" -#: models.py:17 -msgid "" -"This expression will be evaluated against the current selected document." -msgstr "Dieser Ausdruck wird gegen das aktuell ausgewählte Dokument ausgewertet." - -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "Aktiviert" -#: models.py:31 -#, python-format -msgid "Error generating dynamic title; %s" +#: models.py:43 +#, fuzzy, python-format +#| msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "Fehler bei der Generierung des dynamischen Titels: %s" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "Dieser Smart Link ist nicht erlaubt für diesen Dokumententyp" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "Smart Link" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "Die Einbeziehung wird für das erste Element ignoriert." -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "Repräsentiert die Metadaten aller anderen Dokumente" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "Ausdruck" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "Dieser Ausdruck wird gegen das aktuelle Dokument ausgewertet" - -#: models.py:69 -msgid "Negated" -msgstr "Verneint" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Kehrt die Logik der Operation um." -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "Verneint" + +#: models.py:129 msgid "not" msgstr "Nicht" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "Bedingung" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "Bedingungen" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Existierende Smart Links anzeigen" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Smart Links erstellen" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Smart Links löschen" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Smart Links bearbeiten" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Abfragefehler für Smart Link %s" +#: views.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Dokumententypen" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" -msgstr "Ähnliche Dokumente für %s" +#: views.py:36 +#, fuzzy +#| msgid "Document types" +msgid "Document types enabled" +msgstr "Dokumententypen" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "Fehler bei der Auswertung ähnlicher Dokumente für %(document)s: %(exception)s" - -#: views.py:82 -msgid "Indentifier" -msgstr "Bezeichner" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "Ähnliche Dokumente für Dokument %s" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "Smart Link %s erfolgreich erstellt" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "Smart Link %s erfolgreich bearbeitet" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Smart Link %s bearbeiten" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Smart Link %s erfolgreich gelöscht" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "Fehler beim Löschen des Smart Links %(smart_link)s: %(exception)s" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Wollen Sie Smart Link %s wirklich löschen?" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "Dokumententyp, für den Smart Link %s aktiviert werden soll" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Abfragefehler für Smart Link %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "Ähnliche Dokumente für %s" + +#: views.py:124 +#, fuzzy, python-format +#| msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "Fehler beim Löschen des Smart Links %(smart_link)s: %(exception)s" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "Ähnliche Dokumente für Dokument %s" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Smart Link %s erfolgreich erstellt" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Smart Link %s erfolgreich bearbeitet" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Smart Link %s bearbeiten" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Smart Link %s erfolgreich gelöscht" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "Fehler beim Löschen des Smart Links %(smart_link)s: %(exception)s" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Smart Links löschen" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "Bedingungen für Smart Link %s" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "Bedingung für Smart Link \"%s\" erfolgreich erstellt" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "Neue Bedingungen zu Smart Link \"%s\" hinzufügen" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "Bedingung für Smart Link: \"%s\" erfolgreich bearbeitet" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Bedingung für Smart Link bearbeiten" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "Bedingung" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "Bedingung für Smart Link: \"%s\" erfolgreich gelöscht" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Wollen Sie die Bedingung \"%s\" wirklich löschen?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Bedingung für Smart Link bearbeiten" + +#~ msgid "ACLs" +#~ msgstr "Zugriffsberechtigungen" + +#~ msgid "Title" +#~ msgstr "Titel" + +#~ msgid "" +#~ "This expression will be evaluated against the current selected document." +#~ msgstr "" +#~ "Dieser Ausdruck wird gegen das aktuell ausgewählte Dokument ausgewertet." + +#~ msgid "This expression will be evaluated against the current document." +#~ msgstr "Dieser Ausdruck wird gegen das aktuelle Dokument ausgewertet" + +#~ msgid "Error calculating smart link for: %(document)s; %(exception)s." +#~ msgstr "" +#~ "Fehler bei der Auswertung ähnlicher Dokumente für %(document)s: " +#~ "%(exception)s" + +#~ msgid "Indentifier" +#~ msgstr "Bezeichner" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Wollen Sie Smart Link %s wirklich löschen?" + +#~ msgid "Condition" +#~ msgstr "Bedingung" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "Wollen Sie die Bedingung \"%s\" wirklich löschen?" #~ msgid "Pages" #~ msgstr "Pages" @@ -377,14 +418,14 @@ msgstr "Wollen Sie die Bedingung \"%s\" wirklich löschen?" #~ 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.po b/mayan/apps/linking/locale/en/LC_MESSAGES/django.po index 205cbf9330..c1198a3ca3 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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,50 +18,50 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 #, fuzzy msgid "Foreign document attribute" msgstr "foreign document data" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Smart links" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Create new smart link" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -#, fuzzy -msgid "Delete" -msgstr "delete" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -#, fuzzy -msgid "Conditions" -msgstr "conditions" - -#: links.py:24 +#: links.py:14 #, fuzzy msgid "Create condition" msgstr "create condition" -#: links.py:28 -msgid "ACLs" -msgstr "ACLs" +#: links.py:19 links.py:36 +#, fuzzy +msgid "Delete" +msgstr "delete" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +#, fuzzy +msgid "Conditions" +msgstr "conditions" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Create new smart link" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Smart links" #: literals.py:9 msgid "and" @@ -131,201 +131,224 @@ msgstr "is in regular expression" msgid "is in regular expression (case insensitive)" msgstr "is in regular expression (case insensitive)" -#: models.py:16 -#, fuzzy -msgid "Title" -msgstr "title" - -#: models.py:17 views.py:116 -#, fuzzy -msgid "Dynamic title" -msgstr "dynamic title" - -#: models.py:17 -msgid "" -"This expression will be evaluated against the current selected document." +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: 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." +msgstr "" + +#: models.py:25 views.py:151 +#, fuzzy +msgid "Dynamic label" +msgstr "dynamic title" + +#: models.py:27 models.py:124 views.py:153 views.py:325 #, fuzzy msgid "Enabled" msgstr "enabled" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 #, fuzzy msgid "Smart link" msgstr "Smart links" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "The inclusion is ignored for the first item." -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 #, fuzzy msgid "Expression" msgstr "expression" -#: models.py:68 -#, fuzzy -msgid "This expression will be evaluated against the current document." -msgstr "There no defined smart links for the current document." +#: models.py:121 +msgid "Inverts the logic of the operator." +msgstr "Inverts the logic of the operator." -#: models.py:69 +#: models.py:122 #, fuzzy msgid "Negated" msgstr "negated" -#: models.py:69 -msgid "Inverts the logic of the operator." -msgstr "Inverts the logic of the operator." - -#: models.py:73 +#: models.py:129 msgid "not" msgstr "not" -#: models.py:76 +#: models.py:134 #, fuzzy msgid "Link condition" msgstr "link condition" -#: models.py:77 +#: models.py:135 #, fuzzy msgid "Link conditions" msgstr "link conditions" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "View existing smart links" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Create new smart links" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Delete smart links" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Edit smart links" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Smart link query error: %s" - -#: views.py:52 -#, fuzzy, python-format -msgid "Documents in smart link: %s" -msgstr "documents in smart link: %(group)s" - -#: views.py:68 -#, fuzzy, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "Error deleting smart link: %(smart_link)s; %(error)s." - -#: views.py:82 -msgid "Indentifier" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:97 -#, fuzzy, python-format -msgid "Smart links for document: %s" -msgstr "smart links (%s)" +#: views.py:36 +msgid "Document types enabled" +msgstr "" -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "Smart link: %s created successfully." - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "Smart link: %s edited successfully." - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Edit smart link: %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Smart link: %s deleted successfully." - -#: views.py:184 -#, fuzzy, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "Error deleting smart link: %(smart_link)s; %(error)s." - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Are you sure you wish to delete smart link: %s?" - -#: views.py:215 +#: views.py:67 #, fuzzy, python-format msgid "Document type for which to enable smart link: %s" msgstr "Are you sure you wish to delete smart link: %s?" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Smart link query error: %s" + +#: views.py:121 +#, fuzzy, python-format +msgid "Documents in smart link: %s" +msgstr "documents in smart link: %(group)s" + +#: views.py:124 +#, fuzzy, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "Error deleting smart link: %(smart_link)s; %(error)s." + +#: views.py:200 +#, fuzzy, python-format +msgid "Smart links for document: %s" +msgstr "smart links (%s)" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Smart link: %s created successfully." + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Smart link: %s edited successfully." + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Edit smart link: %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Smart link: %s deleted successfully." + +#: views.py:290 +#, fuzzy, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "Error deleting smart link: %(smart_link)s; %(error)s." + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Delete smart links" + +#: views.py:321 #, fuzzy, python-format msgid "Conditions for smart link: %s" msgstr "conditions for smart link: %s" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "Smart link condition: \"%s\" created successfully." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "Add new conditions to smart link: \"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "Smart link condition: \"%s\" edited successfully." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Edit smart link condition" -#: views.py:296 views.py:330 -#, fuzzy -msgid "Condition" -msgstr "condition" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "Smart link condition: \"%s\" deleted successfully." -#: views.py:318 +#: views.py:445 #, fuzzy, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -#: views.py:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Are you sure you wish to delete smart link condition: \"%s\"?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Edit smart link condition" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#, fuzzy +#~ msgid "Title" +#~ msgstr "title" + +#, fuzzy +#~ msgid "This expression will be evaluated against the current document." +#~ msgstr "There no defined smart links for the current document." + +#, fuzzy +#~ msgid "Error calculating smart link for: %(document)s; %(exception)s." +#~ msgstr "Error deleting smart link: %(smart_link)s; %(error)s." + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Are you sure you wish to delete smart link: %s?" + +#, fuzzy +#~ msgid "Condition" +#~ msgstr "condition" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "Are you sure you wish to delete smart link condition: \"%s\"?" #~ msgid "Pages" #~ msgstr "Pages" diff --git a/mayan/apps/linking/locale/es/LC_MESSAGES/django.po b/mayan/apps/linking/locale/es/LC_MESSAGES/django.po index d05f4498d4..37175124bf 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 @@ -11,56 +11,57 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-02-07 05:20+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "Datos de documento foráneo" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Enlaces inteligentes" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Crear un enlace inteligente nuevo" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "Editar" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "Borrar" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "Tipos de documento" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "Documentos" - -#: links.py:23 -msgid "Conditions" -msgstr "Condiciones" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "Crear condición" -#: links.py:28 -msgid "ACLs" -msgstr "LCAs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "Borrar" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "Editar" + +#: links.py:27 +msgid "Conditions" +msgstr "Condiciones" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Crear un enlace inteligente nuevo" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "Tipos de documento" + +#: links.py:47 +msgid "Documents" +msgstr "Documentos" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Enlaces inteligentes" #: literals.py:9 msgid "and" @@ -130,191 +131,234 @@ msgstr "está en la expresión regular" msgid "is in regular expression (case insensitive)" msgstr "está en la expresión regular (no sensible a mayúsculas)" -#: models.py:16 -msgid "Title" -msgstr "Título" +#: models.py:18 views.py:190 +msgid "Label" +msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" +#: 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." +msgstr "" + +#: models.py:25 views.py:151 +#, fuzzy +#| msgid "Dynamic title" +msgid "Dynamic label" msgstr "Título dinámico" -#: models.py:17 -msgid "" -"This expression will be evaluated against the current selected document." -msgstr "Esta expresión será evaluada contra los documentos seleccionados." - -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "Habilitado" -#: models.py:31 -#, python-format -msgid "Error generating dynamic title; %s" +#: models.py:43 +#, fuzzy, python-format +#| msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "Error generando título dinámico; %s" -#: models.py:37 +#: 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:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "Enlace inteligente" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "La inclusión es ignorada para el primer artículo." -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "Esto representa los meta datos de los documentos foráneos." -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "Expresión" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "Esta expresión se evaluará en el documento actual." - -#: models.py:69 -msgid "Negated" -msgstr "Negado" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Invierte la lógica del operador." -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "Negado" + +#: models.py:129 msgid "not" msgstr "no" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "Condición de enlace" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "Condiciones de enlace" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Ver enlaces inteligentes existentes" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Crear nuevos enlaces inteligentes" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Eliminar enlaces inteligentes" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Editar enlaces inteligentes" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Error en consulta de enlace inteligente: %s" +#: views.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Tipos de documento" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" -msgstr "Documentos en enlace inteligente: %s" +#: views.py:36 +#, fuzzy +#| msgid "Document types" +msgid "Document types enabled" +msgstr "Tipos de documento" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "Error calculando enlace inteligente para: %(document)s; %(exception)s" - -#: views.py:82 -msgid "Indentifier" -msgstr "Identificador" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "Enlaces inteligentes para el documento: %s" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "Enlace inteligente: %s creado con éxito." - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "Enlace inteligente: %s editado con éxito." - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Editar enlace inteligente: %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Enlace inteligente: %s eliminado con éxito." - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "Error al borrar enlace inteligente: %(smart_link)s; %(exception)s." - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "¿Está seguro que desea eliminar el enlace inteligente: %s?" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "Tipo de documento para el cual habilitar el enlace inteligente: %s" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Error en consulta de enlace inteligente: %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "Documentos en enlace inteligente: %s" + +#: views.py:124 +#, fuzzy, python-format +#| msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "Error al borrar enlace inteligente: %(smart_link)s; %(exception)s." + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "Enlaces inteligentes para el documento: %s" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Enlace inteligente: %s creado con éxito." + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Enlace inteligente: %s editado con éxito." + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Editar enlace inteligente: %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Enlace inteligente: %s eliminado con éxito." + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "Error al borrar enlace inteligente: %(smart_link)s; %(exception)s." + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Eliminar enlaces inteligentes" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "Condiciones para enlace inteligente: %s" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "Condición del enlace inteligente: \"%s\" creada con éxito." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "Añadir nuevas condiciones de enlace inteligente: \"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "Condición de enlace inteligente: \"%s\", editada con éxito." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Editar condición de enlace inteligente" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "Condición" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "Condición de enlace inteligente: \"%s\" eliminada con éxito." -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "¿Está seguro que desea eliminar la condición de enlace inteligente: \"%s\"?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Editar condición de enlace inteligente" + +#~ msgid "ACLs" +#~ msgstr "LCAs" + +#~ msgid "Title" +#~ msgstr "Título" + +#~ msgid "" +#~ "This expression will be evaluated against the current selected document." +#~ msgstr "Esta expresión será evaluada contra los documentos seleccionados." + +#~ msgid "This expression will be evaluated against the current document." +#~ msgstr "Esta expresión se evaluará en el documento actual." + +#~ msgid "Error calculating smart link for: %(document)s; %(exception)s." +#~ msgstr "" +#~ "Error calculando enlace inteligente para: %(document)s; %(exception)s" + +#~ msgid "Indentifier" +#~ msgstr "Identificador" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "¿Está seguro que desea eliminar el enlace inteligente: %s?" + +#~ msgid "Condition" +#~ msgstr "Condición" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "" +#~ "¿Está seguro que desea eliminar la condición de enlace inteligente: \"%s" +#~ "\"?" #~ msgid "Pages" #~ msgstr "Pages" @@ -372,14 +416,14 @@ msgstr "¿Está seguro que desea eliminar la condición de enlace inteligente: \ #~ 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.po b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po index f4798b34fe..fb724b121e 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: # Mehdi Amani , 2014 @@ -10,56 +10,57 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "پیوند هوشمند" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "ایجاد پیوند هوشمند جدید" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "ویرایش" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "حذف" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "شرایط" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "ایجاد شرط" -#: links.py:28 -msgid "ACLs" -msgstr "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "حذف" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "ویرایش" + +#: links.py:27 +msgid "Conditions" +msgstr "شرایط" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "ایجاد پیوند هوشمند جدید" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "پیوند هوشمند" #: literals.py:9 msgid "and" @@ -129,191 +130,209 @@ msgstr "موجود در عبارات منظم" msgid "is in regular expression (case insensitive)" msgstr "موجود در عبارات منظم (case insensitive)" -#: models.py:16 -msgid "Title" -msgstr "لقب" - -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "لقب پویا" - -#: models.py:17 -msgid "" -"This expression will be evaluated against the current selected document." +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: 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." +msgstr "" + +#: models.py:25 views.py:151 +#, fuzzy +#| msgid "Dynamic title" +msgid "Dynamic label" +msgstr "لقب پویا" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "فعال شده" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "پیوند هوشمند" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "ورود اولین آیتم در نطر گرفته نشد." -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "عبارت" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "منفی شده" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "منطق عملگر را برعکس میکند." -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "منفی شده" + +#: models.py:129 msgid "not" msgstr "نه " -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "شرط پیوند" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "شرایط پیوند" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "دیدن پیوندهای هوشمند موجود" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "ایجاد پیوند هوشمند جدید" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "حذف پیوند هوشمند " -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "ویرایش پیوند هوشمند " -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "خطای پرسش query از پیوند هوشمند : %s" - -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "ایجاد موفق پیوند هوشمند %s" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "ویرایش موفق پیوند هوشمند %s" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "ویرایش پیوند هوشمند %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "حذف موفق پیوند هوشمند %s" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "خطا در حذف پیوند هوشمند %(smart_link)s; %(exception)s." - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "از حذف پیوند هوشمند مطمئن هستید : %s" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "خطای پرسش query از پیوند هوشمند : %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, fuzzy, python-format +#| msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "خطا در حذف پیوند هوشمند %(smart_link)s; %(exception)s." + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "ایجاد موفق پیوند هوشمند %s" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "ویرایش موفق پیوند هوشمند %s" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "ویرایش پیوند هوشمند %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "حذف موفق پیوند هوشمند %s" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "خطا در حذف پیوند هوشمند %(smart_link)s; %(exception)s." + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "حذف پیوند هوشمند " + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "شرایط پیوند هوشمند : %s" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "ایجاد موفق پیوند هوشمند \"%s\"" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "اضافه کردن شرط جدید به پیوند هوشمند \"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "ویرایش موفق پیوند هوشمند \"%s\"" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "ویرایش شرط پیوند هوشمند \"%s\"" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "شرط" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "حذف موفق شرط پیوند هوشمند \"%s\"" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "آیا از حذف شرط پیوند هوشمند مطمئن هستید \"%s\"؟" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "ویرایش شرط پیوند هوشمند \"%s\"" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Title" +#~ msgstr "لقب" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "از حذف پیوند هوشمند مطمئن هستید : %s" + +#~ msgid "Condition" +#~ msgstr "شرط" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "آیا از حذف شرط پیوند هوشمند مطمئن هستید \"%s\"؟" #~ msgid "Pages" #~ msgstr "Pages" @@ -371,14 +390,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.po b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po index 26efcfd3b6..f85e684e69 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: # Christophe kryskool , 2014-2015 @@ -10,56 +10,57 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-04-06 09:05+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "Attribut étranger du document " -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Liens intelligents" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Céer un nouveau lien intelligent" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "Modifier" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "Supprimer" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "Types de document" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "Documents" - -#: links.py:23 -msgid "Conditions" -msgstr "Conditions" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "Créer une condition" -#: links.py:28 -msgid "ACLs" -msgstr "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "Supprimer" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "Modifier" + +#: links.py:27 +msgid "Conditions" +msgstr "Conditions" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Céer un nouveau lien intelligent" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "Types de document" + +#: links.py:47 +msgid "Documents" +msgstr "Documents" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Liens intelligents" #: literals.py:9 msgid "and" @@ -129,191 +130,239 @@ msgstr "est une expression régulière" msgid "is in regular expression (case insensitive)" msgstr "est une expression régulière (insensible à la casse)" -#: models.py:16 -msgid "Title" -msgstr "Titre" +#: models.py:18 views.py:190 +msgid "Label" +msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" +#: 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." +msgstr "" + +#: models.py:25 views.py:151 +#, fuzzy +#| msgid "Dynamic title" +msgid "Dynamic label" msgstr "Titre dynamique" -#: models.py:17 -msgid "" -"This expression will be evaluated against the current selected document." -msgstr "Cette expression sera de nouveau évaluée sur le document actuellement sélectioné." - -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "Activé" -#: models.py:31 -#, python-format -msgid "Error generating dynamic title; %s" +#: models.py:43 +#, fuzzy, python-format +#| msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "erreur de génération d'un titre dynamique; %s" -#: models.py:37 +#: 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:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "Lien intelligent" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "Ignorer l'inclusion sur le premier élément" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "Ceci représente la méta-donnée de tous les autres documents." -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "Expression" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "Cette expression sera de nouveau évaluée sur le document actuel." - -#: models.py:69 -msgid "Negated" -msgstr "Négation" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Inverser l'opérateur logique" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "Négation" + +#: models.py:129 msgid "not" msgstr "ne pas" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "Condition sur le lien" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "Conditions sur le lien" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Afficher les liens intelligents disponibles" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Créer de nouveaux liens intelligents" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Supprimer les liens intelligents" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Modifier les liens intelligents" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Erreur de requête sur lien intelligent:%s" +#: views.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Types de document" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" -msgstr "Lien inetlligent du document: %s" +#: views.py:36 +#, fuzzy +#| msgid "Document types" +msgid "Document types enabled" +msgstr "Types de document" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "Erreur de calcul pour le lien intelligent: %(document)s; %(exception)s." - -#: views.py:82 -msgid "Indentifier" -msgstr "Identifiant" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "Liens intelligents pour le document: %s" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "Création du lien intelligent:%s avec succès." - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "Lien intelligent:%s modifié avec succès." - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Modifier le lien intelligent:%s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Lien intelligent:%s supprimé avec succès" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "Erreur lors de la suppression du lien intelligent: %(smart_link)s; %(exception)s." - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Êtes vous certain de vouloir supprimer le lien intelligent:%s?" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "Type de document sur lesquels activer les liens intelligents: %s" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Erreur de requête sur lien intelligent:%s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "Lien inetlligent du document: %s" + +#: views.py:124 +#, fuzzy, python-format +#| msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" +"Erreur lors de la suppression du lien intelligent: %(smart_link)s; " +"%(exception)s." + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "Liens intelligents pour le document: %s" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Création du lien intelligent:%s avec succès." + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Lien intelligent:%s modifié avec succès." + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Modifier le lien intelligent:%s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Lien intelligent:%s supprimé avec succès" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" +"Erreur lors de la suppression du lien intelligent: %(smart_link)s; " +"%(exception)s." + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Supprimer les liens intelligents" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "Conditions sur le lien intelligent: %s" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "Condition sur le lien intelligent:\"%s\" créé avec succès." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "Ajouter une nouvelle condition au lien intelligent:\"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "Condition sur le lien intelligent:\"%s\" modifiée avec succès." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Modifier la condition sur le lien intelligent" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "Condition" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "Condition sur lien intelligent:\"%s\" supprimée avec succès." -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Êtes vous certain de vouloir supprimer la condition sur le lien intelligent:\"%s\"?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Modifier la condition sur le lien intelligent" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Title" +#~ msgstr "Titre" + +#~ msgid "" +#~ "This expression will be evaluated against the current selected document." +#~ msgstr "" +#~ "Cette expression sera de nouveau évaluée sur le document actuellement " +#~ "sélectioné." + +#~ msgid "This expression will be evaluated against the current document." +#~ msgstr "Cette expression sera de nouveau évaluée sur le document actuel." + +#~ msgid "Error calculating smart link for: %(document)s; %(exception)s." +#~ msgstr "" +#~ "Erreur de calcul pour le lien intelligent: %(document)s; %(exception)s." + +#~ msgid "Indentifier" +#~ msgstr "Identifiant" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer le lien intelligent:%s?" + +#~ msgid "Condition" +#~ msgstr "Condition" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "" +#~ "Êtes vous certain de vouloir supprimer la condition sur le lien " +#~ "intelligent:\"%s\"?" #~ msgid "Pages" #~ msgstr "Pages" @@ -371,14 +420,14 @@ msgstr "Êtes vous certain de vouloir supprimer la condition sur le lien intelli #~ 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/hr_HR/LC_MESSAGES/django.po b/mayan/apps/linking/locale/hr_HR/LC_MESSAGES/django.po index 344281faa0..bbf1f3e6a3 100644 --- a/mayan/apps/linking/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/hr_HR/LC_MESSAGES/django.po @@ -1,62 +1,64 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -127,191 +129,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -322,9 +324,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -365,18 +364,15 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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.po b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po index f470884e6c..577e663b06 100644 --- a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po @@ -1,62 +1,63 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -127,191 +128,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -322,9 +323,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -365,18 +363,15 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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.po b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po index b7ebb42455..5ebb632329 100644 --- a/mayan/apps/linking/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po @@ -1,62 +1,63 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -127,191 +128,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -322,9 +323,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -365,18 +363,15 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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.po b/mayan/apps/linking/locale/it/LC_MESSAGES/django.po index 1036b182c6..21d1b09698 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 @@ -10,56 +10,57 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Link intelligenti" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Crea un nuovo link intelligente" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" -msgstr "ACL" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Crea un nuovo link intelligente" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Link intelligenti" #: literals.py:9 msgid "and" @@ -129,191 +130,202 @@ msgstr "è un'espressione regolare" msgid "is in regular expression (case insensitive)" msgstr "è un'espressione regolare (case insensitive)" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "L'inserimento viene ignorato per la prima voce." -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Inverti la logica dell'operazione" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "not" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Vista intelligente dei link esistenti" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Crea link intelligenti" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Cancella link intelligenti" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Modifica link intelligenti" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Interrogazione dei link intelligenti, errore: %s" - -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "Link inteligente: %s creato con successo." - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "Link intelligente: %s modificato con successo." - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Modifica il link intelligente: %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Link intelligente: %s cancellato con successo." - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Sei sicuro di voler cancella questo link intelligente: %s?" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Interrogazione dei link intelligenti, errore: %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Link inteligente: %s creato con successo." + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Link intelligente: %s modificato con successo." + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Modifica il link intelligente: %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Link intelligente: %s cancellato con successo." + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Cancella link intelligenti" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "Condizione per il link intelligente: \"%s\" creata con successo." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "Aggiungi una nuova condizione al link intelligente: \"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "Condizione per il link intelligente: \"%s\" modificato con successo." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Modifica condizioni per i link intelligenti" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "Condizioni per il link intelligente: \"%s\" cancellato con successo." -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Sei sicuro di voler cancellare le condizioni per il link intelligente : \"%s\"?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Modifica condizioni per i link intelligenti" + +#~ msgid "ACLs" +#~ msgstr "ACL" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Sei sicuro di voler cancella questo link intelligente: %s?" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "" +#~ "Sei sicuro di voler cancellare le condizioni per il link intelligente : " +#~ "\"%s\"?" #~ msgid "Pages" #~ msgstr "Pages" @@ -371,14 +383,14 @@ msgstr "Sei sicuro di voler cancellare le condizioni per il link intelligente : #~ 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/lv/LC_MESSAGES/django.po b/mayan/apps/linking/locale/lv/LC_MESSAGES/django.po index e8ab5a1056..ca5249ad39 100644 --- a/mayan/apps/linking/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/lv/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,45 +20,45 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -129,190 +129,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" -#: views.py:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -323,9 +324,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -366,9 +364,6 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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 " diff --git a/mayan/apps/linking/locale/nb/LC_MESSAGES/django.po b/mayan/apps/linking/locale/nb/LC_MESSAGES/django.po index 2746ee3163..06a3ebeb2a 100644 --- a/mayan/apps/linking/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/nb/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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,45 +19,45 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -128,190 +128,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" -#: views.py:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -322,9 +323,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -365,9 +363,6 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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 " 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 47aa48ae3f..cfddaf466e 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,56 +9,57 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "'Smartlinks'" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Nieuwe 'smartlink' aanmaken" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" -msgstr "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Nieuwe 'smartlink' aanmaken" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "'Smartlinks'" #: literals.py:9 msgid "and" @@ -128,191 +129,201 @@ msgstr "komt overeen met 'reguliere expressie'" msgid "is in regular expression (case insensitive)" msgstr "komt overeen met 'reguliere expressie (hoofdletter ongevoelig)" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "De berekening is genegeerd voor het eerste item" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Inverteerd de operatorlogica" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "niet" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Bekijk bestaande 'smartlinks'" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Aanmaken van een nieuwe 'smartlink'" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Verwijderen 'smartlinks'" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Verwijderen 'smartlinks'" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "'smartlink' zoek fout: %s" - -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "'smartlink: %s succesvol aangemaakt." - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "'smartlink': %s aangepast" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "'smartlink': %s bewerken." - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "'smartlink': %s verwijdert." - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Bent u er zeker van dat u 'smartlink': %s wilt verwijderen?" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "'smartlink' zoek fout: %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "'smartlink: %s succesvol aangemaakt." + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "'smartlink': %s aangepast" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "'smartlink': %s bewerken." + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "'smartlink': %s verwijdert." + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Verwijderen 'smartlinks'" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "'smartlink' conditie: \"%s\" aangemaakt." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "Nieuwe condities aan 'smartlink': \"%s\" toevoegen." -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "'smartlink' conditie: \"%s\" aangepast." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Bewerk 'smartlink' conditie." -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "'smartlink' conditie: \"%s\" verwijdert" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Bent u er zeker van dat u 'smartlink'-conditie: \"%s\" wilt verwijderen?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Bewerk 'smartlink' conditie." + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Bent u er zeker van dat u 'smartlink': %s wilt verwijderen?" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "" +#~ "Bent u er zeker van dat u 'smartlink'-conditie: \"%s\" wilt verwijderen?" #~ msgid "Pages" #~ msgstr "Pages" @@ -370,14 +381,14 @@ msgstr "Bent u er zeker van dat u 'smartlink'-conditie: \"%s\" wilt verwijderen? #~ 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.po b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po index 4480e71981..773605b8bb 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 , 2015 @@ -10,56 +10,58 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-02-28 20:26+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "Edytuj" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "Usunąć" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "Typy dokumentu" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "Dokumenty" - -#: links.py:23 -msgid "Conditions" -msgstr "Warunki" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" -msgstr "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "Usunąć" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "Edytuj" + +#: links.py:27 +msgid "Conditions" +msgstr "Warunki" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "Typy dokumentu" + +#: links.py:47 +msgid "Documents" +msgstr "Dokumenty" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "" #: literals.py:9 msgid "and" @@ -129,191 +131,203 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" -msgstr "Tytuł" - -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "Dynamiczny tytuł" - -#: models.py:17 -msgid "" -"This expression will be evaluated against the current selected document." +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: 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." +msgstr "" + +#: models.py:25 views.py:151 +#, fuzzy +#| msgid "Dynamic title" +msgid "Dynamic label" +msgstr "Dynamiczny tytuł" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "Włączony" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "nie" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "" +#: views.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Typy dokumentu" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" -msgstr "" +#: views.py:36 +#, fuzzy +#| msgid "Document types" +msgid "Document types enabled" +msgstr "Typy dokumentu" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Title" +#~ msgstr "Tytuł" #~ msgid "Pages" #~ msgstr "Pages" @@ -324,9 +338,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -367,18 +378,15 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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.po b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po index 6def94a8f8..90fc4b4d24 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,56 +11,57 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Ligações inteligentes" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Criar nova ligação inteligente" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" -msgstr "ACL's" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Criar nova ligação inteligente" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Ligações inteligentes" #: literals.py:9 msgid "and" @@ -130,191 +131,202 @@ msgstr "contido em expressão regular" msgid "is in regular expression (case insensitive)" msgstr "contido em expressão regular (insensível a minúsculas/maiúsculas)" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "A inclusão é ignorada para o primeiro item." -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Inverte a lógica do operador." -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "não" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Ver ligações inteligentes" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Criar novas ligações inteligentes" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Excluir ligações inteligentes" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Editar ligações inteligentes" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Erro na consulta de ligações inteligentes: %s" - -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "Ligação inteligente: %s criado com sucesso." - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "Ligação inteligente: %s editada com sucesso." - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Editar Ligação inteligente: %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Ligação inteligente: %s excluída com sucesso." - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Tem a certeza de que pretende excluir a ligação inteligente: %s?" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Erro na consulta de ligações inteligentes: %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Ligação inteligente: %s criado com sucesso." + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Ligação inteligente: %s editada com sucesso." + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Editar Ligação inteligente: %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Ligação inteligente: %s excluída com sucesso." + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Excluir ligações inteligentes" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "Condição da ligação inteligente: \"%s\" criada com sucesso." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "Adicionar novas condições à ligação inteligente: \"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "Condição de ligação inteligente: \"%s\" editada com sucesso." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Editar condição de ligação inteligente" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "Condição de ligação inteligente: \"%s\" excluída com sucesso." -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Tem a certeza de que pretende eliminar a condição de ligação inteligente: \"%s\"?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Editar condição de ligação inteligente" + +#~ msgid "ACLs" +#~ msgstr "ACL's" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Tem a certeza de que pretende excluir a ligação inteligente: %s?" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "" +#~ "Tem a certeza de que pretende eliminar a condição de ligação inteligente: " +#~ "\"%s\"?" #~ msgid "Pages" #~ msgstr "Pages" @@ -372,14 +384,14 @@ msgstr "Tem a certeza de que pretende eliminar a condição de ligação intelig #~ 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.po b/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po index 7ff57411b6..1febbcb175 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,56 +11,57 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-13 16:39+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "Atributo documento externo" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Ligações inteligentes" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Criar novo link inteligente" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "Editar" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "Excluir" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "Tipo de Documento" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "Documentos" - -#: links.py:23 -msgid "Conditions" -msgstr "condições" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "Criar Condição" -#: links.py:28 -msgid "ACLs" -msgstr "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "Excluir" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "Editar" + +#: links.py:27 +msgid "Conditions" +msgstr "condições" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Criar novo link inteligente" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "Tipo de Documento" + +#: links.py:47 +msgid "Documents" +msgstr "Documentos" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Ligações inteligentes" #: literals.py:9 msgid "and" @@ -130,191 +131,221 @@ msgstr "está em expressão regular" msgid "is in regular expression (case insensitive)" msgstr "está em expressão regular (case insensitive)" -#: models.py:16 -msgid "Title" -msgstr "Título" - -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "título dinâmico" - -#: models.py:17 -msgid "" -"This expression will be evaluated against the current selected document." +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: 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." +msgstr "" + +#: models.py:25 views.py:151 +#, fuzzy +#| msgid "Dynamic title" +msgid "Dynamic label" +msgstr "título dinâmico" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "habilitado" -#: models.py:31 -#, python-format -msgid "Error generating dynamic title; %s" +#: models.py:43 +#, fuzzy, python-format +#| msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "Erro ao gerar um título dinâmico; %s" -#: models.py:37 +#: 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:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "link inteligente" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "A inclusão é ignorada para o primeiro item." -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "Esta expressão será avaliada contra o documento atual." -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "expressão" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "Esta expressão será avaliada contra o documento atual." - -#: models.py:69 -msgid "Negated" -msgstr "negada" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Inverte a lógica do operador." -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "negada" + +#: models.py:129 msgid "not" msgstr "não" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "condição de ligação" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "condições de ligação" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Ver os ligações inteligentes" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Criar novas ligações inteligentes" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Excluir ligações inteligentes" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Editar ligações inteligentes" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Erro Links Inteligentes para documento: %s" +#: views.py:35 +#, fuzzy +#| msgid "Document types" +msgid "Available document types" +msgstr "Tipo de Documento" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" -msgstr "Os documentos em referência inteligente: %s " +#: views.py:36 +#, fuzzy +#| msgid "Document types" +msgid "Document types enabled" +msgstr "Tipo de Documento" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "Erro cálculo link inteligente para: %(document)s; %(exception)s." - -#: views.py:82 -msgid "Indentifier" -msgstr "Identificador" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "Links Inteligentes para documento: %s" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "Ligação inteligente: %s criado com sucesso." - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "Link: %s Inteligente editado com sucesso." - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Editar Ligação inteligente: %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Link inteligente: %s foi excluído com sucesso. " - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "Erro ao eliminar link inteligente: %(smart_link)s; %(exception)s." - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Tem certeza de que deseja excluir link inteligente: %s? " - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "Tipo de documento para o qual a permitir ligação inteligente: %s" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Erro Links Inteligentes para documento: %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "Os documentos em referência inteligente: %s " + +#: views.py:124 +#, fuzzy, python-format +#| msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "Erro ao eliminar link inteligente: %(smart_link)s; %(exception)s." + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "Links Inteligentes para documento: %s" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Ligação inteligente: %s criado com sucesso." + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Link: %s Inteligente editado com sucesso." + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Editar Ligação inteligente: %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Link inteligente: %s foi excluído com sucesso. " + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "Erro ao eliminar link inteligente: %(smart_link)s; %(exception)s." + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Excluir ligações inteligentes" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "Condições para a ligação inteligente: %s criado com sucesso." -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "Condição: %s de ligação Inteligente editada com sucesso." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Editar condição de ligação Inteligente" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "condição" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Editar condição de ligação Inteligente" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Title" +#~ msgstr "Título" + +#~ msgid "This expression will be evaluated against the current document." +#~ msgstr "Esta expressão será avaliada contra o documento atual." + +#~ msgid "Error calculating smart link for: %(document)s; %(exception)s." +#~ msgstr "Erro cálculo link inteligente para: %(document)s; %(exception)s." + +#~ msgid "Indentifier" +#~ msgstr "Identificador" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Tem certeza de que deseja excluir link inteligente: %s? " + +#~ msgid "Condition" +#~ msgstr "condição" #~ msgid "Pages" #~ msgstr "Pages" @@ -372,14 +403,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.po b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po index 3f52574171..7668911c12 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,56 +9,58 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Link-uri inteligente" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Creați un nou link inteligent" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" -msgstr "ACL-uri" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Creați un nou link inteligent" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Link-uri inteligente" #: literals.py:9 msgid "and" @@ -128,191 +130,202 @@ msgstr "este în expresie regulată" msgid "is in regular expression (case insensitive)" msgstr "este în expresie regulată (case insensitive)" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "Includerea este ignorată pentru primul element." -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Inversează logica operatorului." -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "nu" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Vedeţi link-uri existente inteligente" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Creați link-uri noi inteligente" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Ștergeți link-uri inteligente" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Editați link-uri inteligente" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Eroare interogare link-ul:% s" - -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "Legătură inteligentă:% s creat cu succes." - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "Legătură inteligentă:% s editat cu succes." - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Editare legătură inteligentă:% s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Legătură inteligentă:% s eliminat cu succes." - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Sunteți sigur că doriți să ștergeți legătură inteligentă:% s?" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Eroare interogare link-ul:% s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Legătură inteligentă:% s creat cu succes." + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Legătură inteligentă:% s editat cu succes." + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Editare legătură inteligentă:% s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Legătură inteligentă:% s eliminat cu succes." + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Ștergeți link-uri inteligente" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "Stare de legătură inteligentă: \"%s\" a fost creată cu succes." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "Adauga la noile condiții de legătură inteligentă: \"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "Stare de legătură inteligentă: \"%s\" editată cu succes." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Editați condiție legătură inteligentă" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "Stare de legătură inteligentă: \"%s\" a fost ștearsă cu succes." -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Sunteți sigur că doriți să ștergeți starea de legătură inteligentă: \"%s\"?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Editați condiție legătură inteligentă" + +#~ msgid "ACLs" +#~ msgstr "ACL-uri" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți legătură inteligentă:% s?" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "" +#~ "Sunteți sigur că doriți să ștergeți starea de legătură inteligentă: \"%s" +#~ "\"?" #~ msgid "Pages" #~ msgstr "Pages" @@ -370,14 +383,14 @@ msgstr "Sunteți sigur că doriți să ștergeți starea de legătură inteligen #~ 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.po b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po index 8f79266257..319b68d3c1 100644 --- a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ru/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: # Sergey Glita , 2011-2012 @@ -9,56 +9,59 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Отношения" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "Создать новое отношение" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" -msgstr "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "Создать новое отношение" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Отношения" #: literals.py:9 msgid "and" @@ -128,191 +131,200 @@ msgstr "В регулярном выражении" msgid "is in regular expression (case insensitive)" msgstr "В регулярном выражении (без учета регистра)" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "Включение игнорируется для первого элемента." -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "Инвертирует логику оператора." -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "не" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Просмотр отношений" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Создать отношение" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Удалить отношения" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Редактировать отношения" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Ошибка запроса в отношении %s" - -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "Отношение %s создано." - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "Отношение %s изменено." - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Редактировать отношение %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Отношение %s удалено." - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Вы действительно хотите удалить отношение %s?" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Ошибка запроса в отношении %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Отношение %s создано." + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Отношение %s изменено." + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Редактировать отношение %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Отношение %s удалено." + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Удалить отношения" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "Условие для отношения \"%s\" успешно создано." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "Добавить новые условия отношения \"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "Условие отношения \"%s\" изменено." -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "Изменить условие отношения" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "Условие отношения \"%s\" удалено." -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Вы действительно хотите удалить условие отношения \"%s\"?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Изменить условие отношения" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Вы действительно хотите удалить отношение %s?" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "Вы действительно хотите удалить условие отношения \"%s\"?" #~ msgid "Pages" #~ msgstr "Pages" @@ -370,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/sl_SI/LC_MESSAGES/django.po b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po index 85b6887d34..ae58baea3c 100644 --- a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po @@ -1,62 +1,64 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -127,191 +129,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -322,9 +324,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -365,18 +364,15 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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/sq/LC_MESSAGES/django.po b/mayan/apps/linking/locale/sq/LC_MESSAGES/django.po index 9ce320c3ab..58067e8b08 100644 --- a/mayan/apps/linking/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/sq/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,45 +19,45 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -128,190 +128,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" -#: views.py:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -322,9 +323,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -365,9 +363,6 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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 " diff --git a/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po index 4b636d41c4..8b99ef0201 100644 --- a/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po @@ -1,62 +1,63 @@ # 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-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -127,191 +128,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -322,9 +323,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -365,18 +363,15 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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.po b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po index 7bada5ba29..f5f5e01e5c 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,57 +9,58 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "Liên kết thông minh" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" msgstr "" +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "Liên kết thông minh" + #: literals.py:9 msgid "and" msgstr "và" @@ -128,191 +129,194 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "Xem các liên kết thông minh tồn tại" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "Tạo liên kết thông minh mới" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "Xóa liên kết thông minh" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "Sửa liên kết thông minh" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "Lỗi truy vấn liên kết thông minh: %s" - -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "Sửa liên kết thông minh: %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "Liên kết thông minh: %s xóa thành công." - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Bạn có chắc chắn muốn xóa liên kết thông minh: %s" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "Lỗi truy vấn liên kết thông minh: %s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "Sửa liên kết thông minh: %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Liên kết thông minh: %s xóa thành công." + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "Xóa liên kết thông minh" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "điều kiện liên kết thông minh: %s tạo thành công." -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link condition: \"%s\"?" +msgstr "Xóa liên kết thông minh" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "Bạn có chắc chắn muốn xóa liên kết thông minh: %s" #~ msgid "Pages" #~ msgstr "Pages" @@ -370,14 +374,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.po b/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po index cec1dff664..b2faaf11fd 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,56 +9,57 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:01-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "智能链接" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "新建智能链接" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" -msgstr "访问控制列表" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "新建智能链接" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" +msgstr "智能链接" #: literals.py:9 msgid "and" @@ -128,191 +129,201 @@ msgstr "正则表达式" msgid "is in regular expression (case insensitive)" msgstr "正则表达式(大小写不敏感)" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "第一项的包含将被忽略。" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "颠倒操作符的逻辑" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "否" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "查看智能链接" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "新建智能链接" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "删除智能链接" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "编辑智能链接" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" -msgstr "智能链接查询错误:%s" - -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "智能链接: %s创建成功" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "智能链接: %s编辑成功" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "编辑智能链接: %s" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "智能链接: %s删除成功" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "删除智能链接%(smart_link)s出错: %(exception)s." - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "确定要删除智能链接: %s么?" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "智能链接查询错误:%s" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, fuzzy, python-format +#| msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "删除智能链接%(smart_link)s出错: %(exception)s." + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "智能链接: %s创建成功" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "智能链接: %s编辑成功" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "编辑智能链接: %s" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "智能链接: %s删除成功" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "删除智能链接%(smart_link)s出错: %(exception)s." + +#: views.py:302 +#, fuzzy, python-format +#| msgid "Delete smart links" +msgid "Delete smart link: %s?" +msgstr "删除智能链接" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "智能链接条件: \"%s\"创建成功。" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "新建条件到智能链接:\"%s\"" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "智能链接条件: \"%s\"编辑成功。" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "编辑智能链接条件" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "智能链接条件: \"%s\"删除成功。" -#: views.py:318 +#: views.py:445 #, 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:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "确定要删除智能链接条件: \"%s\"么?" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Edit smart link condition" +msgid "Delete smart link condition: \"%s\"?" +msgstr "编辑智能链接条件" + +#~ msgid "ACLs" +#~ msgstr "访问控制列表" + +#~ msgid "Are you sure you wish to delete smart link: %s?" +#~ msgstr "确定要删除智能链接: %s么?" + +#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +#~ msgstr "确定要删除智能链接条件: \"%s\"么?" #~ msgid "Pages" #~ msgstr "Pages" @@ -370,14 +381,14 @@ msgstr "确定要删除智能链接条件: \"%s\"么?" #~ 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_TW/LC_MESSAGES/django.po b/mayan/apps/linking/locale/zh_TW/LC_MESSAGES/django.po index 0a27262d17..e946ea15f1 100644 --- a/mayan/apps/linking/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/zh_TW/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,45 +19,45 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:25 models.py:66 +#: apps.py:31 +msgid "Linking" +msgstr "" + +#: forms.py:35 models.py:109 msgid "Foreign document attribute" msgstr "" -#: links.py:13 links.py:14 links.py:20 models.py:60 permissions.py:7 -#: views.py:113 -msgid "Smart links" -msgstr "" - -#: links.py:15 views.py:140 -msgid "Create new smart link" -msgstr "" - -#: links.py:16 links.py:25 -msgid "Edit" -msgstr "" - -#: links.py:17 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:18 models.py:19 -msgid "Document types" -msgstr "" - -#: links.py:21 views.py:83 -msgid "Documents" -msgstr "" - -#: links.py:23 -msgid "Conditions" -msgstr "" - -#: links.py:24 +#: links.py:14 msgid "Create condition" msgstr "" -#: links.py:28 -msgid "ACLs" +#: links.py:19 links.py:36 +msgid "Delete" +msgstr "" + +#: links.py:23 links.py:43 +msgid "Edit" +msgstr "" + +#: links.py:27 +msgid "Conditions" +msgstr "" + +#: links.py:32 views.py:224 +msgid "Create new smart link" +msgstr "" + +#: links.py:39 models.py:29 +msgid "Document types" +msgstr "" + +#: links.py:47 +msgid "Documents" +msgstr "" + +#: links.py:53 links.py:57 links.py:62 models.py:89 permissions.py:7 +#: views.py:159 +msgid "Smart links" msgstr "" #: literals.py:9 @@ -128,190 +128,191 @@ msgstr "" msgid "is in regular expression (case insensitive)" msgstr "" -#: models.py:16 -msgid "Title" +#: models.py:18 views.py:190 +msgid "Label" msgstr "" -#: models.py:17 views.py:116 -msgid "Dynamic title" -msgstr "" - -#: models.py:17 +#: models.py:21 models.py:114 msgid "" -"This expression will be evaluated against the current selected document." +"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." msgstr "" -#: models.py:18 models.py:70 views.py:117 views.py:233 +#: models.py:25 views.py:151 +msgid "Dynamic label" +msgstr "" + +#: models.py:27 models.py:124 views.py:153 views.py:325 msgid "Enabled" msgstr "" -#: models.py:31 +#: models.py:43 #, python-format -msgid "Error generating dynamic title; %s" +msgid "Error generating dynamic label; %s" msgstr "" -#: models.py:37 +#: models.py:52 msgid "This smart link is not allowed for the selected document's type." msgstr "" -#: models.py:59 models.py:64 views.py:295 views.py:329 +#: models.py:88 models.py:100 msgid "Smart link" msgstr "" -#: models.py:65 +#: models.py:104 msgid "The inclusion is ignored for the first item." msgstr "" -#: models.py:66 +#: models.py:108 msgid "This represents the metadata of all other documents." msgstr "" -#: models.py:68 +#: models.py:118 msgid "Expression" msgstr "" -#: models.py:68 -msgid "This expression will be evaluated against the current document." -msgstr "" - -#: models.py:69 -msgid "Negated" -msgstr "" - -#: models.py:69 +#: models.py:121 msgid "Inverts the logic of the operator." msgstr "" -#: models.py:73 +#: models.py:122 +msgid "Negated" +msgstr "" + +#: models.py:129 msgid "not" msgstr "" -#: models.py:76 +#: models.py:134 msgid "Link condition" msgstr "" -#: models.py:77 +#: models.py:135 msgid "Link conditions" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "View existing smart links" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Create new smart links" msgstr "" -#: permissions.py:11 +#: permissions.py:16 msgid "Delete smart links" msgstr "" -#: permissions.py:12 +#: permissions.py:19 msgid "Edit smart links" msgstr "" -#: views.py:48 -#, python-format -msgid "Smart link query error: %s" +#: views.py:35 +msgid "Available document types" msgstr "" -#: views.py:52 -#, python-format -msgid "Documents in smart link: %s" +#: views.py:36 +msgid "Document types enabled" msgstr "" -#: views.py:68 -#, python-format -msgid "Error calculating smart link for: %(document)s; %(exception)s." -msgstr "" - -#: views.py:82 -msgid "Indentifier" -msgstr "" - -#: views.py:97 -#, python-format -msgid "Smart links for document: %s" -msgstr "" - -#: views.py:133 -#, python-format -msgid "Smart link: %s created successfully." -msgstr "" - -#: views.py:156 -#, python-format -msgid "Smart link: %s edited successfully." -msgstr "" - -#: views.py:164 -#, python-format -msgid "Edit smart link: %s" -msgstr "" - -#: views.py:182 -#, python-format -msgid "Smart link: %s deleted successfully." -msgstr "" - -#: views.py:184 -#, python-format -msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "" - -#: views.py:193 -#, python-format -msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" - -#: views.py:215 +#: views.py:67 #, python-format msgid "Document type for which to enable smart link: %s" msgstr "" -#: views.py:230 +#: views.py:113 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:121 +#, python-format +msgid "Documents in smart link: %s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "" +"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "" + +#: views.py:200 +#, python-format +msgid "Smart links for document: %s" +msgstr "" + +#: views.py:215 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:256 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:284 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:290 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(exception)s." +msgstr "" + +#: views.py:302 +#, fuzzy, python-format +#| msgid "What are smart links?" +msgid "Delete smart link: %s?" +msgstr "What are smart links?" + +#: views.py:321 #, python-format msgid "Conditions for smart link: %s" msgstr "" -#: views.py:255 +#: views.py:356 #, python-format msgid "Smart link condition: \"%s\" created successfully." msgstr "" -#: views.py:262 +#: views.py:369 #, python-format msgid "Add new conditions to smart link: \"%s\"" msgstr "" -#: views.py:282 +#: views.py:400 #, python-format msgid "Smart link condition: \"%s\" edited successfully." msgstr "" -#: views.py:289 +#: views.py:414 msgid "Edit smart link condition" msgstr "" -#: views.py:296 views.py:330 -msgid "Condition" -msgstr "" - -#: views.py:316 +#: views.py:439 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." msgstr "" -#: views.py:318 +#: views.py:445 #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(exception)s." msgstr "" -#: views.py:332 -#, python-format -msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +#: views.py:461 +#, fuzzy, python-format +#| msgid "Smart links actions" +msgid "Delete smart link condition: \"%s\"?" +msgstr "smart links actions" #~ msgid "Pages" #~ msgstr "Pages" @@ -322,9 +323,6 @@ msgstr "" #~ msgid "Click on the image for full size view of the first page." #~ msgstr "Click on the image for full size view of the first page." -#~ msgid "Smart links actions" -#~ msgstr "smart links actions" - #~ msgid "" #~ "This expression will be evaluated against the current selected document. " #~ "The document metadata is available as variables `metadata` and document " @@ -365,9 +363,6 @@ msgstr "" #~ msgid "smart link" #~ msgstr "smart link" -#~ msgid "What are smart links?" -#~ 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 " diff --git a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po index 2710c3b712..72d5d33af3 100644 --- a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po @@ -1,21 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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:25 +msgid "Mailer" +msgstr "" #: forms.py:23 msgid "Email address" @@ -25,98 +31,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po index dd6185fd50..f23485be59 100644 --- a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po @@ -1,23 +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: # Pavlin Koldamov , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-06 19:16+0000\n" "Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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:25 +#, fuzzy +#| msgid "Mailing" +msgid "Mailer" +msgstr "Изпращане" + #: forms.py:23 msgid "Email address" msgstr "Ел. поща адрес" @@ -26,98 +33,144 @@ msgstr "Ел. поща адрес" msgid "Subject" msgstr "Относно" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "Съдържание" -#: links.py:7 -msgid "Email link" -msgstr "Пощ. връзка" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "Пощ. документ" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "Пощ. връзка" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, fuzzy, python-format +#| msgid "" +#| "Attached to this email is the document: {{ document }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"Към това ел. писмо е приложен документ: {{ document }}

\n" +"\n" +"--------
\n" +"Това ел. писмо беше изпратеноп от Mayan EDMS (http://www.mayan-edms.com)" + +#: literals.py:17 +#, fuzzy, python-format +#| msgid "" +#| "To access this document click on the following link: {{ link }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"За да достъпите този документ, кликнете тук: {{ link }}

\n" +"\n" +"--------
\n" +"Това ел. писмо беше изпратено от Mayan EDMS (http://www.mayan-edms.com)" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "Изпращане" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "Изпрати връзка за документа по ел. поща" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "Изпрати документа по ел. поща" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "Връзка към документ: {{ document }}" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "За да достъпите този документ, кликнете тук: {{ link }}

\n\n--------
\nТова ел. писмо беше изпратено от Mayan EDMS (http://www.mayan-edms.com)" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "Документ: {{ document }}" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "Към това ел. писмо е приложен документ: {{ document }}

\n\n--------
\nТова ел. писмо беше изпратеноп от Mayan EDMS (http://www.mayan-edms.com)" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "Трябва да посочите поне един документ." -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "Успешно наредено за изпращане чрез ел.поща." -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "Изпрати" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" 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 0a008498a4..71defa297a 100644 --- a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po @@ -1,21 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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:25 +msgid "Mailer" +msgstr "" #: forms.py:23 msgid "Email address" @@ -25,98 +31,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po index c43bc4ef50..a1f21cae27 100644 --- a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po @@ -1,22 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -25,98 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/de_CH/LC_MESSAGES/django.po index 2e6fb8c81f..f952c81964 100644 --- a/mayan/apps/mailer/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/de_CH/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -18,6 +18,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -26,99 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" 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 0e67c83e23..7f7b08acdf 100644 --- a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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:25 +#, fuzzy +#| msgid "Mailing" +msgid "Mailer" +msgstr "E-Mail" + #: forms.py:23 msgid "Email address" msgstr "E-Mailadresse" @@ -25,98 +32,149 @@ msgstr "E-Mailadresse" msgid "Subject" msgstr "Betreff" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "Nachrichtenteil" -#: links.py:7 -msgid "Email link" -msgstr "Link" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "E-Mail Dokument" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "Link" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, fuzzy, python-format +#| msgid "" +#| "Attached to this email is the document: {{ document }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"Diese E-Mail enthält als Anlage das Dokument: {{ document }}

\n" +"\n" +"--------
\n" +"Diese E-Mail wurde verschickt aus Mayan EDMS (http://www.mayan-edms.com)" + +#: literals.py:17 +#, fuzzy, python-format +#| msgid "" +#| "To access this document click on the following link: {{ link }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"Um auf dieses Dokument zuzugreifen kicken Sie bitte auf den folgenden Link: " +"{{ link }}

\n" +"\n" +"--------
\n" +"Diese E-Mail wurde verschickt aus Mayan EDMS (http://www.mayan-edms.com)" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "E-Mail" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "Dokument per E-Mail senden" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "Dokument per E-Mail senden" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "Link für Dokument: {{ document }}" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." -msgstr "Vorlage für die Betreffzeile des Formulars für die Dokumentenlinkversendung" +msgstr "" +"Vorlage für die Betreffzeile des Formulars für die Dokumentenlinkversendung" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "Um auf dieses Dokument zuzugreifen kicken Sie bitte auf den folgenden Link: {{ link }}

\n\n--------
\nDiese E-Mail wurde verschickt aus Mayan EDMS (http://www.mayan-edms.com)" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." -msgstr "Vorlage für den Nachrichtenteil des Formulars für die Dokumentenlinkversendung" +msgstr "" +"Vorlage für den Nachrichtenteil des Formulars für die " +"Dokumentenlinkversendung" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "Dokument: {{ document }}" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." -msgstr "Vorlage für die Betreffzeile des Formulars für die Dokumentenversendung" +msgstr "" +"Vorlage für die Betreffzeile des Formulars für die Dokumentenversendung" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "Diese E-Mail enthält als Anlage das Dokument: {{ document }}

\n\n--------
\nDiese E-Mail wurde verschickt aus Mayan EDMS (http://www.mayan-edms.com)" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." -msgstr "Vorlage für den Nachrichtenteil des Formulars für die Dokumentenversendung" +msgstr "" +"Vorlage für den Nachrichtenteil des Formulars für die Dokumentenversendung" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "Es muss mindestens ein Dokument angegeben werden." -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "Erfolgreich eingereiht für den Versand per E-Mail" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "Senden" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "E-Mail Dokument: %s" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "E-Mail Link für Dokument %s" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "E-Mail Dokumente: %s" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "Links für Dokumente %s" diff --git a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po index 3d5590d746..94145d474d 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,10 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: apps.py:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -25,99 +29,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po index 903e7cbb4c..a0841faee3 100644 --- a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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, 2015 @@ -9,16 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-02-07 05:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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:25 +#, fuzzy +#| msgid "Mailing" +msgid "Mailer" +msgstr "Correspondencia" + #: forms.py:23 msgid "Email address" msgstr "Dirección de correo electrónico" @@ -27,98 +34,155 @@ msgstr "Dirección de correo electrónico" msgid "Subject" msgstr "Tema" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "Cuerpo" -#: links.py:7 -msgid "Email link" -msgstr "Enviar enlace" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "Enviar documento" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "Enviar enlace" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, fuzzy, python-format +#| msgid "" +#| "Attached to this email is the document: {{ document }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"Se adjunta a este correo electrónico es el documento: {{ document }}

\n" +"\n" +"--------
\n" +"Este e-mail ha sido enviado desde Maya EDMS (http://www.mayan-edms.com)" + +#: literals.py:17 +#, fuzzy, python-format +#| msgid "" +#| "To access this document click on the following link: {{ link }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"Para acceder a este documento, haga clic en el siguiente enlace: {{ link }}

\n" +"\n" +"--------
\n" +"Este e-mail ha sido enviado desde Maya EDMS (http://www.mayan-edms.com)" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "Correspondencia" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "Enviar enlace del documento por correo electrónico" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "Enviar documento por correo electrónico" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "Enlace para el documento: {{ documento }}" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." -msgstr "Plantilla para la línea de asunto del correo electrónico para envío de enlace del documento." +msgstr "" +"Plantilla para la línea de asunto del correo electrónico para envío de " +"enlace del documento." -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "Para acceder a este documento, haga clic en el siguiente enlace: {{ link }}

\n\n--------
\nEste e-mail ha sido enviado desde Maya EDMS (http://www.mayan-edms.com)" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." -msgstr "Plantilla para el cuerpo del correo electrónico de envío de enlace de documento." +msgstr "" +"Plantilla para el cuerpo del correo electrónico de envío de enlace de " +"documento." -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "Documento: {{ document }}" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." -msgstr "Plantilla para la línea de sujeto del correo electrónico de envio de documento." +msgstr "" +"Plantilla para la línea de sujeto del correo electrónico de envio de " +"documento." -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "Se adjunta a este correo electrónico es el documento: {{ document }}

\n\n--------
\nEste e-mail ha sido enviado desde Maya EDMS (http://www.mayan-edms.com)" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." -msgstr "Plantilla para la línea de cuerpo del correo electrónico para envío de documento." +msgstr "" +"Plantilla para la línea de cuerpo del correo electrónico para envío de " +"documento." -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "Debe proveer al menos un documento" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." -msgstr "Añadido de forma exitosa a la lista de espera para envío de correo electrónico" +msgstr "" +"Añadido de forma exitosa a la lista de espera para envío de correo " +"electrónico" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "Enviar" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "Enviar documento: %s" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "Enviar enlace para el documento: %s" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "Enviar documentos: %s" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "Enviar enlaces para documentos: %s" diff --git a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po index 55f8132b39..97f2d71153 100644 --- a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po @@ -1,23 +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: # Mehdi Amani , 2014 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-28 06:43+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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:25 +#, fuzzy +#| msgid "Mailing" +msgid "Mailer" +msgstr "پست کردن" + #: forms.py:23 msgid "Email address" msgstr "پست الکترونیکی" @@ -26,98 +33,142 @@ msgstr "پست الکترونیکی" msgid "Subject" msgstr "موضوع" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "بدنه" -#: links.py:7 -msgid "Email link" -msgstr "پیوند پلکترونیکی" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "ایمیل کردن سند" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "پیوند پلکترونیکی" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, fuzzy, python-format +#| msgid "" +#| "Attached to this email is the document: {{ document }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"Attached to this email is the document: {{ document }}

\n" +"--------
\n" +"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" + +#: literals.py:17 +#, fuzzy, python-format +#| msgid "" +#| "To access this document click on the following link: {{ link }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"To access this document click on the following link: {{ link }}

\n" +"--------
\n" +"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "پست کردن" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "ارسال پیوند و یا لینک سند بوسیله ایمیل" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "ارسال سند بوسیله ایمیل" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "پیوند سند :{{document}}" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "الگوی ارسال سند بوسیله پیوند آن از داخل موضوع" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "To access this document click on the following link: {{ link }}

\n--------
\nThis email has been sent from Mayan EDMS (http://www.mayan-edms.com)" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "الگوی ارسال سند بوسیله پیوند آن از داخل بدنه" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "سند : {{ document }}" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "الگوی ارسال سند بوسیله پیوند آن از داخل موضوع" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "Attached to this email is the document: {{ document }}

\n--------
\nThis email has been sent from Mayan EDMS (http://www.mayan-edms.com)" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "الگوی ارسال سند از داخل بدنه" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "حداقل یک سند بایست ارایه گردد." -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "ورود موفق به صف ارسال از طریق ایمیل" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "ارسال" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "ایمیل سند: %s" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "پیوند ایمیل برای سند: %s" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "ایمیل اسناد: %s" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "پیوند ایمیل برای اسناد: %s" diff --git a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po index 0871c3fd53..368b1321f2 100644 --- a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po @@ -1,23 +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: # Christophe kryskool , 2014-2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-04-06 08:51+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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:25 +#, fuzzy +#| msgid "Mailing" +msgid "Mailer" +msgstr "Liste de diffusion" + #: forms.py:23 msgid "Email address" msgstr "Adresse du courriel" @@ -26,98 +33,144 @@ msgstr "Adresse du courriel" msgid "Subject" msgstr "Sujet" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "Corps" -#: links.py:7 -msgid "Email link" -msgstr "Lien du courriel" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "Envoyer le document par courriel" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "Lien du courriel" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, fuzzy, python-format +#| msgid "" +#| "Attached to this email is the document: {{ document }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"Attaché à ce courriel, voici le document: {{ document }}

\n" +"\n" +"--------
\n" +"Ce courriel vous est envoyé depuis Mayan EDMS (http://www.mayan-edms.com)" + +#: literals.py:17 +#, fuzzy, python-format +#| msgid "" +#| "To access this document click on the following link: {{ link }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"Pour acceder à ce document cliquer sur le lien suivant: {{ link }}

\n" +"\n" +"--------
\n" +"Ce courriel a été envoyé depuis Mayan EDMS (http://www.mayan-edms.com)" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "Liste de diffusion" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "Envoyer le lien du document par courriel" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "Envoyer le document par courriel" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "Lien pour le document: {{ document }}" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "Modèle pour le lien du document du courriel dans la ligne du sujet." -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "Pour acceder à ce document cliquer sur le lien suivant: {{ link }}

\n\n--------
\nCe courriel a été envoyé depuis Mayan EDMS (http://www.mayan-edms.com)" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "Modèle pour le lien du document dans le corps du courriel." -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "Document: {{ document }}" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "Modèle pour le sujet du courriel du document." -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "Attaché à ce courriel, voici le document: {{ document }}

\n\n--------
\nCe courriel vous est envoyé depuis Mayan EDMS (http://www.mayan-edms.com)" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "Modèle pour le corps du courriel du document." -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "Vous devez fournir au moins un document." -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "Ajouter à la file d'attente avec succès pour l'envoi via courriel." -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "Envoyé" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "Document du courriel: %s" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "Lien du courriel pour ce document: %s" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "Documents du courriel: %s" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "Liens de courriel pour le document: %s" diff --git a/mayan/apps/mailer/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/hr_HR/LC_MESSAGES/django.po index acf1e01bb8..fc2575eb2c 100644 --- a/mayan/apps/mailer/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/hr_HR/LC_MESSAGES/django.po @@ -1,21 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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:25 +msgid "Mailer" +msgstr "" #: forms.py:23 msgid "Email address" @@ -25,98 +31,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po index 095b7088bc..bfd99132b4 100644 --- a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po @@ -1,22 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -25,98 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po index 8c6b5d4204..a9a77bf09a 100644 --- a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po @@ -1,22 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -25,98 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po index 84184287f3..85fb4247f7 100644 --- a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po @@ -1,22 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -25,98 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po index 5b64f5bba2..f28126e8fb 100644 --- a/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/lv/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,6 +19,10 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" +#: apps.py:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -27,99 +31,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/nb/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/nb/LC_MESSAGES/django.po index 4499a12790..3831026966 100644 --- a/mayan/apps/mailer/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/nb/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -18,6 +18,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -26,99 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" 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 53c3957bce..eacb0c9393 100644 --- a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -25,98 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po index 0fec65ba85..a1d4eca369 100644 --- a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po @@ -1,22 +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: # Annunnaky , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-03-04 05:07+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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:25 +#, fuzzy +#| msgid "Mailing" +msgid "Mailer" +msgstr "Wysyłanie" #: forms.py:23 msgid "Email address" @@ -26,98 +34,146 @@ msgstr "Adres e-mail:" msgid "Subject" msgstr "Temat" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "Treść" -#: links.py:7 -msgid "Email link" -msgstr "Link e-mail" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "Dokument e-mail" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "Link e-mail" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, fuzzy, python-format +#| msgid "" +#| "Attached to this email is the document: {{ document }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"Do tej wiadomośći dołączony jest dokument: {{ document }}

\n" +"\n" +"--------
\n" +"Tą wiadomość nadano z Mayan EDMS (http://www.mayan-edms.com)" + +#: literals.py:17 +#, fuzzy, python-format +#| msgid "" +#| "To access this document click on the following link: {{ link }}

\n" +#| "\n" +#| "--------
\n" +#| "This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" +"Aby otworzyć ten dokument kliknij w ten link: {{ link }}

\n" +"\n" +"\n" +"--------
\n" +"\n" +"Tą wiadomość nadano z Mayan EDMS (http://www.mayan-edms.com)" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "Wysyłanie" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "Wyślij link dokumentu za pomocą e-mail" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "Wyślij dokument za pomocą e-mail" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "link dokumentu : {{ document }}" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "Szablon tematu wiadomości - link" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "Aby otworzyć ten dokument kliknij w ten link: {{ link }}

\n\n\n--------
\n\nTą wiadomość nadano z Mayan EDMS (http://www.mayan-edms.com)" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "Szablon treści wiadomości - link" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "Dokument: {{ document }}" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "Szablon tematu wiadomości email" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "Do tej wiadomośći dołączony jest dokument: {{ document }}

\n\n--------
\nTą wiadomość nadano z Mayan EDMS (http://www.mayan-edms.com)" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "Szablon treści e-mail" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "Musisz podać co najmniej jeden dokument." -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "Przekazanie do wysłania drogą e-mail zakończone powodzeniem. " -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "Wyślij" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "Dokument e-mail: %s" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "Link dokumetu: %s" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "Dokumenty e-mail: %s" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "Linki dla dokumentów: %s" diff --git a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po index 2af0f12b4a..476befb12d 100644 --- a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po @@ -1,22 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -25,98 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" 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 3049a8b508..0d9fa9545e 100644 --- a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +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: # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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:25 +#, fuzzy +#| msgid "Mailing" +msgid "Mailer" +msgstr "Mailing" + #: forms.py:23 msgid "Email address" msgstr "Endereço de E-mail" @@ -26,98 +33,125 @@ msgstr "Endereço de E-mail" msgid "Subject" msgstr "Assunto" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "Corpo" -#: links.py:7 -msgid "Email link" -msgstr "Email de ligação" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "Email documento" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "Email de ligação" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "Mailing" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "Enviar link do documento por e-mail" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "Enviar documento por e-mail" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "Link para o documento: {{ document }}" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." -msgstr "Template para a linha de formulário electrónico Assunto link do documento." - -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" msgstr "" +"Template para a linha de formulário electrónico Assunto link do documento." -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "Modelo para o documento, linha de corpo formulário de e-mail." -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "Documento: {{ document }}" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "Modelo para o documento, linha de assuntos e-mail." -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "Modelo para o documento, linha de corpo formulário de e-mail." -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "Deve fornecer, pelo menos, um documento." -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "Sucesso da Fila para a entrega via e-mail." -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "Enviar" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "E-mail de documentos: %s" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "link de E-mail para documento: %s " -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "E-mail de documentos: %s" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "link de E-mail para documento: %s " 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 95a020a21c..81581dfe26 100644 --- a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po @@ -1,21 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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:25 +msgid "Mailer" +msgstr "" #: forms.py:23 msgid "Email address" @@ -25,98 +31,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po index 017d1bc55b..c38b0a1be3 100644 --- a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po @@ -1,21 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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:25 +msgid "Mailer" +msgstr "" #: forms.py:23 msgid "Email address" @@ -25,98 +32,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" 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 39a263cebc..701ddc4172 100644 --- a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po @@ -1,21 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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:25 +msgid "Mailer" +msgstr "" #: forms.py:23 msgid "Email address" @@ -25,98 +31,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/sq/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/sq/LC_MESSAGES/django.po index 71f7827731..bab1e8a0e6 100644 --- a/mayan/apps/mailer/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/sq/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -18,6 +18,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -26,99 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/tr_TR/LC_MESSAGES/django.po index 0458cc4342..9530824cc9 100644 --- a/mayan/apps/mailer/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/tr_TR/LC_MESSAGES/django.po @@ -1,22 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: apps.py:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -25,98 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" 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 5cd1741ed6..164dcfe519 100644 --- a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po @@ -1,22 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -25,98 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" 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 fcb2bff756..26850673ff 100644 --- a/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po @@ -1,22 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -25,98 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/zh_TW/LC_MESSAGES/django.po index 218e69cc39..62a8ee455a 100644 --- a/mayan/apps/mailer/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/zh_TW/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2014-10-08 20:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -18,6 +18,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: apps.py:25 +msgid "Mailer" +msgstr "" + #: forms.py:23 msgid "Email address" msgstr "" @@ -26,99 +30,124 @@ msgstr "" msgid "Subject" msgstr "" -#: forms.py:25 +#: forms.py:26 msgid "Body" msgstr "" -#: links.py:7 -msgid "Email link" -msgstr "" - -#: links.py:8 +#: links.py:13 msgid "Email document" msgstr "" -#: permissions.py:7 +#: links.py:17 +msgid "Email link" +msgstr "" + +#: links.py:22 views.py:31 +msgid "Document mailing error log" +msgstr "" + +#: literals.py:8 +#, python-format +msgid "" +"Attached to this email is the document: {{ document }}\n" +"\n" +" --------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: literals.py:17 +#, python-format +msgid "" +"To access this document click on the following link: {{ link }}\n" +"\n" +"--------\n" +" This email has been sent from %(project_title)s (%(project_website)s)" +msgstr "" + +#: models.py:13 +msgid "Date time" +msgstr "" + +#: models.py:16 +msgid "Message" +msgstr "" + +#: models.py:22 +msgid "Log entry" +msgstr "" + +#: models.py:23 +msgid "Log entries" +msgstr "" + +#: permissions.py:7 settings.py:11 msgid "Mailing" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Send document link via email" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Send document via email" msgstr "" -#: settings.py:11 +#: permissions.py:16 +msgid "View document mailing error log" +msgstr "" + +#: settings.py:14 msgid "Link for document: {{ document }}" msgstr "" -#: settings.py:11 +#: settings.py:15 msgid "Template for the document link email form subject line." msgstr "" -#: settings.py:12 -msgid "" -"To access this document click on the following link: {{ link }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:12 +#: settings.py:20 msgid "Template for the document link email form body line." msgstr "" -#: settings.py:13 +#: settings.py:24 msgid "Document: {{ document }}" msgstr "" -#: settings.py:13 +#: settings.py:25 msgid "Template for the document email form subject line." msgstr "" -#: settings.py:14 -msgid "" -"Attached to this email is the document: {{ document }}

\n" -"\n" -"--------
\n" -"This email has been sent from Mayan EDMS (http://www.mayan-edms.com)" -msgstr "" - -#: settings.py:14 +#: settings.py:30 msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:54 msgid "Must provide at least one document." msgstr "" -#: views.py:70 +#: views.py:83 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:78 +#: views.py:91 msgid "Send" msgstr "" -#: views.py:84 +#: views.py:97 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:86 +#: views.py:99 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:89 +#: views.py:102 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:91 +#: views.py:104 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po index 512ac80fd9..075d25c899 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,233 +9,270 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "البيانات الوصفية" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "نوع البيانات الوصفية" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "'metadata' object has no attribute '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "اسم" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "قيمة" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "تحديث" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "نوع البيانات الوصفية" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "إزالة" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "أنواع البيانات الوصفية" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "أنواع البيانات الوصفية" + +#: models.py:29 +#, fuzzy +#| 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 "Do not use python reserved words, or spaces." -#: models.py:19 -msgid "Title" +#: models.py:34 +msgid "Label" msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "قم بتعديل البيانات الوصفية لوثيقة" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "عرض البيانات الوصفية من وثيقة" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "اعداد البيانات الوصفية" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "تحرير أنواع البيانات الوصفية" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "إنشاء أنواع جديدة من البيانات الوصفية" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "حذف نوع من البيانات الوصفية" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "عرض أنواع البيانات الوصفية" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "يجب أن توفر ما لا يقل عن وثيقة واحدة." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" @@ -245,17 +282,19 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "تم تعديل البيانات الوصفية للوثيقة %s بنجاح" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" @@ -265,27 +304,26 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" @@ -295,21 +333,21 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" @@ -319,77 +357,70 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "حذف نوع من البيانات الوصفية" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "تم تعديل نوع البيانات الوصفية بنجاح" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "خطأ أثناء تحرير نوع البيانات الوصفية: %s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "تم انشاء نوع البيانات الوصفية بنجاح" - -#: views.py:425 -msgid "Create metadata type" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "نوع البيانات الوصفية: %s تم حذفه بنجاح." +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "عرض أنواع البيانات الوصفية" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "خطأ أثناء حذف البيانات الوصفية: %(metadata_type)s نوع الخطأ : %(error)s" +#: views.py:561 +#, fuzzy +#| msgid "Metadata types" +msgid "Metadata types assigned" +msgstr "أنواع البيانات الوصفية" -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "هل أنت متأكد أنك ترغب في حذف نوع البيانات الوصفية: %s ؟" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Metadata type edited successfully" +#~ msgstr "تم تعديل نوع البيانات الوصفية بنجاح" -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" -#~ msgstr[2] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_2" -#~ msgstr[3] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_3" -#~ msgstr[4] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_4" -#~ msgstr[5] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_5" +#~ msgid "Error editing metadata type; %s" +#~ msgstr "خطأ أثناء تحرير نوع البيانات الوصفية: %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "تم انشاء نوع البيانات الوصفية بنجاح" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "نوع البيانات الوصفية: %s تم حذفه بنجاح." + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "" +#~ "خطأ أثناء حذف البيانات الوصفية: %(metadata_type)s نوع الخطأ : %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "هل أنت متأكد أنك ترغب في حذف نوع البيانات الوصفية: %s ؟" #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" @@ -436,9 +467,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -521,50 +549,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po index 7b77ca3197..51d87b7152 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,368 +9,381 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Име" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Стойност" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Актуализация" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Премахване" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -408,9 +421,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -426,9 +436,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -465,9 +472,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -493,50 +497,44 @@ 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." - -#~ msgid "What are metadata types?" -#~ msgstr "What are metadata types?" +#~ "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 "" -#~ "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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.po index 90dc4e6b75..c52bc8ecb0 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,372 +9,405 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Metadata" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Metadata tip" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "'metadata' objekt nema atributa '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Ime" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Vrijednost" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Update" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Metadata tip" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Ukloni" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "Metadata tip" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "Metadata tip" + +#: models.py:29 +#, fuzzy +#| 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 "Ne koristite python rezervirane riječi, ili razmak." -#: models.py:19 -msgid "Title" +#: models.py:34 +msgid "Label" msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Izmijeni metadata dokumenta" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Pregledaj meatdata iz dokumenta" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Metadata setup" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Izmjeni tipove metadata" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Kreiraj novi metadata tip" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Izbriši metadata tip" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "Pregledaj metadata tip" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "Mora se osigurati bar jedan dokument." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadata za dokument %s uspješno izmjenjen." -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Izbriši metadata tip" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "Metadata tip uspješno izmjenjen" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "Greška kod izmjene metadata tipa: %s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "Metadata tip uspješno kreiran" - -#: views.py:425 -msgid "Create metadata type" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "Metadata tip: %s uspješno izbrisan." +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "Pregledaj metadata tip" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "Metadata tip: %(metadata_type)s greška brisanja: %(error)s" +#: views.py:561 +#, fuzzy +#| msgid "Metadata types" +msgid "Metadata types assigned" +msgstr "Metadata tip" -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Jeste li sigurni da želite izbrisati metadata tip: %s?" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Metadata type edited successfully" +#~ msgstr "Metadata tip uspješno izmjenjen" -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" -#~ msgstr[2] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_2" +#~ msgid "Error editing metadata type; %s" +#~ msgstr "Greška kod izmjene metadata tipa: %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "Metadata tip uspješno kreiran" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "Metadata tip: %s uspješno izbrisan." + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "Metadata tip: %(metadata_type)s greška brisanja: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "Jeste li sigurni da želite izbrisati metadata tip: %s?" #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" @@ -415,9 +448,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -500,50 +530,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/da/LC_MESSAGES/django.po index d275e82738..72b9208675 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,368 +9,381 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Redigér et dokuments metadata" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Se metadata fra et dokument" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -408,9 +421,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -426,9 +436,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -465,9 +472,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -493,50 +497,44 @@ 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." - -#~ msgid "What are metadata types?" -#~ msgstr "What are metadata types?" +#~ "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 "" -#~ "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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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_CH/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/de_CH/LC_MESSAGES/django.po index b887fb8abe..4a9028f4a5 100644 --- a/mayan/apps/metadata/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/de_CH/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,357 +19,370 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" -#: views.py:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -407,9 +420,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -425,9 +435,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -464,9 +471,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -500,9 +504,6 @@ msgstr "" #~ "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 " @@ -524,9 +525,6 @@ msgstr "" #~ "of a metadata of this type into a choice list which options are the " #~ "result of the lookup's code execution." -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" - #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" 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 38097263b3..34e8b26471 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: # Stefan Lodders , 2012 @@ -13,362 +13,426 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-02-07 00:50+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Metadaten" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "Name Metadatentyp" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "Metadatentypwert" - -#: __init__.py:93 +#: apps.py:66 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" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "Name Metadatentyp" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "Metadatentypwert" + +#: apps.py:79 msgid "Value of a metadata" msgstr "Metadatenwert" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "Gibt den Wert einer spezifischen Dokumentmetadatums zurück" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Metadatentyp" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata type value" +msgid "Metadata value" +msgstr "Metadatentypwert" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "'metadata'-Objekt hat kein Attribut '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "Ungültiger Wert: %(message)s" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "erforderlich" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "ID" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Name" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Wert" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Aktualisieren" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Metadatentyp" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Entfernen" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "Metadaten bearbeiten" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "Metadaten hinzufügen" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "Metadaten bearbeiten" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "Metadaten entfernen" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "Optionale Metadaten" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "Erforderliche Metadaten" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "Metadatentypen" - -#: links.py:27 -msgid "Edit" -msgstr "Bearbeiten" - -#: links.py:28 -msgid "Delete" -msgstr "Löschen" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "Erstellen" -#: links.py:31 -msgid "Missing required metadata" -msgstr "Fehlende erforderliche Metadaten" +#: links.py:63 +msgid "Delete" +msgstr "Löschen" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "Bearbeiten" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "Metadatentypen" + +#: models.py:29 +#, fuzzy +#| 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 "Keine reservierten Worte aus Python oder Leerzeichen verwenden." -#: models.py:19 -msgid "Title" -msgstr "Titel" +#: models.py:34 +msgid "Label" +msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "Standard" -#: models.py:22 -msgid "Enter a string to be evaluated." -msgstr "Geben Sie einen Ausdruck (string) an, der ausgewertet werden soll" +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "Suche" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "Geben Sie einen Ausdruck (string) an, der ausgewertet werden soll, um einen Iterator zurückzugeben" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "Name der Validierungsfunktion" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "Dokument" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "Typ" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "Metadatentyp ist nicht gültig für diesen Dokumententyp" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "Metadatentyp ist erforderlich für diesen Dokumententyp" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "Dokument Metadaten" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "Dokumententyp" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "Metadatentyp Optionen" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "Metadatentyp Optionen" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Metadaten eines Dokuments bearbeiten" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "Metadaten zu Dokument %s hinzufügen" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "Metadaten von Dokument entfernen" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Metadaten eines Dokuments anzeigen" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Metadaten Setup" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Metadatentypen bearbeiten" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Metadatentypen erstellen" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Metadatentypen löschen" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "Metadatentypen anzeigen" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "Primärschlüssel des hinzuzufügenden Metadatentyps" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "Wert der entsprechenden Metadatentyp-Instanz" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "Dokumente mit fehlenden erforderlichen Metadaten" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "Es muss mindestens ein Dokument angegeben werden" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "Es können nur Dokumente des gleichen Typs ausgewählt werden" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "Für das ausgewählte Dokument existieren keine Metadaten" msgstr[1] "Für die ausgewählten Dokumente existieren keine Metadaten" -#: views.py:112 -#, 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" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Error editing metadata for document %(document)s; %(exception)s." +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "" +"Fehler bei der Bearbeitung der Metadaten für Dokument %(document)s: " +"%(exception)s" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadaten des Dokuments %s erfolgreich bearbeitet." -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "Metadaten bearbeiten" msgstr[1] "Metadaten bearbeiten" -#: views.py:178 +#: views.py:264 #, python-format 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:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, 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:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "Metadatentypen zu Dokument hinzufügen" msgstr[1] "Metadatentypen zu Dokumenten hinzufügen" -#: views.py:290 +#: views.py:431 #, python-format 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:293 +#: views.py:441 #, 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:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "Metadatentypen von Dokument entfernen" msgstr[1] "Metadatentypen von Dokumenten entfernen" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "Metadaten von Dokument %s" -#: views.py:357 -msgid "Documents missing required metadata" -msgstr "Dokumente mit fehlenden erforderlichen Metadaten" +#: views.py:505 +msgid "Create metadata type" +msgstr "Metadatentyp erstellen" -#: views.py:377 -msgid "Internal name" -msgstr "Interner Name" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Metadatentypen löschen" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "Metadatentyp erfolgreich bearbeitet" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "Fehler beim Bearbeiten von Metadatentyp %s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "Metadatentyp %s bearbeiten" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "Metadaten-Typ erfolgreich angelegt" +#: views.py:550 +msgid "Internal name" +msgstr "Interner Name" -#: views.py:425 -msgid "Create metadata type" -msgstr "Metadatentyp erstellen" +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "Metadatentypen anzeigen" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "Metadatentyp %s erfolgreich gelöscht" +#: views.py:561 +#, fuzzy +#| msgid "Metadata type name" +msgid "Metadata types assigned" +msgstr "Name Metadatentyp" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "Fehler beim Löschen von Metadatentyp %(metadata_type)s: %(error)s" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Wollen Sie Metadatentyp %s wirklich löschen?" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "Optionale Metadatentypen für Dokumententyp %s" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "Erforderliche Metadatentypen für Dokumententyp %s" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Missing required metadata" +#~ msgstr "Fehlende erforderliche Metadaten" + +#~ msgid "Title" +#~ msgstr "Titel" + +#~ msgid "Enter a string to be evaluated." +#~ msgstr "Geben Sie einen Ausdruck (string) an, der ausgewertet werden soll" + +#~ msgid "Enter a string to be evaluated that returns an iterable." +#~ msgstr "" +#~ "Geben Sie einen Ausdruck (string) an, der ausgewertet werden soll, um " +#~ "einen Iterator zurückzugeben" + +#~ msgid "Metadata type edited successfully" +#~ msgstr "Metadatentyp erfolgreich bearbeitet" + +#~ msgid "Error editing metadata type; %s" +#~ msgstr "Fehler beim Bearbeiten von Metadatentyp %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "Metadaten-Typ erfolgreich angelegt" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "Metadatentyp %s erfolgreich gelöscht" + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "Fehler beim Löschen von Metadatentyp %(metadata_type)s: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "Wollen Sie Metadatentyp %s wirklich löschen?" #~ msgid "Edit metadata for document: %(document)s" #~ msgid_plural "Edit metadata for the %(count)d selected documents" @@ -497,50 +561,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po index 339dcbeec2..9a306d3db1 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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,272 +18,304 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Metadata" -#: __init__.py:91 -#, fuzzy -msgid "Metadata type name" -msgstr "Metadata type" - -#: __init__.py:92 -#, fuzzy -msgid "Metadata type value" -msgstr "Metadata type" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +#, fuzzy +msgid "Metadata type name" +msgstr "Metadata type" + +#: apps.py:75 +#, fuzzy +msgid "Metadata type value" +msgstr "Metadata type" + +#: apps.py:79 #, fuzzy msgid "Value of a metadata" msgstr "default metadata" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Metadata type" + +#: apps.py:121 +#, fuzzy +msgid "Metadata value" +msgstr "Metadata type" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "'metadata' object has no attribute '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 #, fuzzy msgid "Required" msgstr "required" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Name" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Value" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Update" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Metadata type" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Remove" -#: links.py:15 links.py:17 +#: links.py:16 #, fuzzy -msgid "Edit metadata" +msgid "Missing metadata" msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 #, fuzzy msgid "Add metadata" msgstr "add metadata" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +#, fuzzy +msgid "Edit metadata" +msgstr "edit metadata" + +#: links.py:37 links.py:41 #, fuzzy msgid "Remove metadata" msgstr "remove metadata" -#: links.py:23 +#: links.py:49 #, fuzzy msgid "Optional metadata" msgstr "edit metadata" -#: links.py:24 +#: links.py:53 #, fuzzy msgid "Required metadata" msgstr "remove metadata" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "Metadata types" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -#, fuzzy -msgid "Delete" -msgstr "delete" - -#: links.py:29 +#: links.py:58 #, fuzzy msgid "Create new" msgstr "create new" -#: links.py:31 +#: links.py:63 #, fuzzy -msgid "Missing required metadata" -msgstr "document metadata" +msgid "Delete" +msgstr "delete" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "Metadata types" + +#: models.py:29 +#, fuzzy +#| 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 "Do not use python reserved words, or spaces." -#: models.py:19 -#, fuzzy -msgid "Title" -msgstr "title" +#: models.py:34 +msgid "Label" +msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 #, fuzzy msgid "Default" msgstr "default" -#: models.py:22 -#, fuzzy -msgid "Enter a string to be evaluated." -msgstr "Enter a string to be evaluated.%s" +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 #, fuzzy msgid "Lookup" msgstr "lookup" -#: models.py:27 -#, fuzzy -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "Enter a string to be evaluated.%s" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 #, fuzzy msgid "Document" msgstr "document" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 #, fuzzy msgid "Metadata type is not valid for this document type." msgstr "Add metadata type to document: %s" -#: models.py:65 +#: models.py:101 #, fuzzy msgid "Metadata type is required for this document type." msgstr "Add metadata type to document: %s" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 #, fuzzy msgid "Document metadata" msgstr "document metadata" -#: models.py:76 +#: models.py:116 #, fuzzy msgid "Document type" msgstr "document type" -#: models.py:85 +#: models.py:128 #, fuzzy msgid "Document type metadata type options" msgstr "Delete metadata types" -#: models.py:86 +#: models.py:129 #, fuzzy msgid "Document type metadata types options" msgstr "Delete metadata types" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Edit a document's metadata" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "Add metadata to a document" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "Remove metadata from a document" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "View metadata from a document" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Metadata setup" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Edit metadata types" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Create new metadata types" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Delete metadata types" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "View metadata types" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +#, fuzzy +msgid "Documents missing required metadata" +msgstr "document metadata" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "Must provide at least one document." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 #, fuzzy msgid "Only select documents of the same type." msgstr "The selected document doesn't have any metadata." -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 #, fuzzy msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "The selected document doesn't have any metadata." msgstr[1] "The selected document doesn't have any metadata." -#: views.py:112 +#: views.py:153 #, fuzzy, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." +msgid "Error editing metadata for document: %(document)s; %(exception)s." msgstr "Error editing metadata for document %(document)s; %(error)s." -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadata for document %s edited successfully." -#: views.py:129 +#: views.py:180 #, fuzzy msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "Edit a document's metadata" msgstr[1] "Edit a document's metadata" -#: views.py:178 +#: views.py:264 #, fuzzy, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " @@ -291,28 +323,28 @@ msgid "" msgstr "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -#: views.py:182 +#: views.py:280 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." -#: views.py:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" "Metadata type: %(metadata_type)s already present in document %(document)s." -#: views.py:211 +#: views.py:321 #, fuzzy msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "Add metadata type to documents: %s" msgstr[1] "Add metadata type to documents: %s" -#: views.py:290 +#: views.py:431 #, fuzzy, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " @@ -321,7 +353,7 @@ msgstr "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -#: views.py:293 +#: views.py:441 #, fuzzy, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " @@ -329,79 +361,93 @@ msgid "" msgstr "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -#: views.py:308 +#: views.py:461 #, fuzzy msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "Remove metadata types from documents: %s" msgstr[1] "Remove metadata types from documents: %s" -#: views.py:330 +#: views.py:489 #, fuzzy, python-format msgid "Metadata for document: %s" msgstr "Edit metadata for documents: %s" -#: views.py:357 -#, fuzzy -msgid "Documents missing required metadata" -msgstr "document metadata" - -#: views.py:377 -#, fuzzy -msgid "Internal name" -msgstr "internal name" - -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "Metadata type edited successfully" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "Error editing metadata type; %s" - -#: views.py:406 -#, fuzzy, python-format -msgid "Edit metadata type: %s" -msgstr "edit metadata type: %s" - -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "Metadata type created successfully" - -#: views.py:425 +#: views.py:505 #, fuzzy msgid "Create metadata type" msgstr "create metadata type" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "Metadata type: %s deleted successfully." +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "Metadata type: %(metadata_type)s delete error: %(error)s" +#: views.py:534 +#, fuzzy, python-format +msgid "Edit metadata type: %s" +msgstr "edit metadata type: %s" -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Are you sure you wish to delete the metadata type: %s?" +#: views.py:550 +#, fuzzy +msgid "Internal name" +msgstr "internal name" -#: views.py:476 +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "View metadata types" + +#: views.py:561 +#, fuzzy +msgid "Metadata types assigned" +msgstr "Metadata type" + +#: views.py:596 #, fuzzy, python-format msgid "Optional metadata types for document type: %s" msgstr "Remove metadata types from document: %s" -#: views.py:496 +#: views.py:621 #, fuzzy, python-format msgid "Required metadata types for document type: %s" msgstr "Remove metadata types from document: %s" #, fuzzy -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Missing required metadata" +#~ msgstr "document metadata" + +#, fuzzy +#~ msgid "Title" +#~ msgstr "title" + +#, fuzzy +#~ msgid "Enter a string to be evaluated." +#~ msgstr "Enter a string to be evaluated.%s" + +#, fuzzy +#~ msgid "Enter a string to be evaluated that returns an iterable." +#~ msgstr "Enter a string to be evaluated.%s" + +#~ msgid "Metadata type edited successfully" +#~ msgstr "Metadata type edited successfully" + +#~ msgid "Error editing metadata type; %s" +#~ msgstr "Error editing metadata type; %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "Metadata type created successfully" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "Metadata type: %s deleted successfully." + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "Metadata type: %(metadata_type)s delete error: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "Are you sure you wish to delete the metadata type: %s?" #, fuzzy #~ msgid "Edit metadata for document: %(document)s" @@ -580,9 +626,6 @@ msgstr "Remove metadata types from document: %s" #~ "of a metadata of this type into a choice list which options are the " #~ "result of the lookup's code execution." -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" - #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" diff --git a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po index cf481165da..bdd013be55 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,362 +11,424 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-02-07 05:36+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Metadatos" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "Nombre del tipo de metadatos" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "Valor del tipo de metadatos" - -#: __init__.py:93 +#: apps.py:66 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 " -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "Nombre del tipo de metadatos" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "Valor del tipo de metadatos" + +#: apps.py:79 msgid "Value of a metadata" msgstr "Valor de un metadato" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "Retornar al valor de metadata de un documento específico" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Tipo de metadato" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata type value" +msgid "Metadata value" +msgstr "Valor del tipo de metadatos" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "Objeto 'metadata' no tiene atributo '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "Valor no válido: %(message)s" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "Requerido" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "ID" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Nombre" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Valor" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Actualizar" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Tipo de metadato" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Eliminar" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "Editar metadatos" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "Añadir metadatos" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "Editar metadatos" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "Remover metadatos" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "Metadatos opcionales" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "Metadatos requeridos" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "Tipos de metadatos" - -#: links.py:27 -msgid "Edit" -msgstr "Editar" - -#: links.py:28 -msgid "Delete" -msgstr "Borrar" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "Crear nuevo" -#: links.py:31 -msgid "Missing required metadata" -msgstr "Meta datos necesarios faltante" +#: links.py:63 +msgid "Delete" +msgstr "Borrar" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "Editar" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "Tipos de metadatos" + +#: models.py:29 +#, fuzzy +#| 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 "No utilice palabras reservadas de Python, o espacios." -#: models.py:19 -msgid "Title" -msgstr "Título" +#: models.py:34 +msgid "Label" +msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "Por defecto" -#: models.py:22 -msgid "Enter a string to be evaluated." -msgstr "Introduzca una cadena para ser evaluada." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "Lista de opciones" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "Introduzca una cadena para ser evaluada que devuelva un iterador." - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "Nombre de la función de validación" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "Documento" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "Tipo" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "El tipo de metadato no es válido para este tipo de documento." -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "El tipo de metadatos es requerido para este tipo de documento." -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "Metadatos de documentos" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "Tipo de documento" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "Opciones de tipo de meta datos de tipo de documento " -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "Opciones de tipos de meta datos de tipo de documento " -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Editar metadatos de un documento" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "Añadir metadatos a un documento" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "Remover metadatos de un documento" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Ver los metadatos de un documento" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Configuración de metadatos" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Editar tipos de metadatos" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Crear nuevos tipos de metadatos" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Eliminar tipos de metadatos" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "Ver los tipos de metadatos" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "Llave principal del tipo de meta datos a ser agregada." -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "Valor de la instancia de tipo meta datos correspondientes." -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "Documentos que sin metadatos requeridos" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "Debe proveer al menos un documento." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "Sólo seleccionar documentos del mismo tipo." -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "El documento seleccionado no tiene metadatos." msgstr[1] "Los documentos seleccionados no tienen metadatos." -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "Error editando los metadatos del documento %(document)s; %(exception)s." +#: views.py:153 +#, fuzzy, python-format +#| msgid "Error editing metadata for document %(document)s; %(exception)s." +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "" +"Error editando los metadatos del documento %(document)s; %(exception)s." -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadatos del documento %s editados con éxito." -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "Editar meta datos de documento" msgstr[1] "Editar meta datos de documentos" -#: views.py:178 +#: views.py:264 #, python-format 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:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, 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:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "Añadir tipos de meta datos al documento" msgstr[1] "Añadir tipos de meta datos a los documentos" -#: views.py:290 +#: views.py:431 #, python-format 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:293 +#: views.py:441 #, 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:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "Remover tipos de meta datos del documento" msgstr[1] "Remover tipos de meta datos de los documentos" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "Meta datos para el documento: %s" -#: views.py:357 -msgid "Documents missing required metadata" -msgstr "Documentos que sin metadatos requeridos" +#: views.py:505 +msgid "Create metadata type" +msgstr "Crear tipo de metadatos" -#: views.py:377 -msgid "Internal name" -msgstr "Nombre interno" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Eliminar tipos de metadatos" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "Tipo de metadatos editado con éxito." - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "Error editando tipo de metadatos; %s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "Editar tipo de metadatos: %s" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "Tipo de metadatos creado con éxito" +#: views.py:550 +msgid "Internal name" +msgstr "Nombre interno" -#: views.py:425 -msgid "Create metadata type" -msgstr "Crear tipo de metadatos" +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "Ver los tipos de metadatos" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "Tipo de metadatos: %s eliminado con éxito." +#: views.py:561 +#, fuzzy +#| msgid "Metadata type name" +msgid "Metadata types assigned" +msgstr "Nombre del tipo de metadatos" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "Error: %(error)s, al eliminar tipo de metadatos: %(metadata_type)s" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "¿Está seguro que desea eliminar el tipo de metadatos: %s?" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "Tipos de metadatos opcionales para tipo de documento: %s" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "Tipos de metadata requerida para tipo de documento: %s" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Missing required metadata" +#~ msgstr "Meta datos necesarios faltante" + +#~ msgid "Title" +#~ msgstr "Título" + +#~ msgid "Enter a string to be evaluated." +#~ msgstr "Introduzca una cadena para ser evaluada." + +#~ msgid "Enter a string to be evaluated that returns an iterable." +#~ msgstr "Introduzca una cadena para ser evaluada que devuelva un iterador." + +#~ msgid "Metadata type edited successfully" +#~ msgstr "Tipo de metadatos editado con éxito." + +#~ msgid "Error editing metadata type; %s" +#~ msgstr "Error editando tipo de metadatos; %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "Tipo de metadatos creado con éxito" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "Tipo de metadatos: %s eliminado con éxito." + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "Error: %(error)s, al eliminar tipo de metadatos: %(metadata_type)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "¿Está seguro que desea eliminar el tipo de metadatos: %s?" #~ msgid "Edit metadata for document: %(document)s" #~ msgid_plural "Edit metadata for the %(count)d selected documents" @@ -495,50 +557,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po index c7e3e8236d..663e5a12e4 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: # Mehdi Amani , 2014 @@ -10,358 +10,410 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "متادیتا" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "نوع متادیتا" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "متادیتا دارا هیچ خصوصیتی نیست: %s" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "الزامی" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "شناسه" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "نام" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "مقدار" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "به‌روزرسانی" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "نوع متادیتا" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "حذف" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "ویرایش متادیتا" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "اضافه کردن متادیتا" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "ویرایش متادیتا" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "حذف کردن متادیتا" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "متادیتای اختیاری" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "متادیتای الزامی" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "انواه متادیتا" - -#: links.py:27 -msgid "Edit" -msgstr "ویرایش" - -#: links.py:28 -msgid "Delete" -msgstr "حذف" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "ایجاد" -#: links.py:31 -msgid "Missing required metadata" -msgstr "" +#: links.py:63 +msgid "Delete" +msgstr "حذف" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "ویرایش" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "انواه متادیتا" + +#: models.py:29 +#, fuzzy +#| 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 "از کلمات رزروشده پایتون و یا فاصله استفاده نکنید." -#: models.py:19 -msgid "Title" -msgstr "لقب" +#: models.py:34 +msgid "Label" +msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "پیش فرض" -#: models.py:22 -msgid "Enter a string to be evaluated." -msgstr "رشته ای جهت ارزیلبی وارد کنید." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "بررسی و یا پیدا کردن" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "رشته ای جهت ارزیابی وارد کنید که شمارنده برگرداند." - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "سند" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "نوع" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "این نوع از متادیتا برای این نوع سند قابل قبول نیست." -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "متادیتای سند" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "نوع سند" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "متادیتای قابل قبول برای این نوع از سند." -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "متادیتاهای قابل قبول برای این نوع از سند" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "ویرایش متادیتای سند" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "اضافه کردن متادیتا به سند" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "حذف متادیتا از سند" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "دیدن متادیتای سند" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "ست آپ متادیتا" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "ویرایش انواع متادیتا" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "ایجاد متادیتا" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "حذف انواع متادیتا" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "دیدن انواع متادیتا" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "حداقل یک سند باید ارایه شود." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." +#: views.py:153 +#, fuzzy, python-format +#| msgid "" +#| "Error removing metadata type \"%(metadata_type)s\" from document: " +#| "%(document)s; %(exception)s" +msgid "Error editing metadata for document: %(document)s; %(exception)s." msgstr "" +"خطا در حذف متادیتای نوع\"%(metadata_type)s\" ازسند: %(document)s; " +"%(exception)s" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "متادیتای سند %s با موفقیت ویرایش شد." -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "متادیتای نوع : %(metadata_type)s در سند %(document)s. موجود است." -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "حذف موفق متادیتای نوع \"%(metadata_type)s\" از سند %(document)s." -#: views.py:293 +#: views.py:441 #, python-format 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:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" -msgstr "" +#: views.py:505 +msgid "Create metadata type" +msgstr "ایجاد نوع متا دیتا" -#: views.py:377 -msgid "Internal name" -msgstr "نام داخلی" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "حذف انواع متادیتا" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "ویرایش موفق نوع متا دیتا" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "خطا ویرایش نوع متا دیتا : %s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "ویرایش نوع متا دیتا : %s" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "ایجاد موفق نوع متادیتا" +#: views.py:550 +msgid "Internal name" +msgstr "نام داخلی" -#: views.py:425 -msgid "Create metadata type" -msgstr "ایجاد نوع متا دیتا" +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "دیدن انواع متادیتا" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "حذف موفق نوع متادیتا : %s" +#: views.py:561 +#, fuzzy +#| msgid "Metadata types" +msgid "Metadata types assigned" +msgstr "انواه متادیتا" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "نوع متادیتا : %(metadata_type)s delete error: %(error)s" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "آیا از حذف نوع متادیتا مطمئن هستید : %s" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "متادیتا نوع اختیاری برای نوع ستئ %s" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "متادیتای نوع الزامی برای نوع سند :%s" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Title" +#~ msgstr "لقب" + +#~ msgid "Enter a string to be evaluated." +#~ msgstr "رشته ای جهت ارزیلبی وارد کنید." + +#~ msgid "Enter a string to be evaluated that returns an iterable." +#~ msgstr "رشته ای جهت ارزیابی وارد کنید که شمارنده برگرداند." + +#~ msgid "Metadata type edited successfully" +#~ msgstr "ویرایش موفق نوع متا دیتا" + +#~ msgid "Error editing metadata type; %s" +#~ msgstr "خطا ویرایش نوع متا دیتا : %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "ایجاد موفق نوع متادیتا" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "حذف موفق نوع متادیتا : %s" + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "نوع متادیتا : %(metadata_type)s delete error: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "آیا از حذف نوع متادیتا مطمئن هستید : %s" #~ msgid "Edit metadata for document: %(document)s" #~ msgid_plural "Edit metadata for the %(count)d selected documents" @@ -402,9 +454,6 @@ msgstr "متادیتای نوع الزامی برای نوع سند :%s" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -487,50 +536,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po index 36d8a10266..c70cab720a 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: # Christophe kryskool , 2014-2015 @@ -13,362 +13,428 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-04-06 09:36+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Métadonnées" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "Nom du type de métadonnée" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "Valeur du type de métadonnée" - -#: __init__.py:93 +#: apps.py:66 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" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "Nom du type de métadonnée" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "Valeur du type de métadonnée" + +#: apps.py:79 msgid "Value of a metadata" msgstr "Valeur de la métadonnées" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "Retourne la valeur de la métadonnée du document spécifié" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Type de métadonnées" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata type value" +msgid "Metadata value" +msgstr "Valeur du type de métadonnée" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "l'objet 'metadata' n'a pas d'attribut '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "Valeur non valide: %(message)s" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "Requis" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "ID" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Nom" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Valeur" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Mettre à jour" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Type de métadonnées" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Supprimer" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "Modifier la métadonnée" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "Ajouter une métadonnée" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "Modifier la métadonnée" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "Supprimer la métadonnée" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "Métadonnée optionnelle" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "Metadonnée requise" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "Types de métadonnées" - -#: links.py:27 -msgid "Edit" -msgstr "Modifier" - -#: links.py:28 -msgid "Delete" -msgstr "Supprimer" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "Créer une nouvelle" -#: links.py:31 -msgid "Missing required metadata" -msgstr "La métadonnée requise est manquante" +#: links.py:63 +msgid "Delete" +msgstr "Supprimer" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "Modifier" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "Types de métadonnées" + +#: models.py:29 +#, fuzzy +#| 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 "Ne pas utiliser des mots réservés de Python ou avec des espaces." -#: models.py:19 -msgid "Title" -msgstr "Titre" +#: models.py:34 +msgid "Label" +msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "Par défaut" -#: models.py:22 -msgid "Enter a string to be evaluated." -msgstr "Saisir la chaîne devant être évaluée." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "Recherche" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "Saisir la chaîne devant être évaluée qui sera retourner comme une itération." - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "Nom de la fonction de validation" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "Document" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "Type" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "Le type de métadonnée n'est pas valide pour ce type de document." -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "Le type de métadonnée est requis pour ce type de document." -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "Métadonnée du document" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "Type de document" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "Options de type de document de type de métadonnées" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "Options de type de document des types de métadonnées" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Modifier les métadonnées du document" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "Ajouter une métadonnée au document" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "Supprimer une metadonnée au document" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Voir les métadonnées du document" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Configuration des métadonnées" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Modifier les types de métadonnées" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Créer de nouveaux types de métadonnées" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Supprimer des types de métadonnées" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "Voir les types de métadonnées" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "Clé primaire du type de la métadonnée à ajouter." -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "Valeur de l'instance de type de métadonnées correspondantes." -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "La métadonnée du document requise est manquante" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "Vous devez fournir au moins un document." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "Sélectionner seulement les documents avec le même type." -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "Le document sélectionné n'a pas de méta-données." msgstr[1] "Les documents sélectionnés n'ont pas de métadonnées." -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "Erreur lors de la modification des métadonnées du document %(document)s; %(exception)s." +#: views.py:153 +#, fuzzy, python-format +#| msgid "Error editing metadata for document %(document)s; %(exception)s." +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "" +"Erreur lors de la modification des métadonnées du document %(document)s; " +"%(exception)s." -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Métadonnées pour le document %s modifiées avec succès." -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "Modifier les méta-données du document" msgstr[1] "Modifier les métadonnées des documents" -#: views.py:178 +#: views.py:264 #, python-format 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:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, 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:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "Ajouter des types de méta-données au document" msgstr[1] "Ajouter des types de métadonnées aux documents" -#: views.py:290 +#: views.py:431 #, python-format 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:293 +#: views.py:441 #, 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:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "Supprimer les types de métadonnées du document" msgstr[1] "Supprimer les types de métadonnées des documents" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "Métadonnées du document: %s" -#: views.py:357 -msgid "Documents missing required metadata" -msgstr "La métadonnée du document requise est manquante" +#: views.py:505 +msgid "Create metadata type" +msgstr "Créer un type de métadonnée" -#: views.py:377 -msgid "Internal name" -msgstr "Nom interne" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Supprimer des types de métadonnées" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "Type de métadonnées modifié avec succès" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "Erreur lors de la modification du type de métadonnées; %s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "Modifier le type de métadonnée: %s" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "Type de métadonnées ajouté avec succès" +#: views.py:550 +msgid "Internal name" +msgstr "Nom interne" -#: views.py:425 -msgid "Create metadata type" -msgstr "Créer un type de métadonnée" +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "Voir les types de métadonnées" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "Type de métadonnées: %s supprimé avec succès" +#: views.py:561 +#, fuzzy +#| msgid "Metadata type name" +msgid "Metadata types assigned" +msgstr "Nom du type de métadonnée" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "Type de métadonnées: %(metadata_type)s erreur de suppression: %(error)s" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Êtes vous certain de vouloir supprimer le type de métadonnées: %s?" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "Types de métadonnées optionnelles pour le type de document: %s" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "Types de métadonnées requises pour le type de document: %s" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Missing required metadata" +#~ msgstr "La métadonnée requise est manquante" + +#~ msgid "Title" +#~ msgstr "Titre" + +#~ msgid "Enter a string to be evaluated." +#~ msgstr "Saisir la chaîne devant être évaluée." + +#~ msgid "Enter a string to be evaluated that returns an iterable." +#~ msgstr "" +#~ "Saisir la chaîne devant être évaluée qui sera retourner comme une " +#~ "itération." + +#~ msgid "Metadata type edited successfully" +#~ msgstr "Type de métadonnées modifié avec succès" + +#~ msgid "Error editing metadata type; %s" +#~ msgstr "Erreur lors de la modification du type de métadonnées; %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "Type de métadonnées ajouté avec succès" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "Type de métadonnées: %s supprimé avec succès" + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "" +#~ "Type de métadonnées: %(metadata_type)s erreur de suppression: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer le type de métadonnées: %s?" #~ msgid "Edit metadata for document: %(document)s" #~ msgid_plural "Edit metadata for the %(count)d selected documents" @@ -497,50 +563,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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/hr_HR/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/hr_HR/LC_MESSAGES/django.po index 5a417a7db2..7b7ddd0a58 100644 --- a/mayan/apps/metadata/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/hr_HR/LC_MESSAGES/django.po @@ -1,380 +1,393 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" -#~ msgstr[2] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_2" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -414,9 +427,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -432,9 +442,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -471,9 +478,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -499,50 +503,44 @@ 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." - -#~ msgid "What are metadata types?" -#~ msgstr "What are metadata types?" +#~ "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 "" -#~ "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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po index a1145906f2..96d38cbccd 100644 --- a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po @@ -1,375 +1,388 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -407,9 +420,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -425,9 +435,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -464,9 +471,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -492,50 +496,44 @@ 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." - -#~ msgid "What are metadata types?" -#~ msgstr "What are metadata types?" +#~ "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 "" -#~ "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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po index ba086ef459..4164ef3e4b 100644 --- a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po @@ -1,370 +1,384 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -400,9 +414,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -418,9 +429,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -457,9 +465,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -485,50 +490,44 @@ 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." - -#~ msgid "What are metadata types?" -#~ msgstr "What are metadata types?" +#~ "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 "" -#~ "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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po index 0d1be53dda..ccc761826c 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 @@ -10,367 +10,400 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Metadati" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Tipo di metadato" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "'metadata' non ha gli attributi '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Nome" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Valore" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Aggiurnato" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Tipo di metadato" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Revoca" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "Tipi di Metadati" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "Tipi di Metadati" + +#: models.py:29 +#, fuzzy +#| 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 "Non usare parole riservate python, o spazi." -#: models.py:19 -msgid "Title" +#: models.py:34 +msgid "Label" msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Modifica i metadata dei documenti" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Visualizza il metadato per il documento" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Setup metadati" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Modifica il tipo di metadato" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Crea il nuovo tipo di metadato" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Cancella il tipo di metadato" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "Visualizza il tipo di metadato" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "Devi fornire almeno un documento." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadata per il documento %s modificato con successo." -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Cancella il tipo di metadato" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "Tipo di metadata modificato con successo" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "Errore nella modifica del tipo di metadata ; %s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "Tipo metadata creato con successo" - -#: views.py:425 -msgid "Create metadata type" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "Tipo metadata:%s cancellato con successo." +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "Visualizza il tipo di metadato" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "Tipo metadata: %(metadata_type)s erroce di cancellazione: %(error)s" +#: views.py:561 +#, fuzzy +#| msgid "Metadata types" +msgid "Metadata types assigned" +msgstr "Tipi di Metadati" -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Sei sicuro di voler cancellare il tipo di metadata: %s?" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Metadata type edited successfully" +#~ msgstr "Tipo di metadata modificato con successo" -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" +#~ msgid "Error editing metadata type; %s" +#~ msgstr "Errore nella modifica del tipo di metadata ; %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "Tipo metadata creato con successo" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "Tipo metadata:%s cancellato con successo." + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "Tipo metadata: %(metadata_type)s erroce di cancellazione: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "Sei sicuro di voler cancellare il tipo di metadata: %s?" #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" @@ -409,9 +442,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -494,50 +524,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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/lv/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/lv/LC_MESSAGES/django.po index 8606e71845..1e33b31337 100644 --- a/mayan/apps/metadata/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/lv/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,362 +20,374 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" -#: views.py:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" -#~ msgstr[2] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_2" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -415,9 +427,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -433,9 +442,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -472,9 +478,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -508,9 +511,6 @@ msgstr "" #~ "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 " @@ -532,9 +532,6 @@ msgstr "" #~ "of a metadata of this type into a choice list which options are the " #~ "result of the lookup's code execution." -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" - #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" diff --git a/mayan/apps/metadata/locale/nb/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/nb/LC_MESSAGES/django.po index a20a0219fd..51f63e9be0 100644 --- a/mayan/apps/metadata/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/nb/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,357 +19,370 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" -#: views.py:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -407,9 +420,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -425,9 +435,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -464,9 +471,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -500,9 +504,6 @@ msgstr "" #~ "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 " @@ -524,9 +525,6 @@ msgstr "" #~ "of a metadata of this type into a choice list which options are the " #~ "result of the lookup's code execution." -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" - #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" 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 0c246b5a9b..5bf5b2007a 100644 --- a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po @@ -1,375 +1,388 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -407,9 +420,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -425,9 +435,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -464,9 +471,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -492,50 +496,44 @@ 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." - -#~ msgid "What are metadata types?" -#~ msgstr "What are metadata types?" +#~ "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 "" -#~ "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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po index 8fcc0a06dc..d5cdc902ce 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,372 +10,393 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-03-04 05:25+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "objekt 'metadata' nie posiada atrybutu '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "wymagane" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "ID" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Nazwa" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Wartość" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Aktualizacja" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Usuń" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "Edytuj metadane" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "Dodaj metadane" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "Edytuj metadane" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "Usuń metadane" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "Edytuj" - -#: links.py:28 -msgid "Delete" -msgstr "Usunąć" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "Utwórz nowy" -#: links.py:31 -msgid "Missing required metadata" -msgstr "brak wymaganych metadanych" +#: links.py:63 +msgid "Delete" +msgstr "Usunąć" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "Edytuj" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "" + +#: models.py:29 +#, fuzzy +#| 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 "Nie używaj słów zarezerwowanych pythona, oraz spacji." -#: models.py:19 -msgid "Title" -msgstr "Tytuł" +#: models.py:34 +msgid "Label" +msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "domyślny" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "Dokument" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "Typ" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Edytuj metadane dokumentu" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "Dodaj metadane do dokumentu" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "Usuń metadane z dokumentu" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Pokaż metadane z dokumentu" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Ustawienia metadanych" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Edytuj typy metadanych" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Utwórz nowe typy metadanych" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Create new metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Utwórz nowe typy metadanych" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Missing required metadata" +#~ msgstr "brak wymaganych metadanych" -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" -#~ msgstr[2] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_2" +#~ msgid "Title" +#~ msgstr "Tytuł" #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" @@ -416,9 +437,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -473,9 +491,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -501,50 +516,44 @@ 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." - -#~ msgid "What are metadata types?" -#~ msgstr "What are metadata types?" +#~ "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 "" -#~ "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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po index 5cf1ced8af..ea98a49ddd 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,367 +11,400 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Metadados" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Tipo de metadados" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "O objeto 'metadata' não tem nenhum atributo '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Nome" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Valor" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Atualizar" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Tipo de metadados" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Remover" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "Tipos de metadados" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "Tipos de metadados" + +#: models.py:29 +#, fuzzy +#| 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 "Não use palavras reservadas de python ou espaços." -#: models.py:19 -msgid "Title" +#: models.py:34 +msgid "Label" msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Editar metadados de um documento" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Ver os metadados de um documento" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Configuração de metadados" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Editar tipos de metadados" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Criar novos tipos de metadados" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Excluir tipos de metadados" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "Ver tipos de metadados" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadados do documento %s alterados com sucesso." -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Excluir tipos de metadados" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "Tipo de metadados editado com sucesso" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "Erro ao editar tipo de metadados; %s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "Tipo de metadados criado com sucesso" - -#: views.py:425 -msgid "Create metadata type" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "Tipo de metadados: %s eliminado com sucesso." +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "Ver tipos de metadados" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "Tipo de metadados: %(metadata_type)s erro ao eliminar: %(error)s" +#: views.py:561 +#, fuzzy +#| msgid "Metadata types" +msgid "Metadata types assigned" +msgstr "Tipos de metadados" -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Tem a certeza de que deseja excluir o tipo de metadados: %s?" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Metadata type edited successfully" +#~ msgstr "Tipo de metadados editado com sucesso" -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" +#~ msgid "Error editing metadata type; %s" +#~ msgstr "Erro ao editar tipo de metadados; %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "Tipo de metadados criado com sucesso" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "Tipo de metadados: %s eliminado com sucesso." + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "Tipo de metadados: %(metadata_type)s erro ao eliminar: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "Tem a certeza de que deseja excluir o tipo de metadados: %s?" #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" @@ -410,9 +443,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -495,50 +525,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po index 2b4c258bc4..dc45203b36 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 @@ -12,362 +12,425 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-05-13 17:51+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Metadados" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "Metadados nome do tipo" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "Metadados valor do tipo" - -#: __init__.py:93 +#: apps.py:66 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" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "Metadados nome do tipo" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "Metadados valor do tipo" + +#: apps.py:79 msgid "Value of a metadata" msgstr "Valor do metadata" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "Devolver o valor de um documento específico de metadados" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Tipo de metadados" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata type value" +msgid "Metadata value" +msgstr "Metadados valor do tipo" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "Objeto 'metadados' tem nenhum atributo '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "Value Invalido: %(message)s" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "exigido" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "ID" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Nome" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Valor" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Atualizar" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Tipo de metadados" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Remover" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "Editar Metadata" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "Adicionar metadados" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "Editar Metadata" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "Remover metadado" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "Metadados Opcional" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "Necessita do metadato" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "Tipos de metadados" - -#: links.py:27 -msgid "Edit" -msgstr "Editar" - -#: links.py:28 -msgid "Delete" -msgstr "Excluir" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "Criar novo" -#: links.py:31 -msgid "Missing required metadata" -msgstr "Faltando metadados necessários" +#: links.py:63 +msgid "Delete" +msgstr "Excluir" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "Editar" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "Tipos de metadados" + +#: models.py:29 +#, fuzzy +#| 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 "Não use palavras reservadas python, ou espaços." -#: models.py:19 -msgid "Title" -msgstr "título" +#: models.py:34 +msgid "Label" +msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "Padrão" -#: models.py:22 -msgid "Enter a string to be evaluated." -msgstr "Digite uma seqüência de caracteres para ser avaliada" +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "Tipo de metadados não é válido, para o tipo de documento" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "Digite uma seqüência de caracteres para se avaliar que retorna um iterable." - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "Nome da função de validação" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "Documentos" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "Tipo" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "Tipo de Metadados é necessário para o tipo de documento" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "Faltando metadados necessários" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "Documento Metadado" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "Tipo de Documento" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "Tipo de Documento - Opções de tipo de metadados" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "Tipo de Documento - Opções de tipo de metadado" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Editar metadados de um documento" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "Adiciona o metadado para o documento" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "Remover metadados de um documento" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Ver os metadados de um documento" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Configuração de metadados" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Editar tipos de metadados" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Criar novos tipos de metadados" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Excluir tipos de metadados" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "Ver tipos de metadados" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "Chave primária do tipo de metadados a ser adicionado." -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "Valor da instância tipo de metadados correspondente." -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "Documentos em falta metadados necessários" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "Apenas selecionar documentos do mesmo tipo." -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "Erro de edição de metadato para o documento %(document)s; %(exception)s." +#: views.py:153 +#, fuzzy, python-format +#| msgid "Error editing metadata for document %(document)s; %(exception)s." +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "" +"Erro de edição de metadato para o documento %(document)s; %(exception)s." -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadados para o documento %s alterados com sucesso." -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" -#: views.py:178 +#: views.py:264 #, python-format 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:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, 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:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" -#: views.py:290 +#: views.py:431 #, python-format 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:293 +#: views.py:441 #, 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:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "Metadados para documento: %s" -#: views.py:357 -msgid "Documents missing required metadata" -msgstr "Documentos em falta metadados necessários" +#: views.py:505 +msgid "Create metadata type" +msgstr "Criar Tipo de documento" -#: views.py:377 -msgid "Internal name" -msgstr "nome interno" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Excluir tipos de metadados" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "Tipo de metadados editados com sucesso" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "Erro de edição de tipo de metadados; %s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "Editar o tipo de documento: %s" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "Tipo de metadados criado com sucesso" +#: views.py:550 +msgid "Internal name" +msgstr "nome interno" -#: views.py:425 -msgid "Create metadata type" -msgstr "Criar Tipo de documento" +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "Ver tipos de metadados" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "Tipo de metadados: %s removido com sucesso." +#: views.py:561 +#, fuzzy +#| msgid "Metadata type name" +msgid "Metadata types assigned" +msgstr "Metadados nome do tipo" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "Tipo de metadados: %(metadata_type)s erro ao deletar: %(error)s" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Tem certeza de que deseja excluir o tipo de metadados: %s?" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Missing required metadata" +#~ msgstr "Faltando metadados necessários" + +#~ msgid "Title" +#~ msgstr "título" + +#~ msgid "Enter a string to be evaluated." +#~ msgstr "Digite uma seqüência de caracteres para ser avaliada" + +#~ msgid "Enter a string to be evaluated that returns an iterable." +#~ msgstr "" +#~ "Digite uma seqüência de caracteres para se avaliar que retorna um " +#~ "iterable." + +#~ msgid "Metadata type edited successfully" +#~ msgstr "Tipo de metadados editados com sucesso" + +#~ msgid "Error editing metadata type; %s" +#~ msgstr "Erro de edição de tipo de metadados; %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "Tipo de metadados criado com sucesso" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "Tipo de metadados: %s removido com sucesso." + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "Tipo de metadados: %(metadata_type)s erro ao deletar: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "Tem certeza de que deseja excluir o tipo de metadados: %s?" #~ msgid "Edit metadata for document: %(document)s" #~ msgid_plural "Edit metadata for the %(count)d selected documents" @@ -496,50 +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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.po index ad3039da26..e4a219d91e 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,372 +9,405 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Metadate" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Metadate de tip" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "obiectul 'metadata' nu are nici un atribut &'%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Nume" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Valoare" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Actualizați" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Metadate de tip" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Scoate" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "Metadate tipuri de" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "Metadate tipuri de" + +#: models.py:29 +#, fuzzy +#| 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 "Nu folosi cuvinte rezervate, pyton sau spații." -#: models.py:19 -msgid "Title" +#: models.py:34 +msgid "Label" msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Editați metadatele unui document" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Vezi metadatele dintr-un document" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Metadate de configurare" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Editați tipuri de metadate" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Crearea de noi tipuri de metadate" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Ștergeți tipuri de metadate" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "Vezi tipuri de metadate" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "Trebuie să furnizeze cel puțin un document." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadate pentru documentul %s editat cu succes." -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Ștergeți tipuri de metadate" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "Tipul de metadate fost editat cu succes" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "Eroare editare tip metadate;% s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "Tipul de metadate creat cu succes" - -#: views.py:425 -msgid "Create metadata type" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "Tipul de metadate:% s eliminat cu succes." +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "Vezi tipuri de metadate" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "eroare de ștergere %(error)s tipul de metadate: %(metadata_type)s" +#: views.py:561 +#, fuzzy +#| msgid "Metadata types" +msgid "Metadata types assigned" +msgstr "Metadate tipuri de" -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Sunteți sigur că doriți să ștergeți tipul de metadate:% s?" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Metadata type edited successfully" +#~ msgstr "Tipul de metadate fost editat cu succes" -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" -#~ msgstr[2] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_2" +#~ msgid "Error editing metadata type; %s" +#~ msgstr "Eroare editare tip metadate;% s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "Tipul de metadate creat cu succes" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "Tipul de metadate:% s eliminat cu succes." + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "eroare de ștergere %(error)s tipul de metadate: %(metadata_type)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți tipul de metadate:% s?" #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" @@ -415,9 +448,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -500,50 +530,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po index 49f5982aa1..e811c63276 100644 --- a/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/ru/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: # Sergey Glita , 2011-2013 @@ -9,233 +9,271 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Метаданные" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Тип метаданных" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "объект метаданных не имеет аттрибута '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Имя" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Значение" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Обновить" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Тип метаданных" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Удалить" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "Типы метаданных" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "Типы метаданных" + +#: models.py:29 +#, fuzzy +#| 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 "Не используйте зарезервированные слова python, или пробелы." -#: models.py:19 -msgid "Title" +#: models.py:34 +msgid "Label" msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Редактирование метаданные документа" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Просмотр метаданных из документа" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Настройки метаданных " -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Редактировать типы метаданных" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Создание новых типов метаданных" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Удаление типов метаданных" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "Просмотр типов метаданных" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "Необходимо предоставить хотя бы один документ." -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" @@ -243,17 +281,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Метаданные для документов %s изменены." -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" @@ -261,27 +301,26 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" @@ -289,21 +328,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" @@ -311,75 +350,69 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Удаление типов метаданных" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "Тип метаданных отредактирован." - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "Ошибка редактирования типа метаданных; %s" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "Тип метаданных успешно создан" - -#: views.py:425 -msgid "Create metadata type" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "Тип метаданных: %s успешно удален." +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "Просмотр типов метаданных" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "Метаданные типа: %(metadata_type)s ошибка удаления: %(error)s" +#: views.py:561 +#, fuzzy +#| msgid "Metadata types" +msgid "Metadata types assigned" +msgstr "Типы метаданных" -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Вы действительно хотите удалить метаданные:%s?" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Metadata type edited successfully" +#~ msgstr "Тип метаданных отредактирован." -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" -#~ msgstr[2] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_2" -#~ msgstr[3] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_3" +#~ msgid "Error editing metadata type; %s" +#~ msgstr "Ошибка редактирования типа метаданных; %s" + +#~ msgid "Metadata type created successfully" +#~ msgstr "Тип метаданных успешно создан" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "Тип метаданных: %s успешно удален." + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "Метаданные типа: %(metadata_type)s ошибка удаления: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "Вы действительно хотите удалить метаданные:%s?" #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" @@ -422,9 +455,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -507,50 +537,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po index da25f7157d..edebf6db2e 100644 --- a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po @@ -1,240 +1,275 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" @@ -242,17 +277,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" @@ -260,27 +297,26 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" @@ -288,21 +324,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" @@ -310,76 +346,52 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" -#~ msgstr[2] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_2" -#~ msgstr[3] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_3" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -421,9 +433,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -439,9 +448,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -478,9 +484,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -506,50 +509,44 @@ 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." - -#~ msgid "What are metadata types?" -#~ msgstr "What are metadata types?" +#~ "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 "" -#~ "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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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/sq/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/sq/LC_MESSAGES/django.po index c023f268a0..f6da76c866 100644 --- a/mayan/apps/metadata/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/sq/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,357 +19,370 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" msgstr[1] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" msgstr[1] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" -#: views.py:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" msgstr[1] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" msgstr[1] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#~ msgstr[1] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_1" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -407,9 +420,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -425,9 +435,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -464,9 +471,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -500,9 +504,6 @@ msgstr "" #~ "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 " @@ -524,9 +525,6 @@ msgstr "" #~ "of a metadata of this type into a choice list which options are the " #~ "result of the lookup's code execution." -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" - #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" diff --git a/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po index 324d084b02..acd0682ad2 100644 --- a/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po @@ -1,370 +1,384 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -400,9 +414,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -418,9 +429,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -457,9 +465,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -485,50 +490,44 @@ 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." - -#~ msgid "What are metadata types?" -#~ msgstr "What are metadata types?" +#~ "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 "" -#~ "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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po index 52ecb1ccc3..058ba7f066 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,363 +9,379 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "Siêu dữ liệu" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "Loại siêu dữ liệu" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "đối tượng 'siêu dữ liệu' không có thuộc tính: %s" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "Tên" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "Giá trị" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "Cập nhật" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "Loại siêu dữ liệu" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "Xóa" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "" + +#: models.py:29 +#, fuzzy +#| 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 "Không sử dụng các từ khóa của python, hoặc khoảng trắng." -#: models.py:19 -msgid "Title" +#: models.py:34 +msgid "Label" msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "Sửa siêu dữ liệu của tài liệu" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "Xem siêu dữ liệu của tài liệu" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "Cài đặt siêu dữ liệu" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "Sửa các loại siêu dữ liệu" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "Tạo loại siêu dữ liệu mới" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "Xóa loại siêu dữ liệu" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "Xem các loại siêu dữ liệu" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "Xóa loại siêu dữ liệu" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "Xem các loại siêu dữ liệu" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "Metadata type" +msgid "Metadata types assigned" +msgstr "Loại siêu dữ liệu" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -401,9 +417,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -486,50 +499,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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.po b/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.po index ef388feee0..cbf812dc4c 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,362 +9,402 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "元数据" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "元数据类型" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "元数据对象没有属性 '%s'" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "名称" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "值" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "更新" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "元数据类型" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "移除" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "元数据类型" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" +msgstr "" + +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" +msgstr "元数据类型" + +#: models.py:29 +#, fuzzy +#| 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 "不要使用python保留字或者空格。" -#: models.py:19 -msgid "Title" +#: models.py:34 +msgid "Label" msgstr "" -#: models.py:21 +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." -msgstr "请输入要执行的字符串" +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "请输入一个返回可以迭代的字符串。" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "编辑文档的元数据" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "查看文档的元数据" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "元数据设置" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "编辑元数据类型" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "新建元数据类型" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "删除元数据类型" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "查看元数据类型" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "必须至少提供一个文档" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "文档 %s 的元数据编辑成功。" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, 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:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata types" +msgid "Delete the metadata type: %s?" +msgstr "删除元数据类型" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "元数据类型编辑成功" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "编辑元数据类型 %s出错" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" -msgstr "元数据类型创建成功" - -#: views.py:425 -msgid "Create metadata type" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "元数据类型: %s 删除成功。" +#: views.py:560 +#, fuzzy +#| msgid "View metadata types" +msgid "Available metadata types" +msgstr "查看元数据类型" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "元数据类型: %(metadata_type)s删除失败:%(error)s" +#: views.py:561 +#, fuzzy +#| msgid "Metadata types" +msgid "Metadata types assigned" +msgstr "元数据类型" -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "确定要删除元数据类型:%s么?" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" +#~ msgid "Enter a string to be evaluated." +#~ msgstr "请输入要执行的字符串" -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" +#~ msgid "Enter a string to be evaluated that returns an iterable." +#~ msgstr "请输入一个返回可以迭代的字符串。" + +#~ msgid "Metadata type edited successfully" +#~ msgstr "元数据类型编辑成功" + +#~ msgid "Error editing metadata type; %s" +#~ msgstr "编辑元数据类型 %s出错" + +#~ msgid "Metadata type created successfully" +#~ msgstr "元数据类型创建成功" + +#~ msgid "Metadata type: %s deleted successfully." +#~ msgstr "元数据类型: %s 删除成功。" + +#~ msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +#~ msgstr "元数据类型: %(metadata_type)s删除失败:%(error)s" + +#~ msgid "Are you sure you wish to delete the metadata type: %s?" +#~ msgstr "确定要删除元数据类型:%s么?" #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" @@ -401,9 +441,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -486,50 +523,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." - -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" +#~ "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_TW/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/zh_TW/LC_MESSAGES/django.po index 61df804825..f020789f46 100644 --- a/mayan/apps/metadata/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/zh_TW/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,352 +19,366 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:86 links.py:16 permissions.py:7 +#: apps.py:52 apps.py:96 links.py:45 permissions.py:7 settings.py:9 msgid "Metadata" msgstr "" -#: __init__.py:91 -msgid "Metadata type name" -msgstr "" - -#: __init__.py:92 -msgid "Metadata type value" -msgstr "" - -#: __init__.py:93 +#: apps.py:66 msgid "" "Queryset containing a MetadataType instance reference and a value for that " "metadata type" msgstr "" -#: __init__.py:94 +#: apps.py:72 +msgid "Metadata type name" +msgstr "" + +#: apps.py:75 +msgid "Metadata type value" +msgstr "" + +#: apps.py:79 msgid "Value of a metadata" msgstr "" -#: __init__.py:94 +#: apps.py:81 msgid "Return the value of a specific document metadata" msgstr "" +#: apps.py:118 forms.py:139 models.py:68 models.py:119 +msgid "Metadata type" +msgstr "" + +#: apps.py:121 +#, fuzzy +#| msgid "Metadata set" +msgid "Metadata value" +msgstr "Metadata sets" + #: classes.py:21 #, python-format msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:41 +#: forms.py:49 #, python-format msgid "Invalid value: %(message)s" msgstr "" -#: forms.py:63 models.py:78 views.py:334 +#: forms.py:74 models.py:121 views.py:494 msgid "Required" msgstr "" -#: forms.py:89 +#: forms.py:103 +#, python-format +msgid "Lookup value error: %s" +msgstr "" + +#: forms.py:117 +#, python-format +msgid "Default value error: %s" +msgstr "" + +#: forms.py:123 msgid "ID" msgstr "" -#: forms.py:91 models.py:17 +#: forms.py:126 models.py:32 msgid "Name" msgstr "" -#: forms.py:92 models.py:52 views.py:333 +#: forms.py:129 models.py:84 views.py:492 msgid "Value" msgstr "" -#: forms.py:93 +#: forms.py:131 msgid "Update" msgstr "" -#: forms.py:99 models.py:41 models.py:77 -msgid "Metadata type" -msgstr "" +#: forms.py:157 +#, fuzzy +#| msgid " Available models: %s" +msgid " Available template context variables: " +msgstr " Available models: %s" -#: forms.py:108 +#: forms.py:164 msgid "Remove" msgstr "" -#: links.py:15 links.py:17 -msgid "Edit metadata" -msgstr "" +#: links.py:16 +msgid "Missing metadata" +msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:28 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:24 links.py:32 +msgid "Edit metadata" +msgstr "" + +#: links.py:37 links.py:41 msgid "Remove metadata" msgstr "" -#: links.py:23 +#: links.py:49 msgid "Optional metadata" msgstr "" -#: links.py:24 +#: links.py:53 msgid "Required metadata" msgstr "" -#: links.py:26 models.py:42 views.py:373 -msgid "Metadata types" -msgstr "" - -#: links.py:27 -msgid "Edit" -msgstr "" - -#: links.py:28 -msgid "Delete" -msgstr "" - -#: links.py:29 +#: links.py:58 msgid "Create new" msgstr "" -#: links.py:31 -msgid "Missing required metadata" +#: links.py:63 +msgid "Delete" msgstr "" -#: models.py:17 -msgid "Do not use python reserved words, or spaces." +#: links.py:66 +msgid "Edit" msgstr "" -#: models.py:19 -msgid "Title" +#: links.py:71 models.py:69 views.py:546 +msgid "Metadata types" msgstr "" -#: models.py:21 +#: models.py:29 +msgid "" +"Name used by other apps to reference this value. Do not use python reserved " +"words, or spaces." +msgstr "" + +#: models.py:34 +msgid "Label" +msgstr "" + +#: models.py:38 +msgid "" +"Enter a template to render. Use Django's default templating language " +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" +msgstr "" + +#: models.py:42 msgid "Default" msgstr "" -#: models.py:22 -msgid "Enter a string to be evaluated." +#: models.py:47 +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 "" -#: models.py:26 +#: models.py:52 msgid "Lookup" msgstr "" -#: models.py:27 -msgid "Enter a string to be evaluated that returns an iterable." -msgstr "" - -#: models.py:28 +#: models.py:56 msgid "Validation function name" msgstr "" -#: models.py:50 +#: models.py:79 msgid "Document" msgstr "" -#: models.py:51 +#: models.py:81 msgid "Type" msgstr "" -#: models.py:59 +#: models.py:93 msgid "Metadata type is not valid for this document type." msgstr "" -#: models.py:65 +#: models.py:101 msgid "Metadata type is required for this document type." msgstr "" -#: models.py:71 models.py:72 +#: models.py:108 models.py:109 msgid "Document metadata" msgstr "" -#: models.py:76 +#: models.py:116 msgid "Document type" msgstr "" -#: models.py:85 +#: models.py:128 msgid "Document type metadata type options" msgstr "" -#: models.py:86 +#: models.py:129 msgid "Document type metadata types options" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Edit a document's metadata" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Add metadata to a document" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Remove metadata from a document" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View metadata from a document" msgstr "" -#: permissions.py:13 +#: permissions.py:21 msgid "Metadata setup" msgstr "" -#: permissions.py:14 +#: permissions.py:23 msgid "Edit metadata types" msgstr "" -#: permissions.py:15 +#: permissions.py:26 msgid "Create new metadata types" msgstr "" -#: permissions.py:16 +#: permissions.py:29 msgid "Delete metadata types" msgstr "" -#: permissions.py:17 +#: permissions.py:32 msgid "View metadata types" msgstr "" -#: serializers.py:31 serializers.py:36 +#: serializers.py:32 serializers.py:42 msgid "Primary key of the metadata type to be added." msgstr "" -#: serializers.py:32 +#: serializers.py:36 msgid "Value of the corresponding metadata type instance." msgstr "" -#: views.py:52 views.py:157 views.py:239 +#: views.py:42 +msgid "Documents missing required metadata" +msgstr "" + +#: views.py:73 views.py:225 views.py:357 msgid "Must provide at least one document." msgstr "" -#: views.py:56 views.py:148 views.py:243 +#: views.py:81 views.py:207 views.py:365 msgid "Only select documents of the same type." msgstr "" -#: views.py:61 views.py:248 +#: views.py:90 views.py:374 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." msgstr[0] "" -#: views.py:112 -#, python-format -msgid "Error editing metadata for document %(document)s; %(exception)s." -msgstr "" +#: views.py:153 +#, fuzzy, python-format +#| msgid "Edit metadata for document: %(document)s" +#| msgid_plural "Edit metadata for the %(count)d selected documents" +msgid "Error editing metadata for document: %(document)s; %(exception)s." +msgstr "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" -#: views.py:115 +#: views.py:164 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:129 +#: views.py:180 msgid "Edit document metadata" msgid_plural "Edit documents metadata" msgstr[0] "" -#: views.py:178 +#: views.py:264 #, python-format msgid "" "Error adding metadata type \"%(metadata_type)s\" to document: %(document)s; " "%(exception)s" msgstr "" -#: views.py:182 +#: views.py:280 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" -#: views.py:185 +#: views.py:290 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:211 +#: views.py:321 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" msgstr[0] "" -#: views.py:290 +#: views.py:431 #, python-format msgid "" "Successfully remove metadata type \"%(metadata_type)s\" from document: " "%(document)s." msgstr "" -#: views.py:293 +#: views.py:441 #, python-format msgid "" "Error removing metadata type \"%(metadata_type)s\" from document: " "%(document)s; %(exception)s" msgstr "" -#: views.py:308 +#: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" msgstr[0] "" -#: views.py:330 +#: views.py:489 #, python-format msgid "Metadata for document: %s" msgstr "" -#: views.py:357 -msgid "Documents missing required metadata" +#: views.py:505 +msgid "Create metadata type" msgstr "" -#: views.py:377 -msgid "Internal name" -msgstr "" +#: views.py:521 +#, fuzzy, python-format +#| msgid "Delete metadata sets" +msgid "Delete the metadata type: %s?" +msgstr "Delete metadata sets" -#: views.py:397 -msgid "Metadata type edited successfully" -msgstr "" - -#: views.py:400 -#, python-format -msgid "Error editing metadata type; %s" -msgstr "" - -#: views.py:406 +#: views.py:534 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:419 -msgid "Metadata type created successfully" +#: views.py:550 +msgid "Internal name" msgstr "" -#: views.py:425 -msgid "Create metadata type" -msgstr "" +#: views.py:560 +#, fuzzy +#| msgid "What are metadata types?" +msgid "Available metadata types" +msgstr "What are metadata types?" -#: views.py:443 -#, python-format -msgid "Metadata type: %s deleted successfully." -msgstr "" +#: views.py:561 +#, fuzzy +#| msgid "metadata types" +msgid "Metadata types assigned" +msgstr "metadata types" -#: views.py:445 -#, python-format -msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "" - -#: views.py:455 -#, python-format -msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "" - -#: views.py:476 +#: views.py:596 #, python-format msgid "Optional metadata types for document type: %s" msgstr "" -#: views.py:496 +#: views.py:621 #, python-format msgid "Required metadata types for document type: %s" msgstr "" -#~ msgid "Missing metadata" -#~ msgstr "edit metadata" - -#~ msgid "Edit metadata for document: %(document)s" -#~ msgid_plural "Edit metadata for the %(count)d selected documents" -#~ msgstr[0] "4e0a5b1bfd2fec1712bbea096f0291ce_pl_0" - #~ msgid "Add metadata types to document: %(document)s" #~ msgid_plural "Add metadata types to the %(count)d selected documents" #~ msgstr[0] "9ef9d143943c2d5ff2b9abfe3b7ccb10_pl_0" @@ -400,9 +414,6 @@ msgstr "" #~ msgid "Members" #~ msgstr "members" -#~ msgid "Metadata set" -#~ msgstr "Metadata sets" - #~ msgid "Metadata set item" #~ msgstr "metadata set item" @@ -418,9 +429,6 @@ msgstr "" #~ msgid "Create new metadata sets" #~ msgstr "Create new metadata sets" -#~ msgid "Delete metadata sets" -#~ msgstr "Delete metadata sets" - #~ msgid "View metadata sets" #~ msgstr "View metadata sets" @@ -457,9 +465,6 @@ msgstr "" #~ msgid "metadata" #~ msgstr "metadata" -#~ msgid "metadata types" -#~ msgstr "metadata types" - #~ msgid "edit" #~ msgstr "edit" @@ -493,9 +498,6 @@ msgstr "" #~ "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 " @@ -517,9 +519,6 @@ msgstr "" #~ "of a metadata of this type into a choice list which options are the " #~ "result of the lookup's code execution." -#~ msgid " Available models: %s" -#~ msgstr " Available models: %s" - #~ msgid " Available functions: %s" #~ msgstr " Available functions: %s" diff --git a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po index db4dc78e5f..beaa0c2703 100644 --- a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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,21 +9,27 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po index 8acac6df7f..692887b7a2 100644 --- a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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,21 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" 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 740dbf268f..cbffe8aef5 100644 --- a/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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,21 +9,27 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po index 1fbae92e87..3f6819cb6c 100644 --- a/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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 , 2012 @@ -9,21 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/de_CH/LC_MESSAGES/django.po index e76f1dbff8..5ef7ae626f 100644 --- a/mayan/apps/navigation/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/de_CH/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,11 +19,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" 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 a12628570c..48607b7554 100644 --- a/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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,21 +11,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "Unbenannte Verknüpfung" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "Aktionen" diff --git a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po index 53e5de7c43..15eb2ea18f 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-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,11 +18,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po index ce81b2b078..e955556a03 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,21 +11,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:11-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "Enlace sin nombrar" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "acciones" diff --git a/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po index a010abf565..eac48067c6 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,21 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "پیوند بی نام" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "عملیات" diff --git a/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po index aa237daf62..50e0fcf076 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,21 +10,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "Lien sans nom" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "Actions" diff --git a/mayan/apps/navigation/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/hr_HR/LC_MESSAGES/django.po index 4477ef9cbe..ba823439f8 100644 --- a/mayan/apps/navigation/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/hr_HR/LC_MESSAGES/django.po @@ -1,28 +1,34 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po index 962c83dbe3..412b92f3b6 100644 --- a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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 , 2013 @@ -9,21 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po index 1cfe30c20c..7810d43dab 100644 --- a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po @@ -1,28 +1,33 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po index c8363d7e6c..73284c7754 100644 --- a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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 @@ -10,21 +10,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po index b268670650..3f3320caa2 100644 --- a/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/lv/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,11 +20,15 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/nb/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/nb/LC_MESSAGES/django.po index 9052c24ace..7ed4780c9a 100644 --- a/mayan/apps/navigation/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/nb/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,11 +19,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" 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 405982f1c0..19f14d1b93 100644 --- a/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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,21 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po index eb895697c8..7e501fd3a7 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,21 +10,27 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-03-01 19:41+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "Nienazwane połączenie" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "Akcje" diff --git a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po index 854c0cd830..b82b4baddd 100644 --- a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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,21 +10,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" 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 9bd881b30a..dc4f8ef3bf 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,21 +10,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "Sem Link" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "Ações" 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 91a4159c50..dead859139 100644 --- a/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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,21 +10,27 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po index 4b40692e76..11fef267d8 100644 --- a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/ru/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: # Sergey Glita , 2011-2012 @@ -9,21 +9,28 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" 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 2af387f257..abedc0bc74 100644 --- a/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po @@ -1,28 +1,34 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/sq/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/sq/LC_MESSAGES/django.po index 8d39e2a331..d427dd6820 100644 --- a/mayan/apps/navigation/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/sq/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,11 +19,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/tr_TR/LC_MESSAGES/django.po index 32519834ce..5e4516a0d9 100644 --- a/mayan/apps/navigation/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/tr_TR/LC_MESSAGES/django.po @@ -1,28 +1,33 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" 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 cad12e93ef..5c94e2e5bd 100644 --- a/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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,21 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" 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 f2876c878e..5038697e7c 100644 --- a/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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: # malijie , 2014 @@ -9,21 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/navigation/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/zh_TW/LC_MESSAGES/django.po index 68ab5db062..77b309c84e 100644 --- a/mayan/apps/navigation/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/zh_TW/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,11 +19,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: classes.py:21 +#: apps.py:9 +msgid "Navigation" +msgstr "" + +#: classes.py:28 msgid "Unnamed link" msgstr "" -#: forms.py:29 +#: forms.py:14 msgid "Actions" msgstr "" diff --git a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po index 0ebf319618..6b59fef6de 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,147 +9,244 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "Text from OCR" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Submit documents for OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Runs a language filter to remove common OCR mistakes from document pages content." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: models.py:12 +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document pages content clean up complete." +msgid "Document page content" +msgstr "Document pages content clean up complete." + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Document pages content clean up error: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Submit documents for OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Delete documents from OCR queue" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Can execute the OCR clean up on all document pages" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "File path to unpaper program." -#: settings.py:13 +#: 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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Submit documents for OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Submit documents for OCR" -#: views.py:57 -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:69 +#, fuzzy, python-format +#| msgid "Delete documents from OCR queue" +msgid "%d documents added to the OCR queue." +msgstr "Delete documents from OCR queue" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Document pages content clean up complete." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Submit documents for OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Document pages content clean up error: %s" - -#: views.py:75 -msgid "OCR errors" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:91 views.py:140 +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -157,19 +254,19 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -177,9 +274,27 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Text extracted from PDF" +#~ msgid "Text from OCR" +#~ msgstr "Text from OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "Can execute the OCR clean up on all document pages" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "Are you sure you wish to clean up all the pages content?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "On large databases this operation may take some time to execute." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Text extracted from PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -187,18 +302,12 @@ msgstr "Text extracted from PDF" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -220,15 +329,9 @@ msgstr "Text extracted from PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -296,11 +399,11 @@ msgstr "Text extracted from PDF" #~ 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." @@ -357,9 +460,11 @@ msgstr "Text extracted from PDF" #~ 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.po b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po index 47e60aafea..7546f366f5 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,169 +9,271 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "Текст от OCR" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Подаване на документи за OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Стартиране на филтър за език, за премахване обичайни грешки от OCR от съдържанието на документите." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: models.py:12 +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" +msgstr "" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Подаване на документи за OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Изтриване на документи от OCR опашката" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +#: permissions.py:17 +msgid "Can view the transcribed text from document" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "Пътх към приложението unpaper." -#: settings.py:13 +#: 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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Подаване на документи за OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Подаване на документи за OCR" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Delete documents from OCR queue" +msgid "%d documents added to the OCR queue." +msgstr "Изтриване на документи от OCR опашката" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Подаване на документи за OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Текст, извлечен от PDF" +#~ msgid "Text from OCR" +#~ msgstr "Текст от OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Стартиране на филтър за език, за премахване обичайни грешки от OCR от " +#~ "съдържанието на документите." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Текст, извлечен от PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -179,18 +281,12 @@ msgstr "Текст, извлечен от PDF" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -212,15 +308,9 @@ msgstr "Текст, извлечен от PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -288,11 +378,11 @@ msgstr "Текст, извлечен от PDF" #~ 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." @@ -349,9 +439,11 @@ msgstr "Текст, извлечен от PDF" #~ 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.po b/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po index c74370c3e0..fe3b809764 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,171 +9,286 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "Tekst iz OCR-a" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Predati dokumente za OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Pokreće jezični filter da ukloni uobičajene OCR greške iz sadžaja stranica dokumenta." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: models.py:12 +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document pages content clean up complete." +msgid "Document page content" +msgstr "Potpuno obrisan sadržaj stranica." + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Greška brisanja stranica: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Predati dokumente za OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Brisati dokumente iz OCR reda" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Može izvršiti OCR čišćenje u svim stranicama dokumenta" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "Staza prema datotekama za bezpapirni program." -#: settings.py:13 +#: 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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Predati dokumente za OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Jeste li sigurni da želite obrisati sav sadržaj stranica?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Predati dokumente za OCR" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "Na velikim bazama ova operacija može potrajati duže." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Delete documents from OCR queue" +msgid "%d documents added to the OCR queue." +msgstr "Brisati dokumente iz OCR reda" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Potpuno obrisan sadržaj stranica." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Predati dokumente za OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Greška brisanja stranica: %s" - -#: views.py:75 -msgid "OCR errors" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:91 views.py:140 +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Tekst izvađen iz PDF" +#~ msgid "Text from OCR" +#~ msgstr "Tekst iz OCR-a" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Pokreće jezični filter da ukloni uobičajene OCR greške iz sadžaja " +#~ "stranica dokumenta." + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "Može izvršiti OCR čišćenje u svim stranicama dokumenta" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "Jeste li sigurni da želite obrisati sav sadržaj stranica?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "Na velikim bazama ova operacija može potrajati duže." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Tekst izvađen iz PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -181,18 +296,12 @@ msgstr "Tekst izvađen iz PDF" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -214,15 +323,9 @@ msgstr "Tekst izvađen iz PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -290,11 +393,11 @@ msgstr "Tekst izvađen iz PDF" #~ 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." @@ -351,9 +454,11 @@ msgstr "Tekst izvađen iz PDF" #~ 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.po b/mayan/apps/ocr/locale/da/LC_MESSAGES/django.po index e58bab2b9d..886ad6da6f 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,169 +10,284 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "Tekst fra OCR" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Tilmeld dokumenter til OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Kører et sprogfilter for at fjerne almindelige OCR fejl fra dokumentsiders indhold." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: models.py:12 +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document pages content clean up complete." +msgid "Document page content" +msgstr "Dokument siders indhold renset" + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Fejl ved rensning af side indhold: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Tilmeld dokumenter til OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Slet dokumenter fra OCR kø" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "kan udføre OCR rensning på alle dokument sider" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "Fil sti til unpaper program." -#: settings.py:13 +#: 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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Tilmeld dokumenter til OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Er du sikker på at du vil rense alle sidernes indhold" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Tilmeld dokumenter til OCR" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "På store databaser kan denne operation tage lidt tid at udføre." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Delete documents from OCR queue" +msgid "%d documents added to the OCR queue." +msgstr "Slet dokumenter fra OCR kø" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Dokument siders indhold renset" +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Tilmeld dokumenter til OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Fejl ved rensning af side indhold: %s" - -#: views.py:75 -msgid "OCR errors" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:91 views.py:140 +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Tekst identificeret fra PDF" +#~ msgid "Text from OCR" +#~ msgstr "Tekst fra OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Kører et sprogfilter for at fjerne almindelige OCR fejl fra " +#~ "dokumentsiders indhold." + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "kan udføre OCR rensning på alle dokument sider" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "Er du sikker på at du vil rense alle sidernes indhold" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "På store databaser kan denne operation tage lidt tid at udføre." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Tekst identificeret fra PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -180,18 +295,12 @@ msgstr "Tekst identificeret fra PDF" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -213,15 +322,9 @@ msgstr "Tekst identificeret fra PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -289,11 +392,11 @@ msgstr "Tekst identificeret fra PDF" #~ 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." @@ -350,9 +453,11 @@ msgstr "Tekst identificeret fra PDF" #~ 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_CH/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/de_CH/LC_MESSAGES/django.po index 1152a043eb..e728d6efee 100644 --- a/mayan/apps/ocr/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/de_CH/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-17 07:07+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,179 +19,256 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:166 +msgid "not found" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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 "" -#: settings.py:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 +#: views.py:205 #, fuzzy -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "Are you sure you wish to delete queue documents: %s?" msgstr[1] "Are you sure you wish to delete queue documents: %s?" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 +#: views.py:255 #, fuzzy -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "Are you sure you wish to re-queue documents: %s?" msgstr[1] "Are you sure you wish to re-queue documents: %s?" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" - #~ msgid "Queue document list" #~ msgstr "queue document list" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -207,18 +284,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." 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 8042427e4e..5168e4694f 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: # Mathias Behrle , 2014 @@ -14,169 +14,311 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 01:34+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR-Schrifterkennung" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "Dokument" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "Hinzugefügt" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "Ergebnis" -#: api.py:75 -msgid "Text from OCR" -msgstr "Text aus der OCR-Schrifterkennung" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" +msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" -msgstr "In die OCR-Warteschlange einstellen" +#: apps.py:148 apps.py:153 apps.py:158 +#, fuzzy +#| msgid "Document version" +msgid "pdftotext version" +msgstr "Dokumentenversion" -#: links.py:12 links.py:13 -msgid "Re-queue" -msgstr "Erneut einstellen" +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +#, fuzzy +#| msgid "Document version" +msgid "tesseract version" +msgstr "Dokumentenversion" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Dokumente in die OCR-Warteschlange einstellen" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "Löschen" -#: links.py:17 -msgid "Clean up pages content" -msgstr "Seiteninhalt säubern" - -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Lässt einen Sprachfilter über den erkannten Inhalt laufen, um häufige Erkennungsfehler zu beseitigen." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "OCR Fehler" -#: models.py:12 +#: links.py:43 links.py:47 +msgid "Re-queue" +msgstr "Erneut einstellen" + +#: models.py:16 +#, fuzzy +#| msgid "Document" +msgid "Document type" +msgstr "Dokument" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document version" +msgid "Document type settings" +msgstr "Dokumentenversion" + +#: models.py:25 +#, fuzzy +#| msgid "Document version" +msgid "Document types settings" +msgstr "Dokumentenversion" + +#: models.py:31 msgid "Document version" msgstr "Dokumentenversion" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "Einstellunsgzeit" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "Dokumentenversion OCR Fehler" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "Dokumentenversion OCR Fehler" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document" +msgid "Document page" +msgstr "Dokument" + +#: models.py:62 +#, fuzzy +#| msgid "Clean up pages content" +msgid "Document page content" +msgstr "Seiteninhalt säubern" + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Fehler bei der Bereinigung des Seiteninhalts: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Dokumente in die OCR-Warteschlange einstellen" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Dokumente aus der OCR-Warteschlange entfernen" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Berechtigung zum Bereinigen des Seiteninhalts von Dokumenten" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "Pfad zum 'unpaper'-Programm" -#: settings.py:13 +#: 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:14 +#: 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:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Dokumente in die OCR-Warteschlange einstellen" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "Dokument %(document)s in OCR Warteschlange eingereiht" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Sind Sie sicher, dass Sie den gesamten erkannten Seiteninhalt bereinigen möchten?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Dokumente in die OCR-Warteschlange einstellen" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "Auf großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was added to the OCR queue." +msgid "%d documents added to the OCR queue." +msgstr "Dokument %(document)s in OCR Warteschlange eingereiht" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Bereinigung des Seiteninhalts abgeschlossen." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Dokumente in die OCR-Warteschlange einstellen" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Fehler bei der Bereinigung des Seiteninhalts: %s" +msgid "Edit OCR settings for document type: %s" +msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "OCR Fehler" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "Es muss mindestens eine Auswahl getroffen werden" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Eintrag %(entry)s erfolgreich gelöscht" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Fehler bei Eintrag %(entry)s: %(error)s" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +#, fuzzy +#| msgid "Are you sure you wish to delete the selected entry?" +#| msgid_plural "Are you sure you wish to delete the selected entries?" +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "Wollen Sie den ausgewählten Eintrag wirklich löschen?" msgstr[1] "Wollen Sie die ausgewählten Einträge wirklich löschen?" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "Eintrag %(entry)s wurde erneut in die Warteschlange eingereiht" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "Dokumentenversion ID: %d existiert nicht mehr" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +#, fuzzy +#| msgid "Are you sure you wish to re-queue the selected entry?" +#| msgid_plural "Are you sure you wish to re-queue the selected entries?" +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "Wollen Sie den ausgewählten Eintrag wirklich neu einreihen?" msgstr[1] "Wollen Sie die ausgewählten Einträge wirklich neu einreihen?" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Text extrahiert aus PDF" +#~ msgid "Text from OCR" +#~ msgstr "Text aus der OCR-Schrifterkennung" + +#~ msgid "Submit to OCR queue" +#~ msgstr "In die OCR-Warteschlange einstellen" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Lässt einen Sprachfilter über den erkannten Inhalt laufen, um häufige " +#~ "Erkennungsfehler zu beseitigen." + +#~ msgid "OCR Errors" +#~ msgstr "OCR Fehler" + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "Berechtigung zum Bereinigen des Seiteninhalts von Dokumenten" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie den gesamten erkannten Seiteninhalt bereinigen " +#~ "möchten?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "" +#~ "Auf großen Datenbanken kann diese Operation einige Zeit in Anspruch " +#~ "nehmen." + +#~ msgid "Document pages content clean up complete." +#~ msgstr "Bereinigung des Seiteninhalts abgeschlossen." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Text extrahiert aus PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -193,9 +335,6 @@ msgstr "Text extrahiert aus PDF" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -217,15 +356,9 @@ msgstr "Text extrahiert aus PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -293,11 +426,11 @@ msgstr "Text extrahiert aus PDF" #~ 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." @@ -354,9 +487,11 @@ msgstr "Text extrahiert aus PDF" #~ 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.po b/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po index 21a71dfeb0..62ba58d3a8 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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,173 +18,286 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 #, fuzzy msgid "Document" msgstr "document" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 #, fuzzy msgid "Result" msgstr "result" -#: api.py:75 -msgid "Text from OCR" -msgstr "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" +msgstr "" -#: links.py:10 links.py:11 +#: apps.py:148 apps.py:153 apps.py:158 #, fuzzy -msgid "Submit to OCR queue" -msgstr "submit to OCR queue" +msgid "pdftotext version" +msgstr "document queues" -#: links.py:12 links.py:13 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 #, fuzzy -msgid "Re-queue" -msgstr "re-queue" +msgid "tesseract version" +msgstr "document queues" -#: links.py:14 links.py:15 +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Submit documents for OCR" + +#: links.py:22 +#, fuzzy +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 #, fuzzy msgid "Delete" msgstr "delete" -#: links.py:17 -#, fuzzy -msgid "Clean up pages content" -msgstr "clean up pages content" - -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." - -#: links.py:19 -msgid "OCR Errors" -msgstr "" - -#: models.py:12 -#, fuzzy -msgid "Document version" -msgstr "document queues" - -#: models.py:13 -#, fuzzy -msgid "Date time submitted" -msgstr "date time submitted" - -#: models.py:21 -msgid "Document Version OCR Error" -msgstr "" - -#: models.py:22 -msgid "Document Version OCR Errors" -msgstr "" - -#: permissions.py:8 -msgid "Submit documents for OCR" -msgstr "Submit documents for OCR" - -#: permissions.py:9 -msgid "Delete documents from OCR queue" -msgstr "Delete documents from OCR queue" - -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Can execute the OCR clean up on all document pages" - -#: settings.py:12 -msgid "File path to unpaper program." -msgstr "File path to unpaper program." - -#: settings.py:13 -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." - -#: settings.py:14 -msgid "Full path to the backend to be used to do OCR." -msgstr "" - -#: views.py:32 -#, 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:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Are you sure you wish to clean up all the pages content?" - -#: views.py:57 -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:63 -msgid "Document pages content clean up complete." -msgstr "Document pages content clean up complete." - -#: views.py:65 -#, python-format -msgid "Document pages content clean up error: %s" -msgstr "Document pages content clean up error: %s" - -#: views.py:75 +#: links.py:40 views.py:145 #, fuzzy msgid "OCR errors" msgstr "error" -#: views.py:91 views.py:140 +#: links.py:43 links.py:47 +#, fuzzy +msgid "Re-queue" +msgstr "re-queue" + +#: models.py:16 +#, fuzzy +msgid "Document type" +msgstr "document" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +msgid "Document type settings" +msgstr "document queues" + +#: models.py:25 +#, fuzzy +msgid "Document types settings" +msgstr "document queues" + +#: models.py:31 +#, fuzzy +msgid "Document version" +msgstr "document queues" + +#: models.py:34 +#, fuzzy +msgid "Date time submitted" +msgstr "date time submitted" + +#: models.py:43 +msgid "Document Version OCR Error" +msgstr "" + +#: models.py:44 +msgid "Document Version OCR Errors" +msgstr "" + +#: models.py:54 +#, fuzzy +msgid "Document page" +msgstr "document" + +#: models.py:62 +#, fuzzy +msgid "Document page content" +msgstr "clean up pages content" + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Document pages content clean up error: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 +msgid "Submit documents for OCR" +msgstr "Submit documents for OCR" + +#: permissions.py:13 +msgid "Delete documents from OCR queue" +msgstr "Delete documents from OCR queue" + +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." +msgstr "File path to unpaper program." + +#: 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." + +#: settings.py:22 +msgid "Full path to the backend to be used to do OCR." +msgstr "" + +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Submit documents for OCR" + +#: views.py:47 +#, 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:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Submit documents for OCR" + +#: views.py:69 +#, 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:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Submit documents for OCR" + +#: views.py:106 +#, python-format +msgid "Edit OCR settings for document type: %s" +msgstr "" + +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 #, fuzzy msgid "Make at least one selection." msgstr "Must provide at least one queue document." -#: views.py:101 +#: views.py:182 #, fuzzy, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Queue document: %(document)s deleted successfully." -#: views.py:105 +#: views.py:189 #, fuzzy, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Error deleting document: %(document)s; %(error)s" -#: views.py:119 +#: views.py:205 #, fuzzy -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +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:152 +#: views.py:238 #, fuzzy, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "Document: %(document)s is already queued." -#: views.py:157 +#: views.py:243 #, fuzzy, python-format msgid "Document version id#: %d, no longer exists." msgstr "Document id#: %d, no longer exists." -#: views.py:169 +#: views.py:255 #, fuzzy -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +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?" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Text extracted from PDF" +#~ 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." +#~ msgstr "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "Can execute the OCR clean up on all document pages" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "Are you sure you wish to clean up all the pages content?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "On large databases this operation may take some time to execute." + +#~ msgid "Document pages content clean up complete." +#~ msgstr "Document pages content clean up complete." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Text extracted from PDF" #, fuzzy #~ msgid "Queue document list" @@ -206,10 +319,6 @@ msgstr "Text extracted from PDF" #~ msgid "Queue document" #~ msgstr "queue document" -#, fuzzy -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -234,15 +343,9 @@ msgstr "Text extracted from PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" diff --git a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po index 1f946be8ec..611bf5a754 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,169 +11,310 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 05:25+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "Documento" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "Añadido" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "Resultado" -#: api.py:75 -msgid "Text from OCR" -msgstr "Texto de OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" +msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" -msgstr "Someter a la espera para OCR" +#: apps.py:148 apps.py:153 apps.py:158 +#, fuzzy +#| msgid "Document version" +msgid "pdftotext version" +msgstr "Versión de documento" -#: links.py:12 links.py:13 -msgid "Re-queue" -msgstr "Someter de nuevo" +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +#, fuzzy +#| msgid "Document version" +msgid "tesseract version" +msgstr "Versión de documento" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Enviar documentos para OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "Borrar" -#: links.py:17 -msgid "Clean up pages content" -msgstr "Limpiar contenido de páginas" - -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Ejecuta un filtro de lenguaje para eliminar los errores más comunes de OCR del contenido de las paginas del documento." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "Errores de OCR" -#: models.py:12 +#: links.py:43 links.py:47 +msgid "Re-queue" +msgstr "Someter de nuevo" + +#: models.py:16 +#, fuzzy +#| msgid "Document" +msgid "Document type" +msgstr "Documento" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document version" +msgid "Document type settings" +msgstr "Versión de documento" + +#: models.py:25 +#, fuzzy +#| msgid "Document version" +msgid "Document types settings" +msgstr "Versión de documento" + +#: models.py:31 msgid "Document version" msgstr "Versión de documento" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "Fecha y hora en que fue sometido" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "Error de OCR en versión de documento" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "Errores de OCR en versiones de documentos" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document" +msgid "Document page" +msgstr "Documento" + +#: models.py:62 +#, fuzzy +#| msgid "Clean up pages content" +msgid "Document page content" +msgstr "Limpiar contenido de páginas" + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Error en limpieza de contenido: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Enviar documentos para OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Eliminar documentos de la cola de OCR" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Se puede ejecutar limpieza de OCR en todas las páginas de documentos" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "La ruta de archivo del programa unpaper." -#: settings.py:13 +#: 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:14 +#: 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:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Enviar documentos para OCR" + +#: views.py:47 #, 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:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "¿Está seguro que desea limpiar el contenido de todas las páginas?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Enviar documentos para OCR" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "En grandes bases de datos esta operación puede tardar algún tiempo en ejecutarse." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was added to the OCR queue." +msgid "%d documents added to the OCR queue." +msgstr "Documento: %(document)s fue añadido a la lista de espera de OCR" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Limpieza de contenido completada." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Enviar documentos para OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Error en limpieza de contenido: %s" +msgid "Edit OCR settings for document type: %s" +msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "Errores de OCR" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "Haga al menos una selección" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Entrada: %(entry)s ha eliminada correctamente." -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Entrada de error: %(entry)s; %(error)s" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +#, fuzzy +#| msgid "Are you sure you wish to delete the selected entry?" +#| msgid_plural "Are you sure you wish to delete the selected entries?" +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "¿Seguro que desea eliminar la entrada seleccionada?" msgstr[1] "¿Seguro que desea eliminar las entradas seleccionadas?" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "Entrada: %(entry)s fue sometido para OCR." -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "La versión de documento #: %d, ya no existe." -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" -msgstr[0] "¿Seguro que desea volver enviar a la cola a la entrada seleccionada?" -msgstr[1] "¿Seguro que desea volver enviar a la cola las entradas seleccionadas?" +#: views.py:255 +#, fuzzy +#| msgid "Are you sure you wish to re-queue the selected entry?" +#| msgid_plural "Are you sure you wish to re-queue the selected entries?" +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" +msgstr[0] "" +"¿Seguro que desea volver enviar a la cola a la entrada seleccionada?" +msgstr[1] "" +"¿Seguro que desea volver enviar a la cola las entradas seleccionadas?" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Texto extraído de PDF" +#~ msgid "Text from OCR" +#~ msgstr "Texto de OCR" + +#~ msgid "Submit to OCR queue" +#~ msgstr "Someter a la espera para OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Ejecuta un filtro de lenguaje para eliminar los errores más comunes de " +#~ "OCR del contenido de las paginas del documento." + +#~ msgid "OCR Errors" +#~ msgstr "Errores de OCR" + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "" +#~ "Se puede ejecutar limpieza de OCR en todas las páginas de documentos" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "¿Está seguro que desea limpiar el contenido de todas las páginas?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "" +#~ "En grandes bases de datos esta operación puede tardar algún tiempo en " +#~ "ejecutarse." + +#~ msgid "Document pages content clean up complete." +#~ msgstr "Limpieza de contenido completada." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Texto extraído de PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -190,9 +331,6 @@ msgstr "Texto extraído de PDF" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -214,15 +352,9 @@ msgstr "Texto extraído de PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -290,11 +422,11 @@ msgstr "Texto extraído de PDF" #~ 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." @@ -351,9 +483,11 @@ msgstr "Texto extraído de PDF" #~ 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.po b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po index e2c9402c56..fe0b53f4a1 100644 --- a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/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,167 +9,284 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "سند" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "اضافه شده" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "جواب" -#: api.py:75 -msgid "Text from OCR" -msgstr "متن خروجی از OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" +msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" -msgstr "ارسال به صف OCR" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" +msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" -msgstr "صف سازی دوباره" +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "ارسال سند برای OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "حذف" -#: links.py:17 -msgid "Clean up pages content" -msgstr "تمییز کردن محتوای صفحات" - -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "برای رفع خطاهای معمول در OCR فیلتر زبان را برروی محتوا اجرا میکند." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: models.py:12 +#: links.py:43 links.py:47 +msgid "Re-queue" +msgstr "صف سازی دوباره" + +#: models.py:16 +#, fuzzy +#| msgid "Document" +msgid "Document type" +msgstr "سند" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "تاریخ و زمان ارسال" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document" +msgid "Document page" +msgstr "سند" + +#: models.py:62 +#, fuzzy +#| msgid "Clean up pages content" +msgid "Document page content" +msgstr "تمییز کردن محتوای صفحات" + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "خطا در تمیز کردن محتوای صفحات: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "ارسال سند برای OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "حذف سند از صف OCR" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "از تمییز سازی ocr میتوان جهت کلیه صفحات استفاده کرد." +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "محل فایل نرم افزار بدون کاغذ" -#: settings.py:13 +#: 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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "محل اجرای نرم افزار OCR" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "ارسال سند برای OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "سند : %(document)s جهت ocr وارد صف شد." -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "از تمییز سازی محتوای صفحات مطمئن هستید؟" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "ارسال سند برای OCR" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "برروی پایگاه داده ای بزرگ این عملیات ممکن است طولانی شود." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was added to the OCR queue." +msgid "%d documents added to the OCR queue." +msgstr "سند : %(document)s جهت ocr وارد صف شد." -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "تمییزسازی محتوای صفحات پایان یافت." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "ارسال سند برای OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "خطا در تمیز کردن محتوای صفحات: %s" - -#: views.py:75 -msgid "OCR errors" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:91 views.py:140 +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "text استخراج شده از pdf" +#~ msgid "Text from OCR" +#~ msgstr "متن خروجی از OCR" + +#~ msgid "Submit to OCR queue" +#~ msgstr "ارسال به صف OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "برای رفع خطاهای معمول در OCR فیلتر زبان را برروی محتوا اجرا میکند." + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "از تمییز سازی ocr میتوان جهت کلیه صفحات استفاده کرد." + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "از تمییز سازی محتوای صفحات مطمئن هستید؟" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "برروی پایگاه داده ای بزرگ این عملیات ممکن است طولانی شود." + +#~ msgid "Document pages content clean up complete." +#~ msgstr "تمییزسازی محتوای صفحات پایان یافت." + +#~ msgid "Text extracted from PDF" +#~ msgstr "text استخراج شده از pdf" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -177,18 +294,12 @@ msgstr "text استخراج شده از pdf" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -210,15 +321,9 @@ msgstr "text استخراج شده از pdf" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -286,11 +391,11 @@ msgstr "text استخراج شده از pdf" #~ 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." @@ -347,9 +452,11 @@ msgstr "text استخراج شده از pdf" #~ 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.po b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po index 57527c0a0f..aae553d5c7 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: # Christophe kryskool , 2014-2015 @@ -10,169 +10,310 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-04-04 11:08+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "Document" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "Ajouté" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "Résultat" -#: api.py:75 -msgid "Text from OCR" -msgstr "Texte à partir de l'OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" +msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" -msgstr "Ajouter à la file d'attente OCR" +#: apps.py:148 apps.py:153 apps.py:158 +#, fuzzy +#| msgid "Document version" +msgid "pdftotext version" +msgstr "Version du document" -#: links.py:12 links.py:13 -msgid "Re-queue" -msgstr "Re-ajouter à la file d'attente" +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +#, fuzzy +#| msgid "Document version" +msgid "tesseract version" +msgstr "Version du document" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Soumettre les documents à l'OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "Supprimer" -#: links.py:17 -msgid "Clean up pages content" -msgstr "Nettoyer le contenu des pages" +#: links.py:40 views.py:145 +msgid "OCR errors" +msgstr "Erreurs de ROC" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Lance un filtre de langue permettant d'éviter les erreurs OCR classiques à partir du contenu des pages." +#: links.py:43 links.py:47 +msgid "Re-queue" +msgstr "Re-ajouter à la file d'attente" -#: links.py:19 -msgid "OCR Errors" -msgstr "Erreur ROC" +#: models.py:16 +#, fuzzy +#| msgid "Document" +msgid "Document type" +msgstr "Document" -#: models.py:12 +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document version" +msgid "Document type settings" +msgstr "Version du document" + +#: models.py:25 +#, fuzzy +#| msgid "Document version" +msgid "Document types settings" +msgstr "Version du document" + +#: models.py:31 msgid "Document version" msgstr "Version du document" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "Date et heure de soumission" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "Erreur ROC sur la version du document" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "Erreurs ROC sur la version du document" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document" +msgid "Document page" +msgstr "Document" + +#: models.py:62 +#, fuzzy +#| msgid "Clean up pages content" +msgid "Document page content" +msgstr "Nettoyer le contenu des pages" + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Erreur de nettoyage du contenu des pages du document:%s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Soumettre les documents à l'OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Supprimer les documents de la file d'attente OCR" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Peut effectuer un nettoyage OCR sur toutes les pages d'un document" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "Chemin vers l'exécutable \"unpaper\"" -#: settings.py:13 +#: 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:14 +#: 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:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Soumettre les documents à l'OCR" + +#: views.py:47 #, 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:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Êtes vous certain de vouloir nettoyer le contenu de toutes les pages?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Soumettre les documents à l'OCR" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "Sur une base de données de grande taille, cette opération peut prendre un certain temps." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was added to the OCR queue." +msgid "%d documents added to the OCR queue." +msgstr "Le document: %(document)s a été ajouté à la file d'attente OCR." -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Nettoyage du contenu des pages du document achevé." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Soumettre les documents à l'OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Erreur de nettoyage du contenu des pages du document:%s" +msgid "Edit OCR settings for document type: %s" +msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "Erreurs de ROC" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "Faite au moins une sélection." -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Entrée: %(entry)s supprimée avec succès." -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Erreur entrée: %(entry)s; %(error)s" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +#, fuzzy +#| msgid "Are you sure you wish to delete the selected entry?" +#| msgid_plural "Are you sure you wish to delete the selected entries?" +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "Êtes vous sûr de vouloir supprimer l'entrée sélectionnée?" msgstr[1] "Êtes vous sûr de vouloir supprimer les entrées sélectionnées?" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "Entrée: %(entry)s remis en file pour la ROC" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "L'identifiant #: %d de version du document, n'existe plus." -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" -msgstr[0] "Êtes vous sûr de vouloir remettre dans la file l'entrée sélectionnée?" -msgstr[1] "Êtes vous sûr de vouloir remettre dans la file les entrées sélectionnées?" +#: views.py:255 +#, fuzzy +#| msgid "Are you sure you wish to re-queue the selected entry?" +#| msgid_plural "Are you sure you wish to re-queue the selected entries?" +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" +msgstr[0] "" +"Êtes vous sûr de vouloir remettre dans la file l'entrée sélectionnée?" +msgstr[1] "" +"Êtes vous sûr de vouloir remettre dans la file les entrées sélectionnées?" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Texte extrait du PDF" +#~ msgid "Text from OCR" +#~ msgstr "Texte à partir de l'OCR" + +#~ msgid "Submit to OCR queue" +#~ msgstr "Ajouter à la file d'attente OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Lance un filtre de langue permettant d'éviter les erreurs OCR classiques " +#~ "à partir du contenu des pages." + +#~ msgid "OCR Errors" +#~ msgstr "Erreur ROC" + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "Peut effectuer un nettoyage OCR sur toutes les pages d'un document" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "" +#~ "Êtes vous certain de vouloir nettoyer le contenu de toutes les pages?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "" +#~ "Sur une base de données de grande taille, cette opération peut prendre un " +#~ "certain temps." + +#~ msgid "Document pages content clean up complete." +#~ msgstr "Nettoyage du contenu des pages du document achevé." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Texte extrait du PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -189,9 +330,6 @@ msgstr "Texte extrait du PDF" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -213,15 +351,9 @@ msgstr "Texte extrait du PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -289,11 +421,11 @@ msgstr "Texte extrait du PDF" #~ 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." @@ -350,9 +482,11 @@ msgstr "Texte extrait du PDF" #~ 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/hr_HR/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/hr_HR/LC_MESSAGES/django.po index af0890e10d..a1cf644a5c 100644 --- a/mayan/apps/ocr/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/hr_HR/LC_MESSAGES/django.po @@ -1,197 +1,275 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:166 +msgid "not found" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" - #~ msgid "Queue document list" #~ msgstr "queue document list" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -213,18 +291,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." @@ -289,11 +358,11 @@ msgstr "" #~ 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." @@ -350,9 +419,11 @@ msgstr "" #~ 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.po b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po index 579f575641..31c768732a 100644 --- a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po @@ -1,195 +1,272 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:166 +msgid "not found" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" - #~ msgid "Queue document list" #~ msgstr "queue document list" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -211,18 +288,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." @@ -287,11 +355,11 @@ msgstr "" #~ 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." @@ -348,9 +416,11 @@ msgstr "" #~ 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.po b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po index 573046c929..a420e63516 100644 --- a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po @@ -1,193 +1,270 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:166 +msgid "not found" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" - #~ msgid "Queue document list" #~ msgstr "queue document list" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -209,18 +286,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." @@ -285,11 +353,11 @@ msgstr "" #~ 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." @@ -346,9 +414,11 @@ msgstr "" #~ 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.po b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po index 2f5c1f35f4..1867a9b955 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 @@ -10,169 +10,283 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "testo dall'OCR" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Inviare documenti all OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Esegue un filtro per rimuovere i comuni errori di OCR dal contenuto del documento pagine." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: models.py:12 +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document pages content clean up complete." +msgid "Document page content" +msgstr "Pulizia del contenuto delle pagine completata." + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Errore nella pulizia del contenuto delle pagine: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Inviare documenti all OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Cancella documenti dalla coda OCR" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Posso effettuare la pulizia dell OCR di tutte le pagine dei documenti" - -#: settings.py:12 -msgid "File path to unpaper program." -msgstr "File path per il programma unpaper" - -#: settings.py:13 -msgid "" -"File path to poppler's pdftotext program used to extract text from PDF " -"files." +#: permissions.py:17 +msgid "Can view the transcribed text from document" msgstr "" -#: settings.py:14 +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." +msgstr "File path per il programma unpaper" + +#: settings.py:15 +msgid "" +"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:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Inviare documenti all OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Sei sicuro di voler ripulire tutto il contenuto delle pagine?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Inviare documenti all OCR" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "Nei database grandi questa operazione può richiedere del tempo." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Delete documents from OCR queue" +msgid "%d documents added to the OCR queue." +msgstr "Cancella documenti dalla coda OCR" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Pulizia del contenuto delle pagine completata." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Inviare documenti all OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Errore nella pulizia del contenuto delle pagine: %s" - -#: views.py:75 -msgid "OCR errors" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:91 views.py:140 +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Testo estratto da PDF" +#~ msgid "Text from OCR" +#~ msgstr "testo dall'OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Esegue un filtro per rimuovere i comuni errori di OCR dal contenuto del " +#~ "documento pagine." + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "" +#~ "Posso effettuare la pulizia dell OCR di tutte le pagine dei documenti" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "Sei sicuro di voler ripulire tutto il contenuto delle pagine?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "Nei database grandi questa operazione può richiedere del tempo." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Testo estratto da PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -180,18 +294,12 @@ msgstr "Testo estratto da PDF" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -213,15 +321,9 @@ msgstr "Testo estratto da PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -289,11 +391,11 @@ msgstr "Testo estratto da PDF" #~ 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." @@ -350,9 +452,11 @@ msgstr "Testo estratto da PDF" #~ 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/lv/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.po index 44a488e0f6..3069a2b72b 100644 --- a/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/lv/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-17 07:07+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,181 +20,258 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:166 +msgid "not found" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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 "" -#: settings.py:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 +#: views.py:205 #, fuzzy -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "Are you sure you wish to delete queue documents: %s?" msgstr[1] "Are you sure you wish to delete queue documents: %s?" msgstr[2] "Are you sure you wish to delete queue documents: %s?" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 +#: views.py:255 #, fuzzy -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "Are you sure you wish to re-queue documents: %s?" msgstr[1] "Are you sure you wish to re-queue documents: %s?" msgstr[2] "Are you sure you wish to re-queue documents: %s?" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" - #~ msgid "Queue document list" #~ msgstr "queue document list" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -210,18 +287,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." diff --git a/mayan/apps/ocr/locale/nb/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/nb/LC_MESSAGES/django.po index c002283279..82cb78c685 100644 --- a/mayan/apps/ocr/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/nb/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-17 07:07+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,179 +19,256 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:166 +msgid "not found" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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 "" -#: settings.py:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 +#: views.py:205 #, fuzzy -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "Are you sure you wish to delete queue documents: %s?" msgstr[1] "Are you sure you wish to delete queue documents: %s?" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 +#: views.py:255 #, fuzzy -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "Are you sure you wish to re-queue documents: %s?" msgstr[1] "Are you sure you wish to re-queue documents: %s?" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" - #~ msgid "Queue document list" #~ msgstr "queue document list" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -207,18 +284,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." 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 c5724465b6..65b20a7fd0 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,169 +9,283 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "Tekst van OCR" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Bevestig documenten voor OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Start taal-filter om veel voorkomende OCR fouten te corrigeren." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: models.py:12 +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document pages content clean up complete." +msgid "Document page content" +msgstr "Opschonen van documentpagina's voltooid." + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Fout bij het opschonen van documentpagina's. Foutmelding: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Bevestig documenten voor OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Verwijder documenten van de OCR wachtrij" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "OCR opschonen toestaan op alle documentpagina's" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "Bestandspad naar unpaper programma." -#: settings.py:13 +#: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from 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." -msgstr "Bestandspad naar 'poppler's' pdftotext programma voor het extraheren van PDF files." -#: settings.py:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Bevestig documenten voor OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Bent u er zeker van dat u de inhoud van alle pagina's wilt opschonen?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Bevestig documenten voor OCR" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "Op een grote database kan deze operatie lang duren." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Delete documents from OCR queue" +msgid "%d documents added to the OCR queue." +msgstr "Verwijder documenten van de OCR wachtrij" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Opschonen van documentpagina's voltooid." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Bevestig documenten voor OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Fout bij het opschonen van documentpagina's. Foutmelding: %s" - -#: views.py:75 -msgid "OCR errors" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:91 views.py:140 +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Tekst uit PDF" +#~ msgid "Text from OCR" +#~ msgstr "Tekst van OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "Start taal-filter om veel voorkomende OCR fouten te corrigeren." + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "OCR opschonen toestaan op alle documentpagina's" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "" +#~ "Bent u er zeker van dat u de inhoud van alle pagina's wilt opschonen?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "Op een grote database kan deze operatie lang duren." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Tekst uit PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -179,18 +293,12 @@ msgstr "Tekst uit PDF" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -212,15 +320,9 @@ msgstr "Tekst uit PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -288,11 +390,11 @@ msgstr "Tekst uit PDF" #~ 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." @@ -349,9 +451,11 @@ msgstr "Tekst uit PDF" #~ 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.po b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po index c69fe3a9ed..5bb8f2f2eb 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,171 +9,299 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-03-19 06:01+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "Dokument" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "Dodano" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "Wynik" -#: api.py:75 -msgid "Text from OCR" -msgstr "tekst z OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" +msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" -msgstr "Przekaż do kolejki OCR" +#: apps.py:148 apps.py:153 apps.py:158 +#, fuzzy +#| msgid "Document version" +msgid "pdftotext version" +msgstr "Wersja dokumentu" -#: links.py:12 links.py:13 -msgid "Re-queue" -msgstr "Ponowne zakolejkowanie" +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +#, fuzzy +#| msgid "Document version" +msgid "tesseract version" +msgstr "Wersja dokumentu" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Prześlij dokument do OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "Usunąć" -#: links.py:17 -msgid "Clean up pages content" -msgstr "Wyczyść zawartość stron" - -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Włącza filtr językowy,aby usunąć częste błędy OCR." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "Błędy OCR" -#: models.py:12 +#: links.py:43 links.py:47 +msgid "Re-queue" +msgstr "Ponowne zakolejkowanie" + +#: models.py:16 +#, fuzzy +#| msgid "Document" +msgid "Document type" +msgstr "Dokument" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document version" +msgid "Document type settings" +msgstr "Wersja dokumentu" + +#: models.py:25 +#, fuzzy +#| msgid "Document version" +msgid "Document types settings" +msgstr "Wersja dokumentu" + +#: models.py:31 msgid "Document version" msgstr "Wersja dokumentu" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "Data dodania" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "Błąd OCR wersji dokumentu" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "Błędy OCR wersji dokumentu" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document" +msgid "Document page" +msgstr "Dokument" + +#: models.py:62 +#, fuzzy +#| msgid "Clean up pages content" +msgid "Document page content" +msgstr "Wyczyść zawartość stron" + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Błąd czyszczenia stron: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Prześlij dokument do OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Usuń dokument z kolejki OCR" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +#: permissions.py:17 +msgid "Can view the transcribed text from document" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" msgstr "" -#: settings.py:13 +#: settings.py:10 +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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Prześlij dokument do OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "Dokument : %(document)s dodany do kolejki OCR" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Czy na pewno chcesz wyczyścić zawartość wszystkich stron?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Prześlij dokument do OCR" -#: views.py:57 -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:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was added to the OCR queue." +msgid "%d documents added to the OCR queue." +msgstr "Dokument : %(document)s dodany do kolejki OCR" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Czyszczenie stron dokumentu zakończone." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Prześlij dokument do OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Błąd czyszczenia stron: %s" +msgid "Edit OCR settings for document type: %s" +msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "Błędy OCR" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "Zaznacz przynajmniej jedno." -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Wpis: %(entry)s pomyślnie usunięty." -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Błąd wpisu : %(entry)s; %(error)s" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +#, fuzzy +#| msgid "Are you sure you wish to delete the selected entry?" +#| msgid_plural "Are you sure you wish to delete the selected entries?" +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "Czy napewno usunąć zaznaczony wpis?" msgstr[1] "Czy napewno usunąć zaznaczone wpisy?" msgstr[2] "Czy napewno usunąć zaznaczone wpisy?" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "Wpis: %(entry)s został ponownie zakolejkowany do OCR." -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "Wersja dokumentu id#: %d, nie istnieje." -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +#, fuzzy +#| msgid "Are you sure you wish to re-queue the selected entry?" +#| msgid_plural "Are you sure you wish to re-queue the selected entries?" +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "Czy napewno ponownie zakolejkować zaznaczony wpis?" msgstr[1] "Czy napewno ponownie zakolejkować zaznaczony wpisy?" msgstr[2] "Czy napewno ponownie zakolejkować zaznaczony wpisy?" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "tekst wydobyty z PDF" +#~ msgid "Text from OCR" +#~ msgstr "tekst z OCR" + +#~ msgid "Submit to OCR queue" +#~ msgstr "Przekaż do kolejki OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "Włącza filtr językowy,aby usunąć częste błędy OCR." + +#~ msgid "OCR Errors" +#~ msgstr "Błędy OCR" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "Czy na pewno chcesz wyczyścić zawartość wszystkich stron?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "Na dużych bazach danych operacja może chwilę potrwać." + +#~ msgid "Document pages content clean up complete." +#~ msgstr "Czyszczenie stron dokumentu zakończone." + +#~ msgid "Text extracted from PDF" +#~ msgstr "tekst wydobyty z PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -190,9 +318,6 @@ msgstr "tekst wydobyty z PDF" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -214,15 +339,9 @@ msgstr "tekst wydobyty z PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -290,11 +409,11 @@ msgstr "tekst wydobyty z PDF" #~ 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." @@ -351,9 +470,11 @@ msgstr "tekst wydobyty z PDF" #~ 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.po b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po index 442f1b22c5..54bac6dce7 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,169 +11,286 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "Texto de OCR" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Submeter documentos para OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Corre um filtro de linguagem para remover erros comuns de OCR do conteúdo das páginas do documento." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: models.py:12 +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document pages content clean up complete." +msgid "Document page content" +msgstr "Limpeza do conteúdo das páginas do documento completa." + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Erro ao limpar o conteúdo das páginas do documento: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Submeter documentos para OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Remover documentos da fila de OCR" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Pode executar a limpeza de OCR em todas as páginas do documento" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "Caminho para o programa unpaper." -#: settings.py:13 +#: 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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Submeter documentos para OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Tem a certeza de que deseja limpar todo o conteúdo das páginas?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Submeter documentos para OCR" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "Esta operação pode levar algum tempo a executar em bases de dados grandes ." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Delete documents from OCR queue" +msgid "%d documents added to the OCR queue." +msgstr "Remover documentos da fila de OCR" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Limpeza do conteúdo das páginas do documento completa." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Submeter documentos para OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Erro ao limpar o conteúdo das páginas do documento: %s" - -#: views.py:75 -msgid "OCR errors" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:91 views.py:140 +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Texto extraído de PDF" +#~ msgid "Text from OCR" +#~ msgstr "Texto de OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Corre um filtro de linguagem para remover erros comuns de OCR do conteúdo " +#~ "das páginas do documento." + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "Pode executar a limpeza de OCR em todas as páginas do documento" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "Tem a certeza de que deseja limpar todo o conteúdo das páginas?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "" +#~ "Esta operação pode levar algum tempo a executar em bases de dados " +#~ "grandes ." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Texto extraído de PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -181,18 +298,12 @@ msgstr "Texto extraído de PDF" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -214,15 +325,9 @@ msgstr "Texto extraído de PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -290,11 +395,11 @@ msgstr "Texto extraído de PDF" #~ 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." @@ -351,9 +456,11 @@ msgstr "Texto extraído de PDF" #~ 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.po b/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po index 5d64c63c7d..1d40fb30d4 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: # Emerson Soares , 2011-2012 @@ -11,169 +11,301 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-05-13 16:56+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "Enviar para a fila de OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "Documento" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "adicionado" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "resultado" -#: api.py:75 -msgid "Text from OCR" -msgstr "Texto de OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" +msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" -msgstr "Submeter para a fila de OCR" +#: apps.py:148 apps.py:153 apps.py:158 +#, fuzzy +#| msgid "Document version" +msgid "pdftotext version" +msgstr "Versão do Documento" -#: links.py:12 links.py:13 -msgid "Re-queue" -msgstr "re-enfileirar" +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +#, fuzzy +#| msgid "Document version" +msgid "tesseract version" +msgstr "Versão do Documento" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Submeter documentos para OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "Excluir" -#: links.py:17 -msgid "Clean up pages content" -msgstr "Limpar as paginas de Conteúdo " - -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Executa um filtro de linguagem para remover erros comuns de OCR do conteúdo das páginas do documento." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "Erros de OCR" -#: models.py:12 +#: links.py:43 links.py:47 +msgid "Re-queue" +msgstr "re-enfileirar" + +#: models.py:16 +#, fuzzy +#| msgid "Document" +msgid "Document type" +msgstr "Documento" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document version" +msgid "Document type settings" +msgstr "Versão do Documento" + +#: models.py:25 +#, fuzzy +#| msgid "Document version" +msgid "Document types settings" +msgstr "Versão do Documento" + +#: models.py:31 msgid "Document version" msgstr "Versão do Documento" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "Data e Hora Submetida" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "OCR erro: Versão do documento " -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "OCR erros: Versão do documento" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document" +msgid "Document page" +msgstr "Documento" + +#: models.py:62 +#, fuzzy +#| msgid "Clean up pages content" +msgid "Document page content" +msgstr "Limpar as paginas de Conteúdo " + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Erro ao limpar o conteúdo das páginas do documento: %s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Submeter documentos para OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Excluir documentos da fila de OCR" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Pode executar o limpador OCR em todas as páginas do documento" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "Caminho do arquivo para o programa unpaper." -#: settings.py:13 +#: 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:14 +#: 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:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Submeter documentos para OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "Documento: %(document)s foi adicionado à fila de OCR." -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Tem certeza de que deseja limpar todo o conteúdo das páginas?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Submeter documentos para OCR" -#: views.py:57 -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:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was added to the OCR queue." +msgid "%d documents added to the OCR queue." +msgstr "Documento: %(document)s foi adicionado à fila de OCR." -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Limpeza do conteúdo das páginas do documento completa." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Submeter documentos para OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Erro ao limpar o conteúdo das páginas do documento: %s" +msgid "Edit OCR settings for document type: %s" +msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "Erros de OCR" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "Entrada: %(entry)s foi excluído com sucesso." -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "Erro de entrada: %(entry)s; %(error)s" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Texto extraído de PDF" +#~ msgid "Text from OCR" +#~ msgstr "Texto de OCR" + +#~ msgid "Submit to OCR queue" +#~ msgstr "Submeter para a fila de OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Executa um filtro de linguagem para remover erros comuns de OCR do " +#~ "conteúdo das páginas do documento." + +#~ msgid "OCR Errors" +#~ msgstr "Erros de OCR" + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "Pode executar o limpador OCR em todas as páginas do documento" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "Tem certeza de que deseja limpar todo o conteúdo das páginas?" + +#~ 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." + +#~ msgid "Document pages content clean up complete." +#~ msgstr "Limpeza do conteúdo das páginas do documento completa." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Texto extraído de PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -190,9 +322,6 @@ msgstr "Texto extraído de PDF" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -214,15 +343,9 @@ msgstr "Texto extraído de PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -290,11 +413,11 @@ msgstr "Texto extraído de PDF" #~ 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." @@ -351,9 +474,11 @@ msgstr "Texto extraído de PDF" #~ 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.po b/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po index cd458fe993..793e1198e2 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,171 +9,287 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "Textul de la OCR" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Trimiteti documentele pentru OCR" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Execută un filtru de limbă pentru a elimina greșelile OCR comune din conținutul paginii documentului ." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: models.py:12 +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document pages content clean up complete." +msgid "Document page content" +msgstr "Conținutul documentului este curat a fost curăţat complet." + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Eroare la curăţirea conţinutului documentului % s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Trimiteti documentele pentru OCR" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Ștergeți documentele din coada OCR" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Poate executa OCR curat pe toate paginile documentului" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "Fișier calea către programul de unpaper." -#: settings.py:13 +#: 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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Trimiteti documentele pentru OCR" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Sunteți sigur că doriți să curățaţi tot conținutul paginilor?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Trimiteti documentele pentru OCR" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "Pe baze de date mari, această operație poate dura mult timp ." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Delete documents from OCR queue" +msgid "%d documents added to the OCR queue." +msgstr "Ștergeți documentele din coada OCR" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Conținutul documentului este curat a fost curăţat complet." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Trimiteti documentele pentru OCR" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Eroare la curăţirea conţinutului documentului % s" - -#: views.py:75 -msgid "OCR errors" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:91 views.py:140 +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Textul extras din PDF" +#~ msgid "Text from OCR" +#~ msgstr "Textul de la OCR" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Execută un filtru de limbă pentru a elimina greșelile OCR comune din " +#~ "conținutul paginii documentului ." + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "Poate executa OCR curat pe toate paginile documentului" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "Sunteți sigur că doriți să curățaţi tot conținutul paginilor?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "Pe baze de date mari, această operație poate dura mult timp ." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Textul extras din PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -181,18 +297,12 @@ msgstr "Textul extras din PDF" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -214,15 +324,9 @@ msgstr "Textul extras din PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -290,11 +394,11 @@ msgstr "Textul extras din PDF" #~ 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." @@ -351,9 +455,11 @@ msgstr "Textul extras din PDF" #~ 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.po b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po index e5789bc46d..c99ef88d47 100644 --- a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/ru/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: # Sergey Glita , 2011-2012 @@ -9,173 +9,292 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "Распознавание текста" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "Распознанный текст" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "Отправить документы для распознавания текста" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "Применить языковый фильтр для удаления общих ошибок распознавания содержимого страниц документа." - -#: links.py:19 -msgid "OCR Errors" +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: models.py:12 +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document pages content clean up complete." +msgid "Document page content" +msgstr "Чистка содержимого страниц документа завершена." + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "Ошибка:%s при чистка содержимого страниц документа" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "Отправить документы для распознавания текста" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "Удаление документов из очереди OCR" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "Можно выполнить очистку на всех страницах документа" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "Путь к программе unpaper." -#: settings.py:13 +#: 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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "Отправить документы для распознавания текста" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Вы уверены, что хотите очистить все содержимое страниц?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "Отправить документы для распознавания текста" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." +#: views.py:69 +#, fuzzy, python-format +#| msgid "Delete documents from OCR queue" +msgid "%d documents added to the OCR queue." +msgstr "Удаление документов из очереди OCR" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "Чистка содержимого страниц документа завершена." +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "Отправить документы для распознавания текста" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "Ошибка:%s при чистка содержимого страниц документа" - -#: views.py:75 -msgid "OCR errors" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:91 views.py:140 +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "Текст, извлеченный из PDF" +#~ msgid "Text from OCR" +#~ msgstr "Распознанный текст" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "" +#~ "Применить языковый фильтр для удаления общих ошибок распознавания " +#~ "содержимого страниц документа." + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "Можно выполнить очистку на всех страницах документа" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "Вы уверены, что хотите очистить все содержимое страниц?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "" +#~ "В больших базах данных эта операция может занять некоторое время для " +#~ "выполнения." + +#~ msgid "Text extracted from PDF" +#~ msgstr "Текст, извлеченный из PDF" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -183,18 +302,12 @@ msgstr "Текст, извлеченный из PDF" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -216,15 +329,9 @@ msgstr "Текст, извлеченный из PDF" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -292,11 +399,11 @@ msgstr "Текст, извлеченный из PDF" #~ 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." @@ -353,9 +460,11 @@ msgstr "Текст, извлеченный из PDF" #~ 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.po b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po index 180ae0dccf..0aab4c758e 100644 --- a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po @@ -1,199 +1,277 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:166 +msgid "not found" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" - #~ msgid "Queue document list" #~ msgstr "queue document list" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -215,18 +293,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." @@ -291,11 +360,11 @@ msgstr "" #~ 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." @@ -352,9 +421,11 @@ msgstr "" #~ 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/sq/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/sq/LC_MESSAGES/django.po index 6c5cf33c20..080072a33a 100644 --- a/mayan/apps/ocr/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/sq/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-17 07:07+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,179 +19,256 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:166 +msgid "not found" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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 "" -#: settings.py:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 +#: views.py:205 #, fuzzy -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "Are you sure you wish to delete queue documents: %s?" msgstr[1] "Are you sure you wish to delete queue documents: %s?" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 +#: views.py:255 #, fuzzy -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "Are you sure you wish to re-queue documents: %s?" msgstr[1] "Are you sure you wish to re-queue documents: %s?" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" - #~ msgid "Queue document list" #~ msgstr "queue document list" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -207,18 +284,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." diff --git a/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.po index 92b3ad7504..c28a02c2bd 100644 --- a/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.po @@ -1,193 +1,270 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:166 +msgid "not found" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" - #~ msgid "Queue document list" #~ msgstr "queue document list" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -209,18 +286,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." @@ -285,11 +353,11 @@ msgstr "" #~ 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." @@ -346,9 +414,11 @@ msgstr "" #~ 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.po b/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po index 0dbfdf3bc4..054fecf620 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,167 +9,253 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "Văn bản từ OCR" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" +#~ msgid "Text from OCR" +#~ msgstr "Văn bản từ OCR" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -177,18 +263,12 @@ msgstr "" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -210,18 +290,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." @@ -286,11 +357,11 @@ msgstr "" #~ 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." @@ -347,9 +418,11 @@ msgstr "" #~ 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.po b/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.po index a861c9c6d0..15ae921099 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,167 +9,278 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 00:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "扫描输入" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" -msgstr "扫描输入的文本" - -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:148 apps.py:166 +msgid "not found" +msgstr "" + +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit for OCR" +msgstr "提交扫描输入的文档" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." -msgstr "执行一个语言过滤器,来移除文档页面内容中那些通用OCR错误。" - -#: links.py:19 -msgid "OCR Errors" +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: models.py:12 +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" +msgstr "" + +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document pages content clean up complete." +msgid "Document page content" +msgstr "文档页面内容完全清除。" + +#: models.py:63 +#, fuzzy +#| msgid "Document pages content clean up error: %s" +msgid "Document pages contents" +msgstr "文档页面内容清除出错:%s" + +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" +msgstr "" + +#: permissions.py:10 msgid "Submit documents for OCR" msgstr "提交扫描输入的文档" -#: permissions.py:9 +#: permissions.py:13 msgid "Delete documents from OCR queue" msgstr "从OCR队列中删除文档" -#: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" -msgstr "可以执行所有文档页的ORC清除" +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +#, fuzzy +#| msgid "File path to unpaper program." +msgid "File path to tesseract program." msgstr "程序unpaper的文件路径" -#: settings.py:13 +#: 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:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "用于执行OCR后台应用的全路径。" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected document for OCR?" +msgstr "提交扫描输入的文档" + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" -msgstr "确定要清除所有的页面内容么?" +#: views.py:60 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit all documents for OCR?" +msgstr "提交扫描输入的文档" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "在大数据库中,此操作可能比较耗时。" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Delete documents from OCR queue" +msgid "%d documents added to the OCR queue." +msgstr "从OCR队列中删除文档" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "文档页面内容完全清除。" +#: views.py:76 +#, fuzzy +#| msgid "Submit documents for OCR" +msgid "Submit the selected documents for OCR?" +msgstr "提交扫描输入的文档" -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" -msgstr "文档页面内容清除出错:%s" - -#: views.py:75 -msgid "OCR errors" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:91 views.py:140 +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" + +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +#: views.py:205 +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +#: views.py:255 +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "从PDF中提取的文本" +#~ msgid "Text from OCR" +#~ msgstr "扫描输入的文本" + +#~ msgid "" +#~ "Runs a language filter to remove common OCR mistakes from document pages " +#~ "content." +#~ msgstr "执行一个语言过滤器,来移除文档页面内容中那些通用OCR错误。" + +#~ msgid "Can execute the OCR clean up on all document pages" +#~ msgstr "可以执行所有文档页的ORC清除" + +#~ msgid "Are you sure you wish to clean up all the pages content?" +#~ msgstr "确定要清除所有的页面内容么?" + +#~ msgid "On large databases this operation may take some time to execute." +#~ msgstr "在大数据库中,此操作可能比较耗时。" + +#~ msgid "Text extracted from PDF" +#~ msgstr "从PDF中提取的文本" #~ msgid "Queue document list" #~ msgstr "queue document list" @@ -177,18 +288,12 @@ msgstr "从PDF中提取的文本" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -210,15 +315,9 @@ msgstr "从PDF中提取的文本" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - #~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" #~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" @@ -286,11 +385,11 @@ msgstr "从PDF中提取的文本" #~ 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." @@ -347,9 +446,11 @@ msgstr "从PDF中提取的文本" #~ 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_TW/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/zh_TW/LC_MESSAGES/django.po index 265a2028ca..96c8677970 100644 --- a/mayan/apps/ocr/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/zh_TW/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-17 07:07+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,177 +19,254 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:37 permissions.py:7 +#: apps.py:53 apps.py:142 permissions.py:7 settings.py:7 msgid "OCR" msgstr "" -#: __init__.py:67 +#: apps.py:72 msgid "Document" msgstr "" -#: __init__.py:70 +#: apps.py:78 msgid "Added" msgstr "" -#: __init__.py:73 models.py:14 +#: apps.py:82 models.py:36 msgid "Result" msgstr "" -#: api.py:75 -msgid "Text from OCR" +#: apps.py:99 links.py:13 models.py:56 +msgid "Content" msgstr "" -#: links.py:10 links.py:11 -msgid "Submit to OCR queue" +#: apps.py:148 apps.py:153 apps.py:158 +msgid "pdftotext version" msgstr "" -#: links.py:12 links.py:13 -msgid "Re-queue" +#: apps.py:148 apps.py:166 +msgid "not found" msgstr "" -#: links.py:14 links.py:15 +#: apps.py:154 apps.py:172 +msgid "error getting version" +msgstr "" + +#: apps.py:166 apps.py:171 apps.py:176 +msgid "tesseract version" +msgstr "" + +#: forms.py:39 +#, python-format +msgid "Page %(page_number)d" +msgstr "" + +#: forms.py:47 +msgid "Contents" +msgstr "" + +#: links.py:17 links.py:25 +msgid "Submit for OCR" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Queue documents" +msgid "OCR all documents" +msgstr "queue documents" + +#: links.py:28 +msgid "Setup OCR" +msgstr "" + +#: links.py:32 links.py:36 msgid "Delete" msgstr "" -#: links.py:17 -msgid "Clean up pages content" +#: links.py:40 views.py:145 +msgid "OCR errors" msgstr "" -#: links.py:17 -msgid "" -"Runs a language filter to remove common OCR mistakes from document pages " -"content." +#: links.py:43 links.py:47 +msgid "Re-queue" msgstr "" -#: links.py:19 -msgid "OCR Errors" +#: models.py:16 +#, fuzzy +#| msgid "Document queue" +msgid "Document type" +msgstr "document queue" + +#: models.py:20 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: models.py:24 +#, fuzzy +#| msgid "Document queue" +msgid "Document type settings" +msgstr "document queue" + +#: models.py:25 +msgid "Document types settings" msgstr "" -#: models.py:12 +#: models.py:31 msgid "Document version" msgstr "" -#: models.py:13 +#: models.py:34 msgid "Date time submitted" msgstr "" -#: models.py:21 +#: models.py:43 msgid "Document Version OCR Error" msgstr "" -#: models.py:22 +#: models.py:44 msgid "Document Version OCR Errors" msgstr "" -#: permissions.py:8 -msgid "Submit documents for OCR" +#: models.py:54 +#, fuzzy +#| msgid "Document queue" +msgid "Document page" +msgstr "document queue" + +#: models.py:62 +#, fuzzy +#| msgid "Document queue" +msgid "Document page content" +msgstr "document queue" + +#: models.py:63 +msgid "Document pages contents" msgstr "" -#: permissions.py:9 -msgid "Delete documents from OCR queue" +#: parsers.py:101 +#, python-format +msgid "Exception parsing page; %s" +msgstr "" + +#: parsers.py:127 +#, python-format +msgid "Cannot find pdftotext executable at: %s" msgstr "" #: permissions.py:10 -msgid "Can execute the OCR clean up on all document pages" +msgid "Submit documents for OCR" msgstr "" -#: settings.py:12 -msgid "File path to unpaper program." +#: permissions.py:13 +msgid "Delete documents from OCR queue" msgstr "" -#: settings.py:13 +#: permissions.py:17 +msgid "Can view the transcribed text from document" +msgstr "" + +#: permissions.py:21 +msgid "Change document type OCR settings" +msgstr "" + +#: settings.py:10 +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 "" -#: settings.py:14 +#: settings.py:22 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: views.py:32 +#: views.py:29 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected document for OCR?" +msgstr "Automatically queue newly created documents for OCR." + +#: views.py:47 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:56 -msgid "Are you sure you wish to clean up all the pages content?" +#: views.py:60 +msgid "Submit all documents for OCR?" msgstr "" -#: views.py:57 -msgid "On large databases this operation may take some time to execute." -msgstr "" +#: views.py:69 +#, fuzzy, python-format +#| msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgid "%d documents added to the OCR queue." +msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#: views.py:63 -msgid "Document pages content clean up complete." -msgstr "" +#: views.py:76 +#, fuzzy +#| msgid "Automatically queue newly created documents for OCR." +msgid "Submit the selected documents for OCR?" +msgstr "Automatically queue newly created documents for OCR." -#: views.py:65 +#: views.py:106 #, python-format -msgid "Document pages content clean up error: %s" +msgid "Edit OCR settings for document type: %s" msgstr "" -#: views.py:75 -msgid "OCR errors" -msgstr "" +#: views.py:136 +#, fuzzy, python-format +#| msgid "Queued documents: %d" +msgid "Content of document: %s" +msgstr "Queued documents: %d" -#: views.py:91 views.py:140 +#: views.py:167 views.py:226 msgid "Make at least one selection." msgstr "" -#: views.py:101 +#: views.py:182 #, python-format msgid "Entry: %(entry)s deleted successfully." msgstr "" -#: views.py:105 +#: views.py:189 #, python-format msgid "Error entry: %(entry)s; %(error)s" msgstr "" -#: views.py:119 +#: views.py:205 #, fuzzy -msgid "Are you sure you wish to delete the selected entry?" -msgid_plural "Are you sure you wish to delete the selected entries?" +msgid "Delete the selected entry?" +msgid_plural "Delete the selected entries?" msgstr[0] "Are you sure you wish to delete queue documents: %s?" -#: views.py:152 +#: views.py:238 #, python-format msgid "Entry: %(entry)s was re-queued for OCR." msgstr "" -#: views.py:157 +#: views.py:243 #, python-format msgid "Document version id#: %d, no longer exists." msgstr "" -#: views.py:169 +#: views.py:255 #, fuzzy -msgid "Are you sure you wish to re-queue the selected entry?" -msgid_plural "Are you sure you wish to re-queue the selected entries?" +msgid "Re-queue the selected entry?" +msgid_plural "Re-queue the selected entries?" msgstr[0] "Are you sure you wish to re-queue documents: %s?" -#: parsers/__init__.py:97 parsers/__init__.py:174 -msgid "Text extracted from PDF" -msgstr "" - #~ msgid "Queue document list" #~ msgstr "queue document list" #~ msgid "Label" #~ msgstr "label" -#~ msgid "Document queue" -#~ msgstr "document queue" - #~ msgid "Node name" #~ msgstr "node name" #~ msgid "Queue document" #~ msgstr "queue document" -#~ msgid "Queue documents" -#~ msgstr "queue documents" - #~ msgid "Missing document." #~ msgstr "Missing document." @@ -205,18 +282,9 @@ msgstr "" #~ msgid "OCR queue statistics" #~ msgstr "OCR statistics" -#~ msgid "Automatically queue newly created documents for OCR." -#~ msgstr "Automatically queue newly created documents for OCR." - #~ msgid "Document queues: %d" #~ msgstr "Document queues: %d" -#~ msgid "Queued documents: %d" -#~ msgstr "Queued documents: %d" - -#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -#~ msgstr "Document: %(document)s was re-queued to the OCR queue: %(queue)s" - #~ msgid "Document: %s is already being processed and can't be re-queded." #~ msgstr "Document: %s is already being processed and can't be re-queded." diff --git a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po index 375a0d9e4a..45ae72f6b4 100644 --- a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,197 +9,186 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "منح" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "سحب" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "صلاحيات غير كافية." - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "الصلاحيات" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "صلاحيات غير كافية." + +#: links.py:14 +msgid "Grant" +msgstr "منح" + +#: links.py:18 +msgid "Revoke" +msgstr "سحب" + +#: links.py:22 +msgid "Create new role" msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:26 +msgid "Delete" msgstr "" -#: models.py:213 +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "عرض الأدوار" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "تحرير الأدوار" - -#: permissions.py:11 -msgid "Create roles" -msgstr "إنشاء أدوار" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "حذف الأدوار" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "منح الصلاحيات" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "إبطال الصلاحيات" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "قائمة الأدوار التي يتم تعيينها تلقائيا إلى المستخدمين الذين تم انشائهم حديثا" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "و" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s ل %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "صلاحيات \"%(permission)s\" تم اعطائها ل: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s, لديه صلاحيات \"%(permission)s\" granted." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "هل أنت متأكد من اعطاء %(permissions_label)s %(title_suffix)s ؟" - -#: views.py:194 -msgid "permission" -msgstr "صلاحيات" - -#: views.py:196 -msgid "permissions" -msgstr "صلاحيات" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "صلاحيات \"%(permission)s\" تمت ازالتها من: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s, لا يمتلك الصلاحيات \"%(permission)s\" ." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "هل انت متأكد من سحب الصلاحيات %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "المستخدمين" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "مجموعات" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "خاص" - -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:305 -#, python-format -msgid "Members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "عرض الأدوار" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "تحرير الأدوار" + +#: permissions.py:16 +msgid "Create roles" +msgstr "إنشاء أدوار" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "حذف الأدوار" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "منح الصلاحيات" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "إبطال الصلاحيات" + +#: views.py:45 +msgid "Available groups" msgstr "" +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 +#, python-format +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +#, fuzzy +#| msgid "Revoke permissions" +msgid "Available permissions" +msgstr "إبطال الصلاحيات" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "منح الصلاحيات" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permissions" +msgid "Permissions for role: %s" +msgstr "الصلاحيات" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "قائمة الأدوار التي يتم تعيينها تلقائيا إلى المستخدمين الذين تم انشائهم " +#~ "حديثا" + +#~ msgid " and " +#~ msgstr "و" + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s ل %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "صلاحيات \"%(permission)s\" تم اعطائها ل: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, لديه صلاحيات \"%(permission)s\" granted." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "هل أنت متأكد من اعطاء %(permissions_label)s %(title_suffix)s ؟" + +#~ msgid "permission" +#~ msgstr "صلاحيات" + +#~ msgid "permissions" +#~ msgstr "صلاحيات" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "صلاحيات \"%(permission)s\" تمت ازالتها من: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, لا يمتلك الصلاحيات \"%(permission)s\" ." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "هل انت متأكد من سحب الصلاحيات %(permissions_label)s %(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "المستخدمين" + +#~ msgid "Special" +#~ msgstr "خاص" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po index f78b680d5d..fd48699a92 100644 --- a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,197 +9,188 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Позволяване" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Прекратяване" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Недостатъчни разрешения." - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Разрешения" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Недостатъчни разрешения." + +#: links.py:14 +msgid "Grant" +msgstr "Позволяване" + +#: links.py:18 +msgid "Revoke" +msgstr "Прекратяване" + +#: links.py:22 +msgid "Create new role" msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:26 +msgid "Delete" msgstr "" -#: models.py:213 +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "Преглед на роли" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Редактиране на роли" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Създаване на роли" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Изтриване на роли" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Издаване на разрешения" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Отмяна на разрешения" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "Списък от съществуващи роли, които автоматично са дадени на новосъздадените потребители" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "и" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s към %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Разрешение \"%(permission)s\" дадено на: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s вече има дадено разрешение \"%(permission)s\"." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Сигурни ли сте, че искате да разрешите %(permissions_label)s %(title_suffix)s?" - -#: views.py:194 -msgid "permission" -msgstr "разрешение" - -#: views.py:196 -msgid "permissions" -msgstr "разрешения" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Разрешение \"%(permission)s\" отнето от: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s няма разрешение \"%(permission)s\"." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Сигурни ли сте, че искате да прекратите %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Потребители" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Групи" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Специален" - -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:305 -#, python-format -msgid "Members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Преглед на роли" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Редактиране на роли" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Създаване на роли" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Изтриване на роли" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Издаване на разрешения" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Отмяна на разрешения" + +#: views.py:45 +msgid "Available groups" msgstr "" +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 +#, python-format +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +#, fuzzy +#| msgid "Revoke permissions" +msgid "Available permissions" +msgstr "Отмяна на разрешения" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Издаване на разрешения" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permissions" +msgid "Permissions for role: %s" +msgstr "Разрешения" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "Списък от съществуващи роли, които автоматично са дадени на " +#~ "новосъздадените потребители" + +#~ msgid " and " +#~ msgstr "и" + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s към %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Разрешение \"%(permission)s\" дадено на: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s вече има дадено разрешение \"%(permission)s\"." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "Сигурни ли сте, че искате да разрешите %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "permission" +#~ msgstr "разрешение" + +#~ msgid "permissions" +#~ msgstr "разрешения" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Разрешение \"%(permission)s\" отнето от: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s няма разрешение \"%(permission)s\"." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "Сигурни ли сте, че искате да прекратите %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "Потребители" + +#~ msgid "Special" +#~ msgstr "Специален" + #~ msgid "edit" #~ msgstr "edit" 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 e770b2bfbb..e03968b5e1 100644 --- a/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,197 +9,188 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Odobri" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Ukini" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Nedovoljne dozvole." - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Dozvole" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Nedovoljne dozvole." + +#: links.py:14 +msgid "Grant" +msgstr "Odobri" + +#: links.py:18 +msgid "Revoke" +msgstr "Ukini" + +#: links.py:22 +msgid "Create new role" msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:26 +msgid "Delete" msgstr "" -#: models.py:213 +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "Pregledaj role" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Izmjeni role" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Kreiraj role" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Izbriši role" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Odobri dozvole" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Ukini dozvole" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "Popis postojećih rola koje su automatski dodijeljene novonastalim korisnicima" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "i" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s na %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Dozvola \"%(permission)s\" odobrena: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s, već ima dozvolu \"%(permission)s\" odobrenu." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Jeste li sigurni da želite odobriti %(permissions_label)s %(title_suffix)s?" - -#: views.py:194 -msgid "permission" -msgstr "dozvola" - -#: views.py:196 -msgid "permissions" -msgstr "dozvole" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Dozvola \"%(permission)s\" ukinuta od: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s, nema dozvolu \"%(permission)s\" odobrenu." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Jeste li sigurni da želite ukinuti %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Korisnici" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Grupe" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Poseban" - -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:305 -#, python-format -msgid "Members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Pregledaj role" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Izmjeni role" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Kreiraj role" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Izbriši role" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Odobri dozvole" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Ukini dozvole" + +#: views.py:45 +msgid "Available groups" msgstr "" +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 +#, python-format +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +#, fuzzy +#| msgid "Revoke permissions" +msgid "Available permissions" +msgstr "Ukini dozvole" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Odobri dozvole" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permissions" +msgid "Permissions for role: %s" +msgstr "Dozvole" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "Popis postojećih rola koje su automatski dodijeljene novonastalim " +#~ "korisnicima" + +#~ msgid " and " +#~ msgstr "i" + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s na %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Dozvola \"%(permission)s\" odobrena: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, već ima dozvolu \"%(permission)s\" odobrenu." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "Jeste li sigurni da želite odobriti %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "permission" +#~ msgstr "dozvola" + +#~ msgid "permissions" +#~ msgstr "dozvole" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Dozvola \"%(permission)s\" ukinuta od: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, nema dozvolu \"%(permission)s\" odobrenu." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "Jeste li sigurni da želite ukinuti %(permissions_label)s %(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "Korisnici" + +#~ msgid "Special" +#~ msgstr "Poseban" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po index 4771168c21..27d1c3cf4b 100644 --- a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po @@ -1,202 +1,136 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" diff --git a/mayan/apps/permissions/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/de_CH/LC_MESSAGES/django.po index f1d603d4fc..de4776dfda 100644 --- a/mayan/apps/permissions/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/de_CH/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,185 +19,118 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" 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 3bfe64b9f0..b0268bcd9f 100644 --- a/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,196 +11,205 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Gewähren" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Widerrufen" - -#: links.py:14 -msgid "Create new role" -msgstr "Erstellen" - -#: links.py:15 -msgid "Delete" -msgstr "Löschen" - -#: links.py:16 -msgid "Edit" -msgstr "Bearbeiten" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "Rollen" - -#: links.py:18 -msgid "Members" -msgstr "Mitglieder" - -#: links.py:19 -msgid "Role permissions" -msgstr "Berechtigungen" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Unzureichende Berechtigungen" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "Namensraum" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "Name" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "Berechtigung" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Berechtigungen" -#: models.py:204 -msgid "Permission holder" -msgstr "Berechtigter" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Unzureichende Berechtigungen" -#: models.py:205 -msgid "Permission holders" -msgstr "Berechtigte" +#: links.py:14 +msgid "Grant" +msgstr "Gewähren" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "Widerrufen" + +#: links.py:22 +msgid "Create new role" +msgstr "Erstellen" + +#: links.py:26 +msgid "Delete" +msgstr "Löschen" + +#: links.py:30 +msgid "Edit" +msgstr "Bearbeiten" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "Rollen" + +#: links.py:38 +msgid "Members" +msgstr "Mitglieder" + +#: links.py:43 +msgid "Role permissions" +msgstr "Berechtigungen" + +#: models.py:18 +msgid "Namespace" +msgstr "Namensraum" + +#: models.py:19 +msgid "Name" +msgstr "Name" + +#: models.py:26 +msgid "Permission" +msgstr "Berechtigung" + +#: models.py:64 msgid "Label" msgstr "Bezeichnung" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "Rolle" - -#: models.py:264 -msgid "Role member" -msgstr "Rollenmitglied" - -#: models.py:265 -msgid "Role members" -msgstr "Rollenmitglieder" - -#: permissions.py:9 -msgid "View roles" -msgstr "Rollen anzeigen" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Rollen bearbeiten" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Rollen erstellen" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Rollen löschen" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Berechtigungen gewähren" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Berechtigungen widerrufen" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "Eine Liste der existierenden Rollen, welche automatisch neuen Benutzern zugewiesen werden" - -#: views.py:83 -msgid "Has permission" -msgstr "Berechtigt" - -#: views.py:131 views.py:191 -msgid " and " -msgstr " und " - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s an %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Berechtigung \"%(permission)s\" gewährt an %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s hat bereits die Berechtigung \"%(permission)s." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie %(permissions_label)s %(title_suffix)s gewähren wollen?" - -#: views.py:194 -msgid "permission" -msgstr "Berechtigung" - -#: views.py:196 -msgid "permissions" -msgstr "Berechtigungen" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Berechtigung \"%(permission)s\" widerrufen für %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s hat nicht die Berechtigung \"%(permission)s\"." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie %(permissions_label)s %(title_suffix)s widerrufen wollen?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Benutzer" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Gruppen" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Spezial" +#: models.py:75 +msgid "Role" +msgstr "Rolle" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Rollen anzeigen" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Rollen bearbeiten" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Rollen erstellen" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Rollen löschen" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Berechtigungen gewähren" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Berechtigungen widerrufen" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +#, fuzzy +#| msgid "Members" +msgid "Member groups" +msgstr "Mitglieder" + +#: views.py:74 +#, fuzzy, python-format +#| msgid "Non members of role: %s" +msgid "Group members of role: %s" msgstr "Nichtmitglieder von Rolle %s" -#: views.py:305 -#, python-format -msgid "Members of role: %s" -msgstr "Mitglieder von Rolle %s" +#: views.py:82 +#, fuzzy +#| msgid "Role permissions" +msgid "Available permissions" +msgstr "Berechtigungen" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Berechtigungen gewähren" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permission holders" +msgid "Permissions for role: %s" +msgstr "Berechtigte" + +#~ msgid "Permission holder" +#~ msgstr "Berechtigter" + +#~ msgid "Role member" +#~ msgstr "Rollenmitglied" + +#~ msgid "Role members" +#~ msgstr "Rollenmitglieder" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "Eine Liste der existierenden Rollen, welche automatisch neuen Benutzern " +#~ "zugewiesen werden" + +#~ msgid "Has permission" +#~ msgstr "Berechtigt" + +#~ msgid " and " +#~ msgstr " und " + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s an %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Berechtigung \"%(permission)s\" gewährt an %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s hat bereits die Berechtigung \"%(permission)s." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie %(permissions_label)s %(title_suffix)s gewähren " +#~ "wollen?" + +#~ msgid "permission" +#~ msgstr "Berechtigung" + +#~ msgid "permissions" +#~ msgstr "Berechtigungen" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Berechtigung \"%(permission)s\" widerrufen für %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s hat nicht die Berechtigung \"%(permission)s\"." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie %(permissions_label)s %(title_suffix)s " +#~ "widerrufen wollen?" + +#~ msgid "Users" +#~ msgstr "Benutzer" + +#~ msgid "Special" +#~ msgstr "Spezial" + +#~ msgid "Members of role: %s" +#~ msgstr "Mitglieder von Rolle %s" #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po index b46c4c3b00..4279104e5d 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/" @@ -18,203 +18,204 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:11 widgets.py:25 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 +msgid "Permissions" +msgstr "Permissions" + +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Insufficient permissions." + +#: links.py:14 msgid "Grant" msgstr "Grant" -#: links.py:12 widgets.py:19 +#: links.py:18 msgid "Revoke" msgstr "Revoke" -#: links.py:14 +#: links.py:22 #, fuzzy msgid "Create new role" msgstr "create new role" -#: links.py:15 +#: links.py:26 #, fuzzy msgid "Delete" msgstr "delete" -#: links.py:16 +#: links.py:30 msgid "Edit" msgstr "" -#: links.py:17 models.py:218 views.py:59 +#: links.py:35 models.py:76 views.py:140 #, fuzzy msgid "Roles" msgstr "roles" -#: links.py:18 +#: links.py:38 #, fuzzy msgid "Members" msgstr "members" -#: links.py:19 +#: links.py:43 #, fuzzy msgid "Role permissions" msgstr "role permissions" -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Insufficient permissions." - -#: models.py:126 views.py:80 +#: models.py:18 #, fuzzy msgid "Namespace" msgstr "namespace" -#: models.py:127 views.py:81 +#: models.py:19 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:134 +#: models.py:26 #, fuzzy msgid "Permission" msgstr "Permissions" -#: models.py:135 permissions.py:7 views.py:77 views.py:136 -msgid "Permissions" -msgstr "Permissions" - -#: models.py:204 -#, fuzzy -msgid "Permission holder" -msgstr "permission holder" - -#: models.py:205 -#, fuzzy -msgid "Permission holders" -msgstr "permission holders" - -#: models.py:213 +#: models.py:64 #, fuzzy msgid "Label" msgstr "label" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -#, fuzzy -msgid "Role member" -msgstr "role member" - -#: models.py:265 -#, fuzzy -msgid "Role members" -msgstr "role members" - -#: permissions.py:9 -msgid "View roles" -msgstr "View roles" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Edit roles" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Create roles" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Delete roles" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Grant permissions" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Revoke permissions" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" -"A list of existing roles that are automatically assigned to newly created " -"users" - -#: views.py:83 -#, fuzzy -msgid "Has permission" -msgstr "has permission" - -#: views.py:131 views.py:191 -msgid " and " -msgstr " and " - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s to %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Permission \"%(permission)s\" granted to: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" - -#: views.py:194 -msgid "permission" -msgstr "permission" - -#: views.py:196 -msgid "permissions" -msgstr "permissions" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Users" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Groups" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Special" +#: models.py:75 +msgid "Role" +msgstr "" -#: views.py:304 +#: permissions.py:10 +msgid "View roles" +msgstr "View roles" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Edit roles" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Create roles" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Delete roles" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Grant permissions" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Revoke permissions" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +#, fuzzy +msgid "Member groups" +msgstr "members" + +#: views.py:74 #, fuzzy, python-format -msgid "Non members of role: %s" +msgid "Group members of role: %s" msgstr "non members of role: %s" -#: views.py:305 +#: views.py:82 +#, fuzzy +msgid "Available permissions" +msgstr "role permissions" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Grant permissions" + +#: views.py:131 #, fuzzy, python-format -msgid "Members of role: %s" -msgstr "members of role: %s" +msgid "Permissions for role: %s" +msgstr "permission holders" + +#, fuzzy +#~ msgid "Permission holder" +#~ msgstr "permission holder" + +#, fuzzy +#~ msgid "Role member" +#~ msgstr "role member" + +#, fuzzy +#~ msgid "Role members" +#~ msgstr "role members" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" + +#, fuzzy +#~ msgid "Has permission" +#~ msgstr "has permission" + +#~ msgid " and " +#~ msgstr " and " + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s to %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" + +#~ msgid "permission" +#~ msgstr "permission" + +#~ msgid "permissions" +#~ msgstr "permissions" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "Users" + +#~ msgid "Special" +#~ msgstr "Special" + +#, fuzzy +#~ msgid "Members of role: %s" +#~ msgstr "members of role: %s" #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po index 7e4d928db5..ed8433d032 100644 --- a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,196 +11,203 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-13 15:57+0000\n" "Last-Translator: Lory977 \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Otorgar" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Revocar" - -#: links.py:14 -msgid "Create new role" -msgstr "Crear nuevo rol" - -#: links.py:15 -msgid "Delete" -msgstr "Borrar" - -#: links.py:16 -msgid "Edit" -msgstr "Editar" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "Roles" - -#: links.py:18 -msgid "Members" -msgstr "Miembros" - -#: links.py:19 -msgid "Role permissions" -msgstr "Autorizaciones por rol" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Permisos insuficientes." - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "Espacio nombrado" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "Nombre" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "Permiso" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Permisos" -#: models.py:204 -msgid "Permission holder" -msgstr "Tenedor de permiso" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Permisos insuficientes." -#: models.py:205 -msgid "Permission holders" -msgstr "Tenedores de permiso" +#: links.py:14 +msgid "Grant" +msgstr "Otorgar" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "Revocar" + +#: links.py:22 +msgid "Create new role" +msgstr "Crear nuevo rol" + +#: links.py:26 +msgid "Delete" +msgstr "Borrar" + +#: links.py:30 +msgid "Edit" +msgstr "Editar" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "Roles" + +#: links.py:38 +msgid "Members" +msgstr "Miembros" + +#: links.py:43 +msgid "Role permissions" +msgstr "Autorizaciones por rol" + +#: models.py:18 +msgid "Namespace" +msgstr "Espacio nombrado" + +#: models.py:19 +msgid "Name" +msgstr "Nombre" + +#: models.py:26 +msgid "Permission" +msgstr "Permiso" + +#: models.py:64 msgid "Label" msgstr "Etiqueta" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "Rol" - -#: models.py:264 -msgid "Role member" -msgstr "Miembro de rol" - -#: models.py:265 -msgid "Role members" -msgstr "Miembros de rol" - -#: permissions.py:9 -msgid "View roles" -msgstr "Ver los roles" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Modificar los roles" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Crear roles" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Eliminar roles" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Conceder permisos" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Revocar permisos" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "Una lista de roles existentes que se asignan automáticamente a los usuarios nuevos" - -#: views.py:83 -msgid "Has permission" -msgstr "Tiene permiso" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "y" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s a %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Permiso \"%(permission)s\" otorgado a: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s, ya tenía el permiso \"%(permission)s\" concedido." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "¿Está seguro que desea otorgar el %(permissions_label)s %(title_suffix)s?" - -#: views.py:194 -msgid "permission" -msgstr "permiso" - -#: views.py:196 -msgid "permissions" -msgstr "permisos" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Permiso \"%(permission)s\" revocado de: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s, no tiene el permiso \"%(permission)s\" concedido." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "¿Está seguro que quiere revocar el %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Usuarios" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Grupos" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Especial" +#: models.py:75 +msgid "Role" +msgstr "Rol" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Ver los roles" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Modificar los roles" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Crear roles" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Eliminar roles" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Conceder permisos" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Revocar permisos" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +#, fuzzy +#| msgid "Members" +msgid "Member groups" +msgstr "Miembros" + +#: views.py:74 +#, fuzzy, python-format +#| msgid "Non members of role: %s" +msgid "Group members of role: %s" msgstr "Miembros excluidos del rol: %s" -#: views.py:305 -#, python-format -msgid "Members of role: %s" -msgstr "Miembros del rol: %s" +#: views.py:82 +#, fuzzy +#| msgid "Role permissions" +msgid "Available permissions" +msgstr "Autorizaciones por rol" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Conceder permisos" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permission holders" +msgid "Permissions for role: %s" +msgstr "Tenedores de permiso" + +#~ msgid "Permission holder" +#~ msgstr "Tenedor de permiso" + +#~ msgid "Role member" +#~ msgstr "Miembro de rol" + +#~ msgid "Role members" +#~ msgstr "Miembros de rol" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "Una lista de roles existentes que se asignan automáticamente a los " +#~ "usuarios nuevos" + +#~ msgid "Has permission" +#~ msgstr "Tiene permiso" + +#~ msgid " and " +#~ msgstr "y" + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s a %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Permiso \"%(permission)s\" otorgado a: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, ya tenía el permiso \"%(permission)s\" concedido." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "¿Está seguro que desea otorgar el %(permissions_label)s %(title_suffix)s?" + +#~ msgid "permission" +#~ msgstr "permiso" + +#~ msgid "permissions" +#~ msgstr "permisos" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Permiso \"%(permission)s\" revocado de: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, no tiene el permiso \"%(permission)s\" concedido." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "¿Está seguro que quiere revocar el %(permissions_label)s %(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "Usuarios" + +#~ msgid "Special" +#~ msgstr "Especial" + +#~ msgid "Members of role: %s" +#~ msgstr "Miembros del rol: %s" #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po index 0054717312..eadb49cd2d 100644 --- a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,196 +10,200 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 08:37+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "دادن" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "لغو" - -#: links.py:14 -msgid "Create new role" -msgstr "ایجاد نقش role جدید" - -#: links.py:15 -msgid "Delete" -msgstr "حذف" - -#: links.py:16 -msgid "Edit" -msgstr "ویرایش" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "نقش ها" - -#: links.py:18 -msgid "Members" -msgstr "اعضا" - -#: links.py:19 -msgid "Role permissions" -msgstr "مجوزهای نقش" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "اجازه ناکافی" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "فضای نام" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "نام" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "مجوز" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "مجوزها" -#: models.py:204 -msgid "Permission holder" -msgstr "دارنده مجوز" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "اجازه ناکافی" -#: models.py:205 -msgid "Permission holders" -msgstr "دارنده های مجوز" +#: links.py:14 +msgid "Grant" +msgstr "دادن" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "لغو" + +#: links.py:22 +msgid "Create new role" +msgstr "ایجاد نقش role جدید" + +#: links.py:26 +msgid "Delete" +msgstr "حذف" + +#: links.py:30 +msgid "Edit" +msgstr "ویرایش" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "نقش ها" + +#: links.py:38 +msgid "Members" +msgstr "اعضا" + +#: links.py:43 +msgid "Role permissions" +msgstr "مجوزهای نقش" + +#: models.py:18 +msgid "Namespace" +msgstr "فضای نام" + +#: models.py:19 +msgid "Name" +msgstr "نام" + +#: models.py:26 +msgid "Permission" +msgstr "مجوز" + +#: models.py:64 msgid "Label" msgstr "برچسب" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "نقش" - -#: models.py:264 -msgid "Role member" -msgstr "عضو نقش" - -#: models.py:265 -msgid "Role members" -msgstr "اعضای نقش" - -#: permissions.py:9 -msgid "View roles" -msgstr "دیدن نقش ها" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "ویرایش نقش ها" - -#: permissions.py:11 -msgid "Create roles" -msgstr "ایجاد نقش ها" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "حذف نقش ها" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "دادن مجوز" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "لغو مجوز" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "نقش های پیش فرضی که در زمان ایجاد کاربر جدید داده میشود." - -#: views.py:83 -msgid "Has permission" -msgstr "دارای مجوز" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "و" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s به %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "مجوز \"%(permission)s\" داده شده به %(requester)s" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s دارای مجوز \"%(permission)s\" میباشد." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "آیا از دادن مجوز مطمئن هستید %(permissions_label)s %(title_suffix)s؟" - -#: views.py:194 -msgid "permission" -msgstr "اجازه" - -#: views.py:196 -msgid "permissions" -msgstr "اجازه ها" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "مجوز \"%(permission)s\" از %(requester)s پس گرفته شد." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s دارای مجوز \"%(permission)s\" نیست." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "آیا از لغو مجوز %(permissions_label)s %(title_suffix)s مطئمن هستید؟" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "کاربران" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "گروه‌ها" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "مخصوص" +#: models.py:75 +msgid "Role" +msgstr "نقش" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "دیدن نقش ها" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "ویرایش نقش ها" + +#: permissions.py:16 +msgid "Create roles" +msgstr "ایجاد نقش ها" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "حذف نقش ها" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "دادن مجوز" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "لغو مجوز" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +#, fuzzy +#| msgid "Members" +msgid "Member groups" +msgstr "اعضا" + +#: views.py:74 +#, fuzzy, python-format +#| msgid "Non members of role: %s" +msgid "Group members of role: %s" msgstr "عضو نقش نیستند : %s" -#: views.py:305 -#, python-format -msgid "Members of role: %s" -msgstr "اعشای نقش : %s" +#: views.py:82 +#, fuzzy +#| msgid "Role permissions" +msgid "Available permissions" +msgstr "مجوزهای نقش" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "دادن مجوز" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permission holders" +msgid "Permissions for role: %s" +msgstr "دارنده های مجوز" + +#~ msgid "Permission holder" +#~ msgstr "دارنده مجوز" + +#~ msgid "Role member" +#~ msgstr "عضو نقش" + +#~ msgid "Role members" +#~ msgstr "اعضای نقش" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "نقش های پیش فرضی که در زمان ایجاد کاربر جدید داده میشود." + +#~ msgid "Has permission" +#~ msgstr "دارای مجوز" + +#~ msgid " and " +#~ msgstr "و" + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s به %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "مجوز \"%(permission)s\" داده شده به %(requester)s" + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s دارای مجوز \"%(permission)s\" میباشد." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "آیا از دادن مجوز مطمئن هستید %(permissions_label)s %(title_suffix)s؟" + +#~ msgid "permission" +#~ msgstr "اجازه" + +#~ msgid "permissions" +#~ msgstr "اجازه ها" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "مجوز \"%(permission)s\" از %(requester)s پس گرفته شد." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s دارای مجوز \"%(permission)s\" نیست." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "آیا از لغو مجوز %(permissions_label)s %(title_suffix)s مطئمن هستید؟" + +#~ msgid "Users" +#~ msgstr "کاربران" + +#~ msgid "Special" +#~ msgstr "مخصوص" + +#~ msgid "Members of role: %s" +#~ msgstr "اعشای نقش : %s" #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po index 3096bcc830..3ebe56ea1b 100644 --- a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,196 +10,205 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-11-07 18:14+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Attribuer" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Retirer" - -#: links.py:14 -msgid "Create new role" -msgstr "Créer un nouveau rôle" - -#: links.py:15 -msgid "Delete" -msgstr "Supprimer" - -#: links.py:16 -msgid "Edit" -msgstr "Modifier" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "Rôles" - -#: links.py:18 -msgid "Members" -msgstr "Membres" - -#: links.py:19 -msgid "Role permissions" -msgstr "Autorisations du rôle" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Droits insuffisants" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "Espace de nommage" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "Nom" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "Autorisation" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Droits" -#: models.py:204 -msgid "Permission holder" -msgstr "Propriétaire du droit" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Droits insuffisants" -#: models.py:205 -msgid "Permission holders" -msgstr "Propriétaires du droit" +#: links.py:14 +msgid "Grant" +msgstr "Attribuer" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "Retirer" + +#: links.py:22 +msgid "Create new role" +msgstr "Créer un nouveau rôle" + +#: links.py:26 +msgid "Delete" +msgstr "Supprimer" + +#: links.py:30 +msgid "Edit" +msgstr "Modifier" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "Rôles" + +#: links.py:38 +msgid "Members" +msgstr "Membres" + +#: links.py:43 +msgid "Role permissions" +msgstr "Autorisations du rôle" + +#: models.py:18 +msgid "Namespace" +msgstr "Espace de nommage" + +#: models.py:19 +msgid "Name" +msgstr "Nom" + +#: models.py:26 +msgid "Permission" +msgstr "Autorisation" + +#: models.py:64 msgid "Label" msgstr "Étiquette" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "Rôle" - -#: models.py:264 -msgid "Role member" -msgstr "Membre du rôle" - -#: models.py:265 -msgid "Role members" -msgstr "membres du rôle" - -#: permissions.py:9 -msgid "View roles" -msgstr "Afficher les rôles" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Modifier les rôles" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Créer des rôles" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Supprimer des rôles" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Donner des droits" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Retirer des droits" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "Une liste des rôles existant qui sont automatiquement attribués aux comptes utilisateurs nouvellement créés" - -#: views.py:83 -msgid "Has permission" -msgstr "Possède le droit" - -#: views.py:131 views.py:191 -msgid " and " -msgstr " et " - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s pour %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Droit \"%(permission)s\" attribué à: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s, a déjà le droit \"%(permission)s\" d'attribué." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Êtes vous certain de vouloir attribuer le droit %(permissions_label)s %(title_suffix)s?" - -#: views.py:194 -msgid "permission" -msgstr "droit" - -#: views.py:196 -msgid "permissions" -msgstr "droits" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Droit \"%(permission)s\" retiré pour: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s, n'a pas le droit \"%(permission)s\" d'attribué." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Êtes vous certain de vouloir supprimer le droit %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Utilisateurs" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Groupes" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Spécial" +#: models.py:75 +msgid "Role" +msgstr "Rôle" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Afficher les rôles" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Modifier les rôles" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Créer des rôles" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Supprimer des rôles" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Donner des droits" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Retirer des droits" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +#, fuzzy +#| msgid "Members" +msgid "Member groups" +msgstr "Membres" + +#: views.py:74 +#, fuzzy, python-format +#| msgid "Non members of role: %s" +msgid "Group members of role: %s" msgstr "Membres exclus du rôle:%s" -#: views.py:305 -#, python-format -msgid "Members of role: %s" -msgstr "Membres du rôle:%s" +#: views.py:82 +#, fuzzy +#| msgid "Role permissions" +msgid "Available permissions" +msgstr "Autorisations du rôle" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Donner des droits" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permission holders" +msgid "Permissions for role: %s" +msgstr "Propriétaires du droit" + +#~ msgid "Permission holder" +#~ msgstr "Propriétaire du droit" + +#~ msgid "Role member" +#~ msgstr "Membre du rôle" + +#~ msgid "Role members" +#~ msgstr "membres du rôle" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "Une liste des rôles existant qui sont automatiquement attribués aux " +#~ "comptes utilisateurs nouvellement créés" + +#~ msgid "Has permission" +#~ msgstr "Possède le droit" + +#~ msgid " and " +#~ msgstr " et " + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s pour %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Droit \"%(permission)s\" attribué à: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, a déjà le droit \"%(permission)s\" d'attribué." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "Êtes vous certain de vouloir attribuer le droit %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "permission" +#~ msgstr "droit" + +#~ msgid "permissions" +#~ msgstr "droits" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Droit \"%(permission)s\" retiré pour: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, n'a pas le droit \"%(permission)s\" d'attribué." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "Êtes vous certain de vouloir supprimer le droit %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "Utilisateurs" + +#~ msgid "Special" +#~ msgstr "Spécial" + +#~ msgid "Members of role: %s" +#~ msgstr "Membres du rôle:%s" #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/hr_HR/LC_MESSAGES/django.po index 1dfa8ea661..089732c4ae 100644 --- a/mayan/apps/permissions/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/hr_HR/LC_MESSAGES/django.po @@ -1,202 +1,137 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" diff --git a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po index c717b9eb87..73995a8046 100644 --- a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po @@ -1,202 +1,136 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" diff --git a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po index 7a39909d34..c8c9cab5b8 100644 --- a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po @@ -1,202 +1,136 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" diff --git a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po index e9733eac3e..31bc886aa4 100644 --- a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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 @@ -10,197 +10,188 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Concessione" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Revoca" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Permessi insufficienti" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Permessi" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Permessi insufficienti" + +#: links.py:14 +msgid "Grant" +msgstr "Concessione" + +#: links.py:18 +msgid "Revoke" +msgstr "Revoca" + +#: links.py:22 +msgid "Create new role" msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:26 +msgid "Delete" msgstr "" -#: models.py:213 +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "Vedi i ruoli" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Modifica i ruoli" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Crea ruoli" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Cancella i ruoli" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Concedere le autorizzazioni" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Revoca le autorizzazioni" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "Un elenco di ruoli esistenti che vengono automaticamente assegnati agli utenti appena creati" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr " and " - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s a %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Permesso \"%(permission)s\" concesso a: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s, ha già il permesso \"%(permission)s\" concesso." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Sei sicuro che tu voglia concedere questo permesso %(permissions_label)s %(title_suffix)s?" - -#: views.py:194 -msgid "permission" -msgstr "permesso" - -#: views.py:196 -msgid "permissions" -msgstr "permessi" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Permesso \"%(permission)s\" revocato per: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s, non ha i permessi \"%(permission)s\" consentiti." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Sei sicuro di voler revocare questo permesso %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Utenti" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Gruppi" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Speciale" - -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:305 -#, python-format -msgid "Members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Vedi i ruoli" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Modifica i ruoli" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Crea ruoli" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Cancella i ruoli" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Concedere le autorizzazioni" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Revoca le autorizzazioni" + +#: views.py:45 +msgid "Available groups" msgstr "" +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 +#, python-format +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +#, fuzzy +#| msgid "Revoke permissions" +msgid "Available permissions" +msgstr "Revoca le autorizzazioni" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Concedere le autorizzazioni" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permissions" +msgid "Permissions for role: %s" +msgstr "Permessi" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "Un elenco di ruoli esistenti che vengono automaticamente assegnati agli " +#~ "utenti appena creati" + +#~ msgid " and " +#~ msgstr " and " + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s a %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Permesso \"%(permission)s\" concesso a: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, ha già il permesso \"%(permission)s\" concesso." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "Sei sicuro che tu voglia concedere questo permesso %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "permission" +#~ msgstr "permesso" + +#~ msgid "permissions" +#~ msgstr "permessi" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Permesso \"%(permission)s\" revocato per: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, non ha i permessi \"%(permission)s\" consentiti." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "Sei sicuro di voler revocare questo permesso %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "Utenti" + +#~ msgid "Special" +#~ msgstr "Speciale" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po index ee3efd3b22..3cbddb5a2c 100644 --- a/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/lv/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,185 +20,118 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" diff --git a/mayan/apps/permissions/locale/nb/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/nb/LC_MESSAGES/django.po index 6b070ad94d..e6fe1db3d8 100644 --- a/mayan/apps/permissions/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/nb/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,185 +19,118 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" 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 c3268066f3..1179f0e8ea 100644 --- a/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,197 +9,188 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Toestaan" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Intrekken" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Permissies zijn ontoereikend" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Permissies" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Permissies zijn ontoereikend" + +#: links.py:14 +msgid "Grant" +msgstr "Toestaan" + +#: links.py:18 +msgid "Revoke" +msgstr "Intrekken" + +#: links.py:22 +msgid "Create new role" msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:26 +msgid "Delete" msgstr "" -#: models.py:213 +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "Bekijk gebruikersrollen" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "gebruikersrollen aanpassen" - -#: permissions.py:11 -msgid "Create roles" -msgstr "gebruikersrollen aanmaken" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "gebruikersrollen verwijderen" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "permissies toestaan" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "permissies intrekken" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "Lijst met bestaande gebruikersrollen die automatisch worden toegekend aan nieuwe gebruikers" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "en" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s voor %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Permission \"%(permission)s\" toegestaan voor: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s, is reeds \"%(permission)s\" toegestaan." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Bent u er zeker van permissies: %(permissions_label)s %(title_suffix)s, toe te staan?" - -#: views.py:194 -msgid "permission" -msgstr "permissie" - -#: views.py:196 -msgid "permissions" -msgstr "permissies" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Permissie \"%(permission)s\" ingetrokken van: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "Voor %(requester)s, zijn \"%(permission)s\" granted." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Bent u er zeker van om de permissies: %(permissions_label)s %(title_suffix)s, in te trekken?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Gebruikers" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Groepen" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Speciaal" - -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:305 -#, python-format -msgid "Members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Bekijk gebruikersrollen" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "gebruikersrollen aanpassen" + +#: permissions.py:16 +msgid "Create roles" +msgstr "gebruikersrollen aanmaken" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "gebruikersrollen verwijderen" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "permissies toestaan" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "permissies intrekken" + +#: views.py:45 +msgid "Available groups" msgstr "" +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 +#, python-format +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +#, fuzzy +#| msgid "Revoke permissions" +msgid "Available permissions" +msgstr "permissies intrekken" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "permissies toestaan" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permissions" +msgid "Permissions for role: %s" +msgstr "Permissies" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "Lijst met bestaande gebruikersrollen die automatisch worden toegekend aan " +#~ "nieuwe gebruikers" + +#~ msgid " and " +#~ msgstr "en" + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s voor %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Permission \"%(permission)s\" toegestaan voor: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, is reeds \"%(permission)s\" toegestaan." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "Bent u er zeker van permissies: %(permissions_label)s %(title_suffix)s, " +#~ "toe te staan?" + +#~ msgid "permission" +#~ msgstr "permissie" + +#~ msgid "permissions" +#~ msgstr "permissies" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Permissie \"%(permission)s\" ingetrokken van: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "Voor %(requester)s, zijn \"%(permission)s\" granted." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "Bent u er zeker van om de permissies: %(permissions_label)s " +#~ "%(title_suffix)s, in te trekken?" + +#~ msgid "Users" +#~ msgstr "Gebruikers" + +#~ msgid "Special" +#~ msgstr "Speciaal" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po index 0d7afccc58..afc59154bf 100644 --- a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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 , 2015 @@ -10,197 +10,151 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-28 20:27+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Przyznać" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Odwołać" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "Usunąć" - -#: links.py:16 -msgid "Edit" -msgstr "Edytuj" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "Członkowie" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Niewystarczające uprawnienia." - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "Nazwa" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "Uprawnienia" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Uprawnienia" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Niewystarczające uprawnienia." + +#: links.py:14 +msgid "Grant" +msgstr "Przyznać" + +#: links.py:18 +msgid "Revoke" +msgstr "Odwołać" + +#: links.py:22 +msgid "Create new role" msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:26 +msgid "Delete" +msgstr "Usunąć" + +#: links.py:30 +msgid "Edit" +msgstr "Edytuj" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" msgstr "" -#: models.py:213 +#: links.py:38 +msgid "Members" +msgstr "Członkowie" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "Nazwa" + +#: models.py:26 +msgid "Permission" +msgstr "Uprawnienia" + +#: models.py:64 msgid "Label" msgstr "Etykieta" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "i" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "uprawnienie" - -#: views.py:196 -msgid "permissions" -msgstr "uprawnienia" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Użytkownicy" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Grupy" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Specjalny" - -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:305 -#, python-format -msgid "Members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +#, fuzzy +#| msgid "Members" +msgid "Member groups" +msgstr "Członkowie" + +#: views.py:74 +#, python-format +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +#, fuzzy +#| msgid "permissions" +msgid "Available permissions" +msgstr "uprawnienia" + +#: views.py:83 +#, fuzzy +#| msgid "permissions" +msgid "Granted permissions" +msgstr "uprawnienia" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permissions" +msgid "Permissions for role: %s" +msgstr "Uprawnienia" + +#~ msgid " and " +#~ msgstr "i" + +#~ msgid "permission" +#~ msgstr "uprawnienie" + +#~ msgid "Users" +#~ msgstr "Użytkownicy" + +#~ msgid "Special" +#~ msgstr "Specjalny" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po index a6d4d1dbe9..4a0953dce7 100644 --- a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,197 +11,188 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Conceder" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Revogar" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Permissões insuficientes." - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Permissões" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Permissões insuficientes." + +#: links.py:14 +msgid "Grant" +msgstr "Conceder" + +#: links.py:18 +msgid "Revoke" +msgstr "Revogar" + +#: links.py:22 +msgid "Create new role" msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:26 +msgid "Delete" msgstr "" -#: models.py:213 +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "Ver funções" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Editar funções" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Criar funções" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Excluir funções" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Conceder permissões" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Revogar permissões" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "Uma lista de funções existentes que são automaticamente atribuídas aos novos utilizadores" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr " e " - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s a %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Permissão \"%(permission)s\" concedida a: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s já tinha a permissão \"%(permission)s\"." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Tem a certeza de que pretende conceder %(permissions_label)s %(title_suffix)s?" - -#: views.py:194 -msgid "permission" -msgstr "permissão" - -#: views.py:196 -msgid "permissions" -msgstr "permissões" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Permissão \"%(permission)s\" retirada a: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s, não tem a permissão \"%(permission)s\"." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Tem a certeza de que pretende revogar %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Utilizadores" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Grupos" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Especial" - -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:305 -#, python-format -msgid "Members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Ver funções" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Editar funções" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Criar funções" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Excluir funções" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Conceder permissões" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Revogar permissões" + +#: views.py:45 +msgid "Available groups" msgstr "" +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 +#, python-format +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +#, fuzzy +#| msgid "Revoke permissions" +msgid "Available permissions" +msgstr "Revogar permissões" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Conceder permissões" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permissions" +msgid "Permissions for role: %s" +msgstr "Permissões" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "Uma lista de funções existentes que são automaticamente atribuídas aos " +#~ "novos utilizadores" + +#~ msgid " and " +#~ msgstr " e " + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s a %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Permissão \"%(permission)s\" concedida a: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s já tinha a permissão \"%(permission)s\"." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "Tem a certeza de que pretende conceder %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "permission" +#~ msgstr "permissão" + +#~ msgid "permissions" +#~ msgstr "permissões" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Permissão \"%(permission)s\" retirada a: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, não tem a permissão \"%(permission)s\"." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "Tem a certeza de que pretende revogar %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "Utilizadores" + +#~ msgid "Special" +#~ msgstr "Especial" + #~ msgid "edit" #~ msgstr "edit" 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 3fbee45f60..2c3e8b79bd 100644 --- a/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,196 +11,200 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-05-07 18:25+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Conceder" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Revogar" - -#: links.py:14 -msgid "Create new role" -msgstr "Criar nova regra" - -#: links.py:15 -msgid "Delete" -msgstr "Excluir" - -#: links.py:16 -msgid "Edit" -msgstr "Editar" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "Regras" - -#: links.py:18 -msgid "Members" -msgstr "Membros" - -#: links.py:19 -msgid "Role permissions" -msgstr "Regra de permissão" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Permissões insuficientes." - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "namespace" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "Nome" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "permissão" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Permissões" -#: models.py:204 -msgid "Permission holder" -msgstr "Permissionário" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Permissões insuficientes." -#: models.py:205 -msgid "Permission holders" -msgstr "Permissionários" +#: links.py:14 +msgid "Grant" +msgstr "Conceder" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "Revogar" + +#: links.py:22 +msgid "Create new role" +msgstr "Criar nova regra" + +#: links.py:26 +msgid "Delete" +msgstr "Excluir" + +#: links.py:30 +msgid "Edit" +msgstr "Editar" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "Regras" + +#: links.py:38 +msgid "Members" +msgstr "Membros" + +#: links.py:43 +msgid "Role permissions" +msgstr "Regra de permissão" + +#: models.py:18 +msgid "Namespace" +msgstr "namespace" + +#: models.py:19 +msgid "Name" +msgstr "Nome" + +#: models.py:26 +msgid "Permission" +msgstr "permissão" + +#: models.py:64 msgid "Label" msgstr "Label" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "Regras" - -#: models.py:264 -msgid "Role member" -msgstr "Membro da Regra" - -#: models.py:265 -msgid "Role members" -msgstr "Membros da Regra" - -#: permissions.py:9 -msgid "View roles" -msgstr "Ver funções" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Editar funções" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Criar funções" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Deletar funções" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Conceder permissões" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Revogar as permissões" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "A lista de funções existentes que são automaticamente designados para usuários recém-criados" - -#: views.py:83 -msgid "Has permission" -msgstr "Tem permissão" - -#: views.py:131 views.py:191 -msgid " and " -msgstr " e " - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s para %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Permissão \"%(permission)s\" concedida para: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s, já tinha a permissão \"%(permission)s\" concedida." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Tem certeza de que deseja conceder %(permissions_label)s %(title_suffix)s?" - -#: views.py:194 -msgid "permission" -msgstr "permissão" - -#: views.py:196 -msgid "permissions" -msgstr "permissões" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Permissão \"%(permission)s\" revogada a partir de: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Tem certeza de que deseja revogar %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Usuários" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Grupos" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Especial" +#: models.py:75 +msgid "Role" +msgstr "Regras" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Ver funções" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Editar funções" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Criar funções" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Deletar funções" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Conceder permissões" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Revogar as permissões" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +#, fuzzy +#| msgid "Members" +msgid "Member groups" +msgstr "Membros" + +#: views.py:74 +#, fuzzy, python-format +#| msgid "Non members of role: %s" +msgid "Group members of role: %s" msgstr "não membros da função: %s" -#: views.py:305 -#, python-format -msgid "Members of role: %s" -msgstr "Membros das regras :%s." +#: views.py:82 +#, fuzzy +#| msgid "Role permissions" +msgid "Available permissions" +msgstr "Regra de permissão" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Conceder permissões" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permission holders" +msgid "Permissions for role: %s" +msgstr "Permissionários" + +#~ msgid "Permission holder" +#~ msgstr "Permissionário" + +#~ msgid "Role member" +#~ msgstr "Membro da Regra" + +#~ msgid "Role members" +#~ msgstr "Membros da Regra" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "A lista de funções existentes que são automaticamente designados para " +#~ "usuários recém-criados" + +#~ msgid "Has permission" +#~ msgstr "Tem permissão" + +#~ msgid " and " +#~ msgstr " e " + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s para %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Permissão \"%(permission)s\" concedida para: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, já tinha a permissão \"%(permission)s\" concedida." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "Tem certeza de que deseja conceder %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "permission" +#~ msgstr "permissão" + +#~ msgid "permissions" +#~ msgstr "permissões" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Permissão \"%(permission)s\" revogada a partir de: %(requester)s." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "Tem certeza de que deseja revogar %(permissions_label)s %(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "Usuários" + +#~ msgid "Special" +#~ msgstr "Especial" + +#~ msgid "Members of role: %s" +#~ msgstr "Membros das regras :%s." #~ msgid "edit" #~ msgstr "edit" 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 8f75f29d15..fda8fef2b6 100644 --- a/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,197 +9,188 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Acorda" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Revoca" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Permisiuni insuficiente." - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Permisiuni" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Permisiuni insuficiente." + +#: links.py:14 +msgid "Grant" +msgstr "Acorda" + +#: links.py:18 +msgid "Revoke" +msgstr "Revoca" + +#: links.py:22 +msgid "Create new role" msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:26 +msgid "Delete" msgstr "" -#: models.py:213 +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "Vezi roluri" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Editați roluri" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Creați roluri" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Ștergeți roluri" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Grant permisiuni" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Revocați permisiunile" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "O listă de roluri existente, care sunt în mod automat asignate utilizatorilor nou create" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "și" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s pentru %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Permisiune \"%(permission)s\" acordata: %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s, are deja permisiune \"%(permission)s\" acordata." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Sunteți sigur că doriți să acorde %(permissions_label)s %(title_suffix)s?" - -#: views.py:194 -msgid "permission" -msgstr "permisiune" - -#: views.py:196 -msgid "permissions" -msgstr "permisiuni" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Permisiune \"%(permission)s\" revocat pentru: %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s,, nu are permisiunea de \"%(permission)s\" acordată." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Sunteți sigur că doriți să revocați %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Utilizatorii" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Grupuri" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Special" - -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:305 -#, python-format -msgid "Members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Vezi roluri" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Editați roluri" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Creați roluri" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Ștergeți roluri" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Grant permisiuni" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Revocați permisiunile" + +#: views.py:45 +msgid "Available groups" msgstr "" +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 +#, python-format +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +#, fuzzy +#| msgid "Revoke permissions" +msgid "Available permissions" +msgstr "Revocați permisiunile" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Grant permisiuni" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permissions" +msgid "Permissions for role: %s" +msgstr "Permisiuni" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "O listă de roluri existente, care sunt în mod automat asignate " +#~ "utilizatorilor nou create" + +#~ msgid " and " +#~ msgstr "și" + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s pentru %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Permisiune \"%(permission)s\" acordata: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, are deja permisiune \"%(permission)s\" acordata." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "" +#~ "Sunteți sigur că doriți să acorde %(permissions_label)s %(title_suffix)s?" + +#~ msgid "permission" +#~ msgstr "permisiune" + +#~ msgid "permissions" +#~ msgstr "permisiuni" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Permisiune \"%(permission)s\" revocat pentru: %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s,, nu are permisiunea de \"%(permission)s\" acordată." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "" +#~ "Sunteți sigur că doriți să revocați %(permissions_label)s " +#~ "%(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "Utilizatorii" + +#~ msgid "Special" +#~ msgstr "Special" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po index ee71fb8b83..e094e03a0d 100644 --- a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/ru/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: # Sergey Glita , 2011-2012 @@ -9,197 +9,186 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "Предоставить" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "Отозвать" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "Недостаточно разрешений." - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "Разрешения" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "Недостаточно разрешений." + +#: links.py:14 +msgid "Grant" +msgstr "Предоставить" + +#: links.py:18 +msgid "Revoke" +msgstr "Отозвать" + +#: links.py:22 +msgid "Create new role" msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:26 +msgid "Delete" msgstr "" -#: models.py:213 +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "Просмотр ролей" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Изменить роли" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Создание ролей" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Удаление ролей" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "Предоставление разрешений" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "Отмена разрешений" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "Список существующих ролей, которые автоматически назначаются вновь создаваемым пользователям" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "и" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "%(permissions)s для %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "Право \"%(permission)s\" предоставлено %(requester)s." - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s уже имеет право \"%(permission)s\"." - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Вы хотите разрешить %(permissions_label)s %(title_suffix)s?" - -#: views.py:194 -msgid "permission" -msgstr "разрешение" - -#: views.py:196 -msgid "permissions" -msgstr "разрешения" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Право \"%(permission)s\" отозвано у %(requester)s." - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s не имеет права \"%(permission)s\"." - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Вы хотите отозвать %(permissions_label)s %(title_suffix)s?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "Пользователи" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "Группы" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "Особо" - -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:305 -#, python-format -msgid "Members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Просмотр ролей" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Изменить роли" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Создание ролей" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Удаление ролей" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "Предоставление разрешений" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "Отмена разрешений" + +#: views.py:45 +msgid "Available groups" msgstr "" +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 +#, python-format +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +#, fuzzy +#| msgid "Revoke permissions" +msgid "Available permissions" +msgstr "Отмена разрешений" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "Предоставление разрешений" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permissions" +msgid "Permissions for role: %s" +msgstr "Разрешения" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "" +#~ "Список существующих ролей, которые автоматически назначаются вновь " +#~ "создаваемым пользователям" + +#~ msgid " and " +#~ msgstr "и" + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "%(permissions)s для %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "Право \"%(permission)s\" предоставлено %(requester)s." + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s уже имеет право \"%(permission)s\"." + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "Вы хотите разрешить %(permissions_label)s %(title_suffix)s?" + +#~ msgid "permission" +#~ msgstr "разрешение" + +#~ msgid "permissions" +#~ msgstr "разрешения" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "Право \"%(permission)s\" отозвано у %(requester)s." + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s не имеет права \"%(permission)s\"." + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "Вы хотите отозвать %(permissions_label)s %(title_suffix)s?" + +#~ msgid "Users" +#~ msgstr "Пользователи" + +#~ msgid "Special" +#~ msgstr "Особо" + #~ msgid "edit" #~ msgstr "edit" 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 ec88e1acbb..a64752c97a 100644 --- a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po @@ -1,202 +1,137 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" diff --git a/mayan/apps/permissions/locale/sq/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/sq/LC_MESSAGES/django.po index 1bc43cad15..caa4df0594 100644 --- a/mayan/apps/permissions/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/sq/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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,185 +19,118 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" diff --git a/mayan/apps/permissions/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/tr_TR/LC_MESSAGES/django.po index 2183a273f1..74e8d149f3 100644 --- a/mayan/apps/permissions/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/tr_TR/LC_MESSAGES/django.po @@ -1,202 +1,136 @@ # 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-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" 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 c4b57cd190..784165b6b7 100644 --- a/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,195 +9,129 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "Xem roles" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "Sửa roles" - -#: permissions.py:11 -msgid "Create roles" -msgstr "Tạo roles" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "Xóa roles" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "Xem roles" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "Sửa roles" + +#: permissions.py:16 +msgid "Create roles" +msgstr "Tạo roles" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "Xóa roles" + +#: permissions.py:22 +msgid "Grant permissions" msgstr "" -#: views.py:305 +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" 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 7f5aa809c4..46a1e22ab0 100644 --- a/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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,197 +9,182 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:02-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "赋给" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "撤销" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "权限不足" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "权限" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." +msgstr "权限不足" + +#: links.py:14 +msgid "Grant" +msgstr "赋给" + +#: links.py:18 +msgid "Revoke" +msgstr "撤销" + +#: links.py:22 +msgid "Create new role" msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:26 +msgid "Delete" msgstr "" -#: models.py:213 +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "查看角色" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "编辑角色" - -#: permissions.py:11 -msgid "Create roles" -msgstr "创建角色" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "删除角色" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "权限授权" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "撤销权限" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "已存在角色列表将自动分配给新建用户" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "和" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "从%(permissions)s 到 %(requester)s" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "权限\"%(permission)s\"被赋给%(requester)s" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "%(requester)s已经有权限 \"%(permission)s\"" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "确定要赋权限%(permissions_label)s %(title_suffix)s么?" - -#: views.py:194 -msgid "permission" -msgstr "权限" - -#: views.py:196 -msgid "permissions" -msgstr "权限" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "权限\"%(permission)s\"被从%(requester)s撤销。" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(requester)s无权限\"%(permission)s\"" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "确定要撤销%(permissions_label)s %(title_suffix)s么?" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "用户" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "用户组" -#: views.py:255 views.py:279 -msgid "Special" -msgstr "特例" - -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:305 -#, python-format -msgid "Members of role: %s" +#: permissions.py:10 +msgid "View roles" +msgstr "查看角色" + +#: permissions.py:13 +msgid "Edit roles" +msgstr "编辑角色" + +#: permissions.py:16 +msgid "Create roles" +msgstr "创建角色" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "删除角色" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "权限授权" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "撤销权限" + +#: views.py:45 +msgid "Available groups" msgstr "" +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 +#, python-format +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +#, fuzzy +#| msgid "Revoke permissions" +msgid "Available permissions" +msgstr "撤销权限" + +#: views.py:83 +#, fuzzy +#| msgid "Grant permissions" +msgid "Granted permissions" +msgstr "权限授权" + +#: views.py:131 +#, fuzzy, python-format +#| msgid "Permissions" +msgid "Permissions for role: %s" +msgstr "权限" + +#~ msgid "" +#~ "A list of existing roles that are automatically assigned to newly created " +#~ "users" +#~ msgstr "已存在角色列表将自动分配给新建用户" + +#~ msgid " and " +#~ msgstr "和" + +#~ msgid "%(permissions)s to %(requester)s" +#~ msgstr "从%(permissions)s 到 %(requester)s" + +#~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." +#~ msgstr "权限\"%(permission)s\"被赋给%(requester)s" + +#~ msgid "" +#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s已经有权限 \"%(permission)s\"" + +#~ msgid "" +#~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +#~ msgstr "确定要赋权限%(permissions_label)s %(title_suffix)s么?" + +#~ msgid "permission" +#~ msgstr "权限" + +#~ msgid "permissions" +#~ msgstr "权限" + +#~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +#~ msgstr "权限\"%(permission)s\"被从%(requester)s撤销。" + +#~ msgid "" +#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s无权限\"%(permission)s\"" + +#~ msgid "" +#~ "Are you sure you wish to revoke the %(permissions_label)s " +#~ "%(title_suffix)s?" +#~ msgstr "确定要撤销%(permissions_label)s %(title_suffix)s么?" + +#~ msgid "Users" +#~ msgstr "用户" + +#~ msgid "Special" +#~ msgstr "特例" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/permissions/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/zh_TW/LC_MESSAGES/django.po index 7ef23ab5cd..b09eaa8242 100644 --- a/mayan/apps/permissions/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/zh_TW/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-08 21:14+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,185 +19,118 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: links.py:11 widgets.py:25 -msgid "Grant" -msgstr "" - -#: links.py:12 widgets.py:19 -msgid "Revoke" -msgstr "" - -#: links.py:14 -msgid "Create new role" -msgstr "" - -#: links.py:15 -msgid "Delete" -msgstr "" - -#: links.py:16 -msgid "Edit" -msgstr "" - -#: links.py:17 models.py:218 views.py:59 -msgid "Roles" -msgstr "" - -#: links.py:18 -msgid "Members" -msgstr "" - -#: links.py:19 -msgid "Role permissions" -msgstr "" - -#: models.py:51 -msgid "Insufficient permissions." -msgstr "" - -#: models.py:126 views.py:80 -msgid "Namespace" -msgstr "" - -#: models.py:127 views.py:81 -msgid "Name" -msgstr "" - -#: models.py:134 models.py:196 views.py:134 -msgid "Permission" -msgstr "" - -#: models.py:135 permissions.py:7 views.py:77 views.py:136 +#: apps.py:22 models.py:27 models.py:67 permissions.py:7 msgid "Permissions" msgstr "" -#: models.py:204 -msgid "Permission holder" +#: classes.py:63 +msgid "Insufficient permissions." msgstr "" -#: models.py:205 -msgid "Permission holders" +#: links.py:14 +msgid "Grant" msgstr "" -#: models.py:213 +#: links.py:18 +msgid "Revoke" +msgstr "" + +#: links.py:22 +msgid "Create new role" +msgstr "" + +#: links.py:26 +msgid "Delete" +msgstr "" + +#: links.py:30 +msgid "Edit" +msgstr "" + +#: links.py:35 models.py:76 views.py:140 +msgid "Roles" +msgstr "" + +#: links.py:38 +msgid "Members" +msgstr "" + +#: links.py:43 +msgid "Role permissions" +msgstr "" + +#: models.py:18 +msgid "Namespace" +msgstr "" + +#: models.py:19 +msgid "Name" +msgstr "" + +#: models.py:26 +msgid "Permission" +msgstr "" + +#: models.py:64 msgid "Label" msgstr "" -#: models.py:217 models.py:248 -msgid "Role" -msgstr "" - -#: models.py:264 -msgid "Role member" -msgstr "" - -#: models.py:265 -msgid "Role members" -msgstr "" - -#: permissions.py:9 -msgid "View roles" -msgstr "" - -#: permissions.py:10 -msgid "Edit roles" -msgstr "" - -#: permissions.py:11 -msgid "Create roles" -msgstr "" - -#: permissions.py:12 -msgid "Delete roles" -msgstr "" - -#: permissions.py:13 -msgid "Grant permissions" -msgstr "" - -#: permissions.py:14 -msgid "Revoke permissions" -msgstr "" - -#: settings.py:11 -msgid "" -"A list of existing roles that are automatically assigned to newly created " -"users" -msgstr "" - -#: views.py:83 -msgid "Has permission" -msgstr "" - -#: views.py:131 views.py:191 -msgid " and " -msgstr "" - -#: views.py:131 views.py:191 -#, python-format -msgid "%(permissions)s to %(requester)s" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" - -#: views.py:144 -#, python-format -msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:154 -#, python-format -msgid "" -"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:194 -msgid "permission" -msgstr "" - -#: views.py:196 -msgid "permissions" -msgstr "" - -#: views.py:201 -#, python-format -msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" - -#: views.py:204 -#, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" - -#: views.py:214 -#, python-format -msgid "" -"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" - -#: views.py:249 views.py:273 -msgid "Users" -msgstr "" - -#: views.py:252 views.py:276 +#: models.py:70 msgid "Groups" msgstr "" -#: views.py:255 views.py:279 -msgid "Special" +#: models.py:75 +msgid "Role" msgstr "" -#: views.py:304 -#, python-format -msgid "Non members of role: %s" +#: permissions.py:10 +msgid "View roles" msgstr "" -#: views.py:305 +#: permissions.py:13 +msgid "Edit roles" +msgstr "" + +#: permissions.py:16 +msgid "Create roles" +msgstr "" + +#: permissions.py:19 +msgid "Delete roles" +msgstr "" + +#: permissions.py:22 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:25 +msgid "Revoke permissions" +msgstr "" + +#: views.py:45 +msgid "Available groups" +msgstr "" + +#: views.py:46 +msgid "Member groups" +msgstr "" + +#: views.py:74 #, python-format -msgid "Members of role: %s" +msgid "Group members of role: %s" +msgstr "" + +#: views.py:82 +msgid "Available permissions" +msgstr "" + +#: views.py:83 +msgid "Granted permissions" +msgstr "" + +#: views.py:131 +#, python-format +msgid "Permissions for role: %s" msgstr "" #~ msgid "edit" 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 05dc8643f8..cbf63f9bc5 100644 --- a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 f552edf8ab..59a84796b8 100644 --- a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 52206ecad0..554af69d4c 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 @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 d1a744d640..321293c01d 100644 --- a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" diff --git a/mayan/apps/rest_api/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/de_CH/LC_MESSAGES/django.po index d13fe99364..79a09058ea 100644 --- a/mayan/apps/rest_api/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/de_CH/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,15 +17,10 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 5800a95bef..dd6fbd2c0e 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 @@ -1,31 +1,32 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "REST API" -#: links.py:6 -msgid "REST API Documentation" -msgstr "REST API Dokumentation" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +#, fuzzy +#| msgid "API documentation" +msgid "API Documentation" msgstr "API Dokumentation" + +#~ msgid "REST API Documentation" +#~ msgstr "REST API Dokumentation" 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 d13fe99364..79a09058ea 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,15 +17,10 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 fffce82905..22fcb4d5f0 100644 --- a/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po @@ -1,32 +1,33 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "API REST" -#: links.py:6 -msgid "REST API Documentation" -msgstr "Documentación de la API REST" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +#, fuzzy +#| msgid "API documentation" +msgid "API Documentation" msgstr "Documentación de la API" + +#~ msgid "REST API Documentation" +#~ msgstr "Documentación de la API REST" 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 02b172f93e..76a7d96fac 100644 --- a/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 93786b5fad..377b1557c2 100644 --- a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po @@ -1,32 +1,33 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-04 19:08+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "API REST" -#: links.py:6 -msgid "REST API Documentation" -msgstr "Documentation de l'API REST" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +#, fuzzy +#| msgid "API documentation" +msgid "API Documentation" msgstr "Documentation de l'API" + +#~ msgid "REST API Documentation" +#~ msgstr "Documentation de l'API REST" diff --git a/mayan/apps/rest_api/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/hr_HR/LC_MESSAGES/django.po index b0eab89904..224e405ade 100644 --- a/mayan/apps/rest_api/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/hr_HR/LC_MESSAGES/django.po @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 62bc55957c..03769d9abd 100644 --- a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 afe89e175d..65b0bb15ac 100644 --- a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 db27c6045e..1ffdcd8c00 100644 --- a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" diff --git a/mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.po index 21acf88367..bb7fc9096a 100644 --- a/mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/lv/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,15 +19,10 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" diff --git a/mayan/apps/rest_api/locale/nb/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/nb/LC_MESSAGES/django.po index 27c754d558..bc3afc74b4 100644 --- a/mayan/apps/rest_api/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/nb/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,15 +18,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 84bb790cd4..00fc90aba5 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 @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 81d2978070..e733cc0821 100644 --- a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po @@ -1,32 +1,34 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-03-04 08:52+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "REST API" -#: links.py:6 -msgid "REST API Documentation" -msgstr "Dokumentacja REST API" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +#, fuzzy +#| msgid "API documentation" +msgid "API Documentation" msgstr "Dokumentacja API" + +#~ msgid "REST API Documentation" +#~ msgstr "Dokumentacja REST API" 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 fe85f10df0..c9dfe1df92 100644 --- a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 ad9bc10d48..c1c41e5c4a 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 @@ -1,32 +1,33 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "REST API" -#: links.py:6 -msgid "REST API Documentation" -msgstr "Documentação do REST API" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +#, fuzzy +#| msgid "API documentation" +msgid "API Documentation" msgstr "Documentação da API" + +#~ msgid "REST API Documentation" +#~ msgstr "Documentação do REST API" 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 5597d3d9d1..b75a63bb36 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 @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 b3619fdc06..1231161556 100644 --- a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 fcb2299faa..54dba41d4a 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 @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" diff --git a/mayan/apps/rest_api/locale/sq/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/sq/LC_MESSAGES/django.po index 27c754d558..bc3afc74b4 100644 --- a/mayan/apps/rest_api/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/sq/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,15 +18,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" diff --git a/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po index f1aa63274d..b9c0fe4ac3 100644 --- a/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-18 06:08+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 0412486910..1417d7b117 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 @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 8d47137098..41d216e284 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 @@ -1,31 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" diff --git a/mayan/apps/rest_api/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/zh_TW/LC_MESSAGES/django.po index b5a5d5cd2f..2c3cfa181b 100644 --- a/mayan/apps/rest_api/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/zh_TW/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,15 +18,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: links.py:5 +#: apps.py:14 links.py:7 msgid "REST API" msgstr "" -#: links.py:6 -msgid "REST API Documentation" -msgstr "" - -#: templates/rest_framework_swagger/index.html:65 -#: templates/rest_framework_swagger/index.html:69 -msgid "API documentation" +#: links.py:9 +msgid "API Documentation" msgstr "" 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 d3e82c4a65..b9c11937fd 100644 --- a/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/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,28 +9,55 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 a777f1fa20..2432674d64 100644 --- a/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/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,28 +9,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 7794eabc3e..b62bad593c 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,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,28 +9,55 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 27e98fccce..ef5793070e 100644 --- a/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/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 , 2012 @@ -9,28 +9,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/smart_settings/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/de_CH/LC_MESSAGES/django.po index bfd94fac91..be0c5c355b 100644 --- a/mayan/apps/smart_settings/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/de_CH/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,18 +19,43 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 74afe7aebf..2525f8d751 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 @@ -13,28 +13,60 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +#, fuzzy +#| msgid "Settings" +msgid "Smart settings" msgstr "Einstellungen" -#: views.py:34 +#: apps.py:31 +#, fuzzy +#| msgid "Settings" +msgid "Setting count" +msgstr "Einstellungen" + +#: apps.py:35 msgid "Name" msgstr "Name" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "Wert" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "Einstellungen" + +#: views.py:17 +#, fuzzy +#| msgid "Settings" +msgid "Setting namespaces" +msgstr "Einstellungen" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 9627b58c5d..5032ce525d 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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,19 +18,47 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 views.py:29 +#: apps.py:25 +#, fuzzy +msgid "Smart settings" +msgstr "settings" + +#: apps.py:31 +#, fuzzy +msgid "Setting count" +msgstr "settings" + +#: apps.py:35 +msgid "Name" +msgstr "" + +#: apps.py:39 +#, fuzzy +msgid "Value" +msgstr "value" + +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 #, fuzzy msgid "Settings" msgstr "settings" -#: views.py:34 -msgid "Name" -msgstr "" - -#: views.py:36 +#: views.py:17 #, fuzzy -msgid "Value" -msgstr "value" +msgid "Setting namespaces" +msgstr "settings" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" #, fuzzy #~ msgid "Default" 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 6f1c5fc77e..76c32be47a 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 @@ -10,28 +10,60 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-12 19:37+0000\n" "Last-Translator: Lory977 \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +#, fuzzy +#| msgid "Settings" +msgid "Smart settings" msgstr "Ajustes" -#: views.py:34 +#: apps.py:31 +#, fuzzy +#| msgid "Settings" +msgid "Setting count" +msgstr "Ajustes" + +#: apps.py:35 msgid "Name" msgstr "Nombre" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "Valor" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "Ajustes" + +#: views.py:17 +#, fuzzy +#| msgid "Settings" +msgid "Setting namespaces" +msgstr "Ajustes" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 a76ab4c578..de4a9b0a43 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,28 +10,60 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +#, fuzzy +#| msgid "Settings" +msgid "Smart settings" msgstr "تنظیمات" -#: views.py:34 +#: apps.py:31 +#, fuzzy +#| msgid "Settings" +msgid "Setting count" +msgstr "تنظیمات" + +#: apps.py:35 msgid "Name" msgstr "نام" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "مقدار" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "تنظیمات" + +#: views.py:17 +#, fuzzy +#| msgid "Settings" +msgid "Setting namespaces" +msgstr "تنظیمات" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 facf662328..890f76f22b 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,28 +10,60 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-11-02 08:09+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +#, fuzzy +#| msgid "Settings" +msgid "Smart settings" msgstr "Paramètres" -#: views.py:34 +#: apps.py:31 +#, fuzzy +#| msgid "Settings" +msgid "Setting count" +msgstr "Paramètres" + +#: apps.py:35 msgid "Name" msgstr "Nom" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "Valeur" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "Paramètres" + +#: views.py:17 +#, fuzzy +#| msgid "Settings" +msgid "Setting namespaces" +msgstr "Paramètres" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/smart_settings/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/hr_HR/LC_MESSAGES/django.po index 02ab1c1f03..ac1f479482 100644 --- a/mayan/apps/smart_settings/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/hr_HR/LC_MESSAGES/django.po @@ -1,35 +1,62 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 c0c0e2a265..042637d958 100644 --- a/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/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 , 2013 @@ -9,28 +9,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 43aeada857..e28a04ad5b 100644 --- a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po @@ -1,35 +1,61 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 6da28e25d2..ecf7c1e0c7 100644 --- a/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/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 @@ -9,28 +9,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/smart_settings/locale/lv/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/lv/LC_MESSAGES/django.po index 0ff0b9e8f0..d559883214 100644 --- a/mayan/apps/smart_settings/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/lv/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,18 +20,43 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/smart_settings/locale/nb/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/nb/LC_MESSAGES/django.po index 5ae9f4ab67..7e3af25169 100644 --- a/mayan/apps/smart_settings/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/nb/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,18 +19,43 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 1106417ef8..f29cf4d305 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,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,28 +9,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 1b2f699531..d56eeeb8a1 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 @@ -12,28 +12,61 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-03-04 05:08+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +#, fuzzy +#| msgid "Settings" +msgid "Smart settings" msgstr "Ustawienia" -#: views.py:34 +#: apps.py:31 +#, fuzzy +#| msgid "Settings" +msgid "Setting count" +msgstr "Ustawienia" + +#: apps.py:35 msgid "Name" msgstr "Nazwa" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "Wartość" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "Ustawienia" + +#: views.py:17 +#, fuzzy +#| msgid "Settings" +msgid "Setting namespaces" +msgstr "Ustawienia" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 196ab5c3cb..7030b83451 100644 --- a/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/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,28 +10,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 9e6bb7437a..55c8597d53 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,28 +10,60 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-05-06 20:40+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +#, fuzzy +#| msgid "Settings" +msgid "Smart settings" msgstr "Definições" -#: views.py:34 +#: apps.py:31 +#, fuzzy +#| msgid "Settings" +msgid "Setting count" +msgstr "Definições" + +#: apps.py:35 msgid "Name" msgstr "Nome" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "Valor" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "Definições" + +#: views.py:17 +#, fuzzy +#| msgid "Settings" +msgid "Setting namespaces" +msgstr "Definições" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 32b4aefdd5..430955d9b2 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,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,28 +10,55 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 eb06b4a5d3..afb64247f0 100644 --- a/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/ru/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: # Sergey Glita , 2011-2012 @@ -9,28 +9,56 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 72ec6748f6..85c1bd67b5 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,35 +1,62 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/smart_settings/locale/sq/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/sq/LC_MESSAGES/django.po index 75545beeef..646b08cd58 100644 --- a/mayan/apps/smart_settings/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/sq/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,18 +19,43 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/smart_settings/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/tr_TR/LC_MESSAGES/django.po index 074a6cdb14..2c412fbe53 100644 --- a/mayan/apps/smart_settings/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/tr_TR/LC_MESSAGES/django.po @@ -1,35 +1,61 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 75b3dad42d..b51d5ed173 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,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,28 +9,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" 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 a82d264e05..5969edf947 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,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: # malijie , 2014 @@ -9,28 +9,54 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/smart_settings/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/zh_TW/LC_MESSAGES/django.po index 933eafecfc..7cbb20139d 100644 --- a/mayan/apps/smart_settings/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/zh_TW/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,18 +19,43 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: links.py:10 views.py:29 -msgid "Settings" +#: apps.py:25 +msgid "Smart settings" msgstr "" -#: views.py:34 +#: apps.py:31 +msgid "Setting count" +msgstr "" + +#: apps.py:35 msgid "Name" msgstr "" -#: views.py:36 +#: apps.py:39 msgid "Value" msgstr "" +#: apps.py:42 +msgid "Found in path" +msgstr "" + +#: apps.py:44 +msgid "n/a" +msgstr "" + +#: links.py:13 links.py:17 +msgid "Settings" +msgstr "" + +#: views.py:17 +msgid "Setting namespaces" +msgstr "" + +#: views.py:30 +#, python-format +msgid "Settings in namespace: %s" +msgstr "" + #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po index c9fe230c49..c4456b666d 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,17 +9,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "خلق مصادر وثائق جديدة" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +54,68 @@ msgstr "فك الملفات المضغوطة" msgid "Upload a compressed file's contained files as individual documents" msgstr "تحميل الملفات في ملف مضغوط كوثائق منفردة" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "ملف الاعداد" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "ملف" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "نوع الوثيقة الحالي" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "مصادر الوثائق" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "دائما" @@ -111,15 +128,15 @@ msgstr "لا" msgid "Ask user" msgstr "اسئل المستخدم" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,397 +144,366 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "مسار نظام الملفات على الخادم" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "قيمة العرض لتمريرها إلى نظام المعالجة" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "قيمة الارتفاع لتمريرها إلى نظام المعالجة" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "هل يتم فك الملفات المضغوطة أم لا." -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "حذف الملف بعد رفعه بنجاح." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "غير قادر على ايجاد قائمة بملفات الاعداد: %s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "أدخل قيمة صالحة" - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "استخدم مصادر لتحديد المدخلات، مثل: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "إعداد المصادر" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "خلق مصادر وثائق جديدة" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "حذف مصادر الوثائق" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "تحرير مصادر الوثائق" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "عرض مصادر الوثائق الحالية" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "خطأ بانشاء المصدر: %s" + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Create new transformation for source: %s" +msgid "Log entries for source: %s" +msgstr "إنشاء تحويل جديد للمصدر: %s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "مصادر الوثائق" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "نوع الوثيقة الحالي" - -#: views.py:258 -msgid "None" -msgstr "لا شيء" - -#: views.py:265 -msgid "Current metadata" -msgstr "البيانات الوصفية الحالية" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "تم مسح ملف الاعداد بنجاح" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "خطأ بمسح ملف الاعداد %s" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "تم تعديل المصدر بنجاح" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "خطأ بتعديل المصدر: %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "المصدر \"%s\" تم مسحه بنجاح" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "خطأ بمسح المصدر: %(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "هل أنت متأكد من مسح المصدر: %s ؟" - -#: views.py:467 -msgid "Source created successfully" -msgstr "تم انشاء المصدر بنجاح" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "خطأ بانشاء المصدر: %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "انشاء مصدر جديد من النوع: %s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "حذف مصادر الوثائق" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "تم تعديل تحويلات المصدر بنجاح" +#: views.py:496 +msgid "Type" +msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "خطأ بتعديل تحويل المصدر: %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "تعديل التحرير: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "تم حذف مصدر التحويل بنجاح" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "خطأ أثناء حذف مصدر التحويل: %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "هل أنت متأكد أنك تريد حذف مصدر التحويل \"%(transformation)s\" ؟" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "إنشاء تحويل المصدر بنجاح" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "خطأ في إنشاء مصدر التحويل؛ %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "إنشاء تحويل جديد للمصدر: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "أدخل قيمة صالحة" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "استخدم مصادر لتحديد المدخلات، مثل: %s" + +#~ msgid "None" +#~ msgstr "لا شيء" + +#~ msgid "Current metadata" +#~ msgstr "البيانات الوصفية الحالية" + +#~ msgid "Source edited successfully" +#~ msgstr "تم تعديل المصدر بنجاح" + +#~ msgid "Error editing source; %s" +#~ msgstr "خطأ بتعديل المصدر: %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "المصدر \"%s\" تم مسحه بنجاح" + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "خطأ بمسح المصدر: %(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "هل أنت متأكد من مسح المصدر: %s ؟" + +#~ msgid "Source created successfully" +#~ msgstr "تم انشاء المصدر بنجاح" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "تم تعديل تحويلات المصدر بنجاح" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "خطأ بتعديل تحويل المصدر: %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "تعديل التحرير: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "تم حذف مصدر التحويل بنجاح" + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "خطأ أثناء حذف مصدر التحويل: %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "هل أنت متأكد أنك تريد حذف مصدر التحويل \"%(transformation)s\" ؟" + +#~ msgid "Source transformation created successfully" +#~ msgstr "إنشاء تحويل المصدر بنجاح" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "خطأ في إنشاء مصدر التحويل؛ %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po index 86cfa7a14e..106936e271 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,17 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Създаване на източници на документи" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +53,68 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Файл" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "Текущ тип на документа" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Източници на документи" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Винаги" @@ -111,15 +127,15 @@ msgstr "Никога" msgid "Ask user" msgstr "Питане на потребителя" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,397 +143,323 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Настройка на източници" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Създаване на източници на документи" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Изтриване на източници на документи" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Редактиране на източници на документи" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Преглед на съществуващи източници на документи" -#: views.py:112 wizards.py:34 -msgid "" -"No interactive document sources have been defined or none have been enabled," -" create one before proceeding." +#: tasks.py:29 +#, python-format +msgid "Error processing source: %s" msgstr "" -#: views.py:140 +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" +msgstr "" + +#: views.py:147 wizards.py:36 +msgid "" +"No interactive document sources have been defined or none have been enabled, " +"create one before proceeding." +msgstr "" + +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Източници на документи" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "Текущ тип на документа" - -#: views.py:258 -msgid "None" +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." -msgstr "" - -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Източник \"%s\" е изтрит успешно" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Източникът е създаден успешно" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Изтриване на източници на документи" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Редактирането на преобразуването на източника е успешно" - -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Изтриването на преобразуването на източника е успешно" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Създаването на преобразуването на източника е успешно" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Източник \"%s\" е изтрит успешно" + +#~ msgid "Source created successfully" +#~ msgstr "Източникът е създаден успешно" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Редактирането на преобразуването на източника е успешно" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Изтриването на преобразуването на източника е успешно" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Създаването на преобразуването на източника е успешно" + #~ msgid "Upload sources" #~ msgstr "Upload sources" 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 4f08e56331..977f0b0e6b 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,17 +9,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Kreiraj nove izvore dokumenta" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +54,68 @@ msgstr "Otpakuj kompresovane datoteke" msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload kompresovane datoteke koja sadrži individualne dokumente" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "Osnovna datoteka" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Datoteka" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "Tekući tip dokumenta" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "izvori dokumenata" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Uvijek" @@ -111,15 +128,15 @@ msgstr "Nikada" msgid "Ask user" msgstr "Pitaj korisnika" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,397 +144,368 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "Serverska putanja na filesystem-u" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "Vrijednost za širinu za konvertovanje na backend-u." -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "Vrijednost za visinu za konvertovanje na backend-u." -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Otpakuj ili ne kompresovane datoteke" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Obriši datoteku nakon što bude uspješno upload-ana." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "Onemogući dobivanje liste osnovnih datoteka: %s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Unesi ispravnu vrijednost" - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Koristi rječnik da idetfikuješ argumente, npr.: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Setup izvora" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Kreiraj nove izvore dokumenta" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Obriši izvore dokumenta" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Izmijeni izvore dokumenta" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Pregledaj postojeće izvore dokumenata" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Greška pri kreiranju izvora; %s" + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Create new transformation for source: %s" +msgid "Log entries for source: %s" +msgstr "Kreiraj novu transformaciju za izvor: %s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "izvori dokumenata" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "Tekući tip dokumenta" - -#: views.py:258 -msgid "None" -msgstr "Ništa" - -#: views.py:265 -msgid "Current metadata" -msgstr "Tekući metadata" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Osnovna datoteka uspješno obrisana." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Greška brisanja osnovne datoteke; %s." -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Izvor uspješno izmijenjen" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Greška pri izmjeni izvora; %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Izvor \"%s\" uspješno obrisan." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Greška pri izmjeni izvora \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Jeste li sigurni da želite obrisati izvor: %s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Izvor uspješno kreiran" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Greška pri kreiranju izvora; %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Kreiraj novi tip izvora: %s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Obriši izvore dokumenta" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Uspješno izmijenjena transformacija izvora." +#: views.py:496 +msgid "Type" +msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Greška pri izmjeni transformacije izvora; %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Izmijeni transformaciju: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Transformacija izvora uspješno obrisana." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Greška pri brisanju transformacije izvora; %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Jeste li sigurni da želite obrisati transformaciju izvora \"%(transformation)s\" " - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Transformacija izvora uspješno kreirana." - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Greška pri kreiranju transformacije izvora; %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Kreiraj novu transformaciju za izvor: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "Unesi ispravnu vrijednost" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Koristi rječnik da idetfikuješ argumente, npr.: %s" + +#~ msgid "None" +#~ msgstr "Ništa" + +#~ msgid "Current metadata" +#~ msgstr "Tekući metadata" + +#~ msgid "Source edited successfully" +#~ msgstr "Izvor uspješno izmijenjen" + +#~ msgid "Error editing source; %s" +#~ msgstr "Greška pri izmjeni izvora; %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Izvor \"%s\" uspješno obrisan." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Greška pri izmjeni izvora \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Jeste li sigurni da želite obrisati izvor: %s?" + +#~ msgid "Source created successfully" +#~ msgstr "Izvor uspješno kreiran" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Uspješno izmijenjena transformacija izvora." + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Greška pri izmjeni transformacije izvora; %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Izmijeni transformaciju: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Transformacija izvora uspješno obrisana." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Greška pri brisanju transformacije izvora; %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Jeste li sigurni da želite obrisati transformaciju izvora " +#~ "\"%(transformation)s\" " + +#~ msgid "Source transformation created successfully" +#~ msgstr "Transformacija izvora uspješno kreirana." + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Greška pri kreiranju transformacije izvora; %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/da/LC_MESSAGES/django.po b/mayan/apps/sources/locale/da/LC_MESSAGES/django.po index 43c6519aec..5860a38f72 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,17 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Opret et nyt dokument kilder" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +53,68 @@ msgstr "Udpak komprimerede filer" msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload individuelle filer fra komprimeret arkiv" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "Staging fil" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Fil" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "Nuværende dokument type" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Document kilder" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Altid" @@ -111,15 +127,15 @@ msgstr "Aldrig" msgid "Ask user" msgstr "Spørg bruger" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,397 +143,368 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "Serverside filsystem sti." -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "Bredde, der overføres til konverter backend." -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "Højde, der overføres til konverter backend." -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Hvorvidt et pakket arkiv skal udpakkes eller ikke" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Slet filen, efter upload." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "Kan ikke danne en liste med staging filer: %s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Indtast en gyldig værdi." - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Brug ordbøger til at identificere argumenter, eksempel: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Kilde setup" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Opret et nyt dokument kilder" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Slet Document kilder" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Rediger dokument kilder" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Se eksisterende dokument kilder" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Fejl ved dannelse af kilde; %s" + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Create new transformation for source: %s" +msgid "Log entries for source: %s" +msgstr "Dan ny transformation til kilde: %s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Document kilder" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "Nuværende dokument type" - -#: views.py:258 -msgid "None" -msgstr "Ingen" - -#: views.py:265 -msgid "Current metadata" -msgstr "Nuværende metadata" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Midlertidig fil slettet" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Fejl ved sletning af midlertidig fil; %s" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Kilde rettet" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Fejl ved rettelse af kilde; %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Kilde \"%s\" slettet." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Fejl ved sletning af kilde \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Er du sikker på at du vil slette kilden: %s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Kilde dannet" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Fejl ved dannelse af kilde; %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Dan en ny kilde af typen: %s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Slet Document kilder" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Kilde tranformation redigeret" +#: views.py:496 +msgid "Type" +msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Fejl ved kilde transformation; %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Redigér transformation: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Kilde transformation slettet" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Fejl ved sletning af kilde transformation; %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Er du sikker på at du vil slette kilde transformation \"%(transformation)s\"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Kilde transformation dannet" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Fejl ved dannelse af kilde transformation; %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Dan ny transformation til kilde: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "Indtast en gyldig værdi." + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Brug ordbøger til at identificere argumenter, eksempel: %s" + +#~ msgid "None" +#~ msgstr "Ingen" + +#~ msgid "Current metadata" +#~ msgstr "Nuværende metadata" + +#~ msgid "Source edited successfully" +#~ msgstr "Kilde rettet" + +#~ msgid "Error editing source; %s" +#~ msgstr "Fejl ved rettelse af kilde; %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Kilde \"%s\" slettet." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Fejl ved sletning af kilde \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Er du sikker på at du vil slette kilden: %s?" + +#~ msgid "Source created successfully" +#~ msgstr "Kilde dannet" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Kilde tranformation redigeret" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Fejl ved kilde transformation; %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Redigér transformation: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Kilde transformation slettet" + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Fejl ved sletning af kilde transformation; %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Er du sikker på at du vil slette kilde transformation \"%(transformation)s" +#~ "\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Kilde transformation dannet" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Fejl ved dannelse af kilde transformation; %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/sources/locale/de_CH/LC_MESSAGES/django.po index 8f5bd99532..3ffcd51178 100644 --- a/mayan/apps/sources/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/de_CH/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,7 +19,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +msgid "Create a document source" +msgstr "" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +50,66 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 -msgid "Add new staging folder" +msgid "Clone" msgstr "" -#: links.py:26 -msgid "Add new watch folder" -msgstr "" - -#: links.py:27 -msgid "Add new POP3 email" -msgstr "" - -#: links.py:28 -msgid "Add new IMAP email" -msgstr "" - -#: links.py:30 links.py:34 -msgid "Edit" -msgstr "" - -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 -msgid "Document sources" +#: links.py:34 +msgid "Add new imap email" msgstr "" #: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 +msgid "Add new staging folder" +msgstr "" + +#: links.py:49 +msgid "Add new watch folder" +msgstr "" + +#: links.py:54 +msgid "Add new webform source" +msgstr "" + +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "" + +#: links.py:63 +msgid "Edit" +msgstr "" + +#: links.py:67 +msgid "Document sources" +msgstr "" + +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "" @@ -111,15 +122,15 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,396 +138,305 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, python-format +msgid "Error processing source: %s" +msgstr "" + +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" +msgstr "" + +#: views.py:147 wizards.py:36 msgid "" "No interactive document sources have been defined or none have been enabled, " "create one before proceeding." msgstr "" -#: views.py:140 +#: views.py:171 views.py:189 +msgid "Document properties" +msgstr "" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "" - -#: views.py:258 -msgid "None" -msgstr "" - -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 +#: views.py:354 msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format -msgid "Transformations for: %s" +msgid "Delete the source: %s?" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "" - -#: views.py:521 +#: views.py:485 #, python-format -msgid "Error editing source transformation; %s" +msgid "Edit source: %s" msgstr "" -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + #~ msgid "Upload sources" #~ msgstr "Upload sources" 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 cd4d1304e5..5514142938 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 @@ -16,17 +16,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "Quellen" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Dokumentenquelle erstellen" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "Bild" @@ -42,70 +60,72 @@ msgstr "Komprimierte Dateien entpacken" msgid "Upload a compressed file's contained files as individual documents" msgstr "Ein komprimiertes Archiv hochladen, das einzelne Dokumente enthält" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "Arbeitsdatei" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Datei" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Upload new documents" +msgid "New document" msgstr "Neue Dokumente hochladen" -#: links.py:19 +#: links.py:25 msgid "Clone" msgstr "Duplizieren" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "Löschen" +#: links.py:34 +#, fuzzy +#| msgid "Add new POP3 email" +msgid "Add new imap email" +msgstr "Neue POP3 Quelle hinzufügen" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "Quellen" +#: links.py:39 +#, fuzzy +#| msgid "Add new POP3 email" +msgid "Add new pop3 email" +msgstr "Neue POP3 Quelle hinzufügen" -#: links.py:24 -msgid "Add new webform source" -msgstr "Neue Quelle für Webformular hinzufügen" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "Neuen Staging-Ordner hinzufügen" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "Neuen Beobachtungs-Ordner hinzufügen" -#: links.py:27 -msgid "Add new POP3 email" -msgstr "Neue POP3 Quelle hinzufügen" +#: links.py:54 +msgid "Add new webform source" +msgstr "Neue Quelle für Webformular hinzufügen" -#: links.py:28 -msgid "Add new IMAP email" -msgstr "Neue IMAP Quelle hinzufügen" +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "Löschen" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "Bearbeiten" -#: links.py:32 -msgid "Transformations" -msgstr "Transformationen" - -#: links.py:33 -msgid "Add transformation" -msgstr "Transformation hinzufügen" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Dokumentenquelle" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "Neue Version hochladen" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Immer" @@ -118,15 +138,15 @@ msgstr "Niemals" msgid "Ask user" msgstr "Benutzer fragen" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "Webformular" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "Staging-Ordner" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "Beobachtungs-Ordner" @@ -134,397 +154,418 @@ msgstr "Beobachtungs-Ordner" msgid "POP3 email" msgstr "POP3" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "IMAP" -#: models.py:41 -msgid "Title" -msgstr "Titel" +#: models.py:40 +msgid "Label" +msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "Aktiviert" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "Quelle" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "Interaktive Quelle" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "Interaktive Quellen" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "Ordnerpfad" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "Pfad auf dem Server" -#: models.py:102 -msgid "Preview width" -msgstr "Vorschaubreite" +#: models.py:139 models.py:444 +msgid "Folder path" +msgstr "Ordnerpfad" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "Breite, die an den Konverter übergeben wird" -#: models.py:103 -msgid "Preview height" -msgstr "Vorschauhöhe" +#: models.py:143 +msgid "Preview width" +msgstr "Vorschaubreite" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "Höhe, die an den Konverter übergeben wird" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" -msgstr "Entpacken" +#: models.py:148 +msgid "Preview height" +msgstr "Vorschauhöhe" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Sollen komprimierte Archive entpackt werden?" -#: models.py:105 -msgid "Delete after upload" -msgstr "Nach Hochladen löschen" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" +msgstr "Entpacken" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Datei nach erfolgreichem Hochladen löschen." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "Nach Hochladen löschen" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "Die Liste der Arbeitsdateien kann nicht ermittelt werden: %s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "Fehler beim Löschen von Staging-Datei: %s" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "Staging-Ordner" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "Webformular" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "Außer Kontrolle" -#: models.py:166 -msgid "Interval" -msgstr "Intervall" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "Intervall in Sekunden zwischen den Überprüfungen auf neue Dokumente" -#: models.py:167 -msgid "Document type" -msgstr "Dokumententyp" +#: models.py:243 +msgid "Interval" +msgstr "Intervall" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "Ordnen Sie einen Dokumententyp für Dokumente aus dieser Quelle zu" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "Dokumententyp" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "Ob komprimierte Archive entpackt werden sollen" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "Intarvall Quelle" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "Intarvall Quellen" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "Host" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "SSL" -#: models.py:214 -msgid "Port" -msgstr "Port" - -#: models.py:214 +#: models.py:310 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:215 +#: models.py:311 +msgid "Port" +msgstr "Port" + +#: models.py:313 msgid "Username" msgstr "Benutzer" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "Passwort" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "Anhang-%i" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "E-Mail Quelle" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "E-Mail Quellen" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "Timeout" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "POP email" -#: models.py:297 -msgid "Mailbox" -msgstr "Mailbox" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "Mailbox die auf Nachrichten mit Anhängen überprüft werden soll" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "Mailbox" + +#: models.py:463 msgid "Watch folders" msgstr "Beobachtungs-Ordner" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Geben Sie eine gültigen Wert an." +#: models.py:471 views.py:66 +msgid "Date time" +msgstr "" -#: models.py:385 views.py:494 -msgid "Order" -msgstr "Reihenfolge" +#: models.py:474 views.py:70 +msgid "Message" +msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" -msgstr "Transformation" +#: models.py:480 +msgid "Log entry" +msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "Argumente" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Python-Dictionaries für die Angabe von Parametern nutzen, Beispiel: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "Dokumentenquelle Transformation" - -#: models.py:398 -msgid "Document source transformations" -msgstr "Dokumentenquelle Transformationen" +#: models.py:481 +msgid "Log entries" +msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Quellen-Einrichtung" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Dokumentenquelle erstellen" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Dokumentenquellen löschen" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Dokumentenquellen bearbeiten" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Existierende Dokumentenquellen anzeigen" -#: views.py:112 wizards.py:34 -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." +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Fehler beim Anlegen der Quelle: %s" -#: views.py:140 +#: views.py:62 +#, fuzzy, python-format +#| msgid "Upload a new version from source: %s" +msgid "Log entries for source: %s" +msgstr "Eine neue Version von Quelle %s hochladen" + +#: views.py:147 wizards.py:36 +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." + +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Dokumentenquelle" + +#: views.py:179 msgid "Files in staging path" msgstr "Dateien im Staging Pfad" -#: views.py:224 +#: views.py:269 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:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "Ein Dokument aus Quelle %s hochladen" -#: views.py:257 -msgid "Current document type" -msgstr "Aktueller Dokumententyp" +#: views.py:354 +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:258 -msgid "None" -msgstr "Keiner" - -#: views.py:265 -msgid "Current metadata" -msgstr "Aktuelle Metadaten" - -#: views.py:313 -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:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "Eine neue Version von Quelle %s hochladen" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Arbeitsdatei erfolgreich gelöscht." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Arbeitsdatei konnte nicht gelöscht werden: %s." -#: views.py:382 -msgid "Type" -msgstr "Typ" - -#: views.py:387 -msgid "Yes" -msgstr "Ja" - -#: views.py:387 -msgid "No" -msgstr "Nein" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Quelle erfolgreich bearbeitet" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Fehler beim Bearbeiten der Quelle: %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "Quelle %s bearbeiten" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Quelle \"%s\" erfolgreich gelöscht" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Fehler beim Löschen der Quelle \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Sind Sie sicher, dass Sie diese Quelle löschen möchten: %s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Quelle erfolgreich angelegt" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Fehler beim Anlegen der Quelle: %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Quelle des Typs %s erstellen" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Dokumentenquellen löschen" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" -msgstr "Transformationen von %s" +msgid "Edit source: %s" +msgstr "Quelle %s bearbeiten" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Quellen-Transformation erfolgreich bearbeitet" +#: views.py:496 +msgid "Type" +msgstr "Typ" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Fehler beim Bearbeiten der Quellen-Transformation: %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Transformation %s bearbeiten" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Quellen-Transformation erfolgreich gelöscht." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Fehler beim Löschen der Quellen-Transformation: %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Sind Sie sicher, dass Sie die Quellen-Transformation \"%(transformation)s\" löschen möchten?" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Quellen-Transformation erfolgreich erstellt" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Fehler beim Erstellen der Quellen-Transformation: %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Transformation für Quelle erstellen: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "Seitenbild Stagingdatei" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "Schritt 1 von 2: Auswahl Dokumententyp" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "Schritt 2 von 2: Eingabe von Metadaten" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "Nächster Schritt" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Add new IMAP email" +#~ msgstr "Neue IMAP Quelle hinzufügen" + +#~ msgid "Transformations" +#~ msgstr "Transformationen" + +#~ msgid "Add transformation" +#~ msgstr "Transformation hinzufügen" + +#~ msgid "Title" +#~ msgstr "Titel" + +#~ msgid "Enter a valid value." +#~ msgstr "Geben Sie eine gültigen Wert an." + +#~ msgid "Order" +#~ msgstr "Reihenfolge" + +#~ msgid "Transformation" +#~ msgstr "Transformation" + +#~ msgid "Arguments" +#~ msgstr "Argumente" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "" +#~ "Python-Dictionaries für die Angabe von Parametern nutzen, Beispiel: %s" + +#~ msgid "Document source transformation" +#~ msgstr "Dokumentenquelle Transformation" + +#~ msgid "Document source transformations" +#~ msgstr "Dokumentenquelle Transformationen" + +#~ msgid "Current document type" +#~ msgstr "Aktueller Dokumententyp" + +#~ msgid "None" +#~ msgstr "Keiner" + +#~ msgid "Current metadata" +#~ msgstr "Aktuelle Metadaten" + +#~ msgid "Yes" +#~ msgstr "Ja" + +#~ msgid "No" +#~ msgstr "Nein" + +#~ msgid "Source edited successfully" +#~ msgstr "Quelle erfolgreich bearbeitet" + +#~ msgid "Error editing source; %s" +#~ msgstr "Fehler beim Bearbeiten der Quelle: %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Quelle \"%s\" erfolgreich gelöscht" + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Fehler beim Löschen der Quelle \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Sind Sie sicher, dass Sie diese Quelle löschen möchten: %s?" + +#~ msgid "Source created successfully" +#~ msgstr "Quelle erfolgreich angelegt" + +#~ msgid "Transformations for: %s" +#~ msgstr "Transformationen von %s" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Quellen-Transformation erfolgreich bearbeitet" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Fehler beim Bearbeiten der Quellen-Transformation: %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Transformation %s bearbeiten" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Quellen-Transformation erfolgreich gelöscht." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Fehler beim Löschen der Quellen-Transformation: %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Sind Sie sicher, dass Sie die Quellen-Transformation \"%(transformation)s" +#~ "\" löschen möchten?" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Quellen-Transformation erfolgreich erstellt" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Fehler beim Erstellen der Quellen-Transformation: %s" + +#~ msgid "Create new transformation for source: %s" +#~ msgstr "Transformation für Quelle erstellen: %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/en/LC_MESSAGES/django.po b/mayan/apps/sources/locale/en/LC_MESSAGES/django.po index 05c9e2a890..11e183fa8c 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/" @@ -18,7 +18,25 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +#, fuzzy +msgid "Sources" +msgstr "sources" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Create new document sources" + +#: apps.py:53 +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 "" + +#: apps.py:63 #, fuzzy msgid "Thumbnail" msgstr "thumbnail" @@ -35,79 +53,72 @@ msgstr "Expand compressed files" msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload a compressed file's contained files as individual documents" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "Staging file" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "File" -#: links.py:18 +#: handlers.py:13 +msgid "Default" +msgstr "" + +#: links.py:22 #, fuzzy -msgid "Upload new documents" +msgid "New document" msgstr "upload new version" -#: links.py:19 +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -#, fuzzy -msgid "Delete" -msgstr "delete" +#: links.py:34 +msgid "Add new imap email" +msgstr "" -#: links.py:23 models.py:86 views.py:377 -#, fuzzy -msgid "Sources" -msgstr "sources" +#: links.py:39 +msgid "Add new pop3 email" +msgstr "" -#: links.py:24 -#, fuzzy -msgid "Add new webform source" -msgstr "add new source" - -#: links.py:25 +#: links.py:44 #, fuzzy msgid "Add new staging folder" msgstr "server staging folders" -#: links.py:26 +#: links.py:49 #, fuzzy msgid "Add new watch folder" msgstr "server watch folders" -#: links.py:27 -msgid "Add new POP3 email" -msgstr "" +#: links.py:54 +#, fuzzy +msgid "Add new webform source" +msgstr "add new source" -#: links.py:28 -msgid "Add new IMAP email" -msgstr "" +#: links.py:59 links.py:73 +#, fuzzy +msgid "Delete" +msgstr "delete" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -#, fuzzy -msgid "Transformations" -msgstr "transformations" - -#: links.py:33 -#, fuzzy -msgid "Add transformation" -msgstr "add transformation" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Document sources" -#: links.py:39 +#: links.py:78 #, fuzzy msgid "Upload new version" msgstr "upload new version" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Always" @@ -120,17 +131,17 @@ msgstr "Never" msgid "Ask user" msgstr "Ask user" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 #, fuzzy msgid "Web form" msgstr "web form" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 #, fuzzy msgid "Staging folder" msgstr "staging folder" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 #, fuzzy msgid "Watch folder" msgstr "watch folder" @@ -139,255 +150,247 @@ msgstr "watch folder" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -#, fuzzy -msgid "Title" -msgstr "title" +#: models.py:40 +msgid "Label" +msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 #, fuzzy msgid "Enabled" msgstr "enabled" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 #, fuzzy msgid "Source" msgstr "source" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 +msgid "Server side filesystem path." +msgstr "Server side filesystem path." + +#: models.py:139 models.py:444 #, fuzzy msgid "Folder path" msgstr "folder path" -#: models.py:101 models.py:340 -msgid "Server side filesystem path." -msgstr "Server side filesystem path." +#: models.py:142 +msgid "Width value to be passed to the converter backend." +msgstr "Width value to be passed to the converter backend." -#: models.py:102 +#: models.py:143 #, fuzzy msgid "Preview width" msgstr "preview width" -#: models.py:102 -msgid "Width value to be passed to the converter backend." -msgstr "Width value to be passed to the converter backend." +#: models.py:147 +msgid "Height value to be passed to the converter backend." +msgstr "Height value to be passed to the converter backend." -#: models.py:103 +#: models.py:148 #, fuzzy msgid "Preview height" msgstr "preview height" -#: models.py:103 -msgid "Height value to be passed to the converter backend." -msgstr "Height value to be passed to the converter backend." +#: models.py:152 models.py:218 +msgid "Whether to expand or not compressed archives." +msgstr "Whether to expand or not compressed archives." -#: models.py:104 models.py:146 models.py:168 +#: models.py:153 models.py:219 models.py:253 #, fuzzy msgid "Uncompress" msgstr "uncompress" -#: models.py:104 models.py:146 -msgid "Whether to expand or not compressed archives." -msgstr "Whether to expand or not compressed archives." +#: models.py:157 +msgid "Delete the file after is has been successfully uploaded." +msgstr "Delete the file after is has been successfully uploaded." -#: models.py:105 +#: models.py:158 #, fuzzy msgid "Delete after upload" msgstr "delete after upload" -#: models.py:105 -msgid "Delete the file after is has been successfully uploaded." -msgstr "Delete the file after is has been successfully uploaded." - -#: models.py:123 +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "Unable get list of staging files: %s" -#: models.py:134 +#: models.py:203 #, fuzzy, python-format msgid "Error deleting staging file; %s" msgstr "Unable to delete staging file: %s" -#: models.py:138 +#: models.py:208 #, fuzzy msgid "Staging folders" msgstr "staging folders" -#: models.py:154 +#: models.py:228 #, fuzzy msgid "Web forms" msgstr "web forms" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 #, fuzzy msgid "Out of process" msgstr "out of process" -#: models.py:166 -#, fuzzy -msgid "Interval" -msgstr "interval" - -#: models.py:166 +#: models.py:242 #, fuzzy msgid "Interval in seconds between checks for new documents." msgstr "" "Inverval in seconds where the watch folder path is checked for new documents." -#: models.py:167 +#: models.py:243 +#, fuzzy +msgid "Interval" +msgstr "interval" + +#: models.py:247 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:248 #, fuzzy msgid "Document type" msgstr "Current document type" -#: models.py:167 -msgid "Assign a document type to documents uploaded from this source." -msgstr "" - -#: models.py:168 +#: models.py:252 #, fuzzy msgid "Whether to expand or not, compressed archives." msgstr "Whether to expand or not compressed archives." -#: models.py:207 +#: models.py:302 #, fuzzy msgid "Interval source" msgstr "interval" -#: models.py:208 +#: models.py:303 #, fuzzy msgid "Interval sources" msgstr "interval" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 #, fuzzy msgid "Email source" msgstr "edit source: %s" -#: models.py:246 +#: models.py:348 #, fuzzy msgid "Email sources" msgstr "edit source: %s" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 #, fuzzy msgid "Watch folders" msgstr "watch folders" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" +msgstr "" -#: models.py:385 views.py:494 -#, fuzzy -msgid "Order" -msgstr "order" +#: models.py:474 views.py:70 +msgid "Message" +msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -#, fuzzy -msgid "Transformation" -msgstr "transformation" +#: models.py:480 +msgid "Log entry" +msgstr "" -#: models.py:387 views.py:496 -#, fuzzy -msgid "Arguments" -msgstr "arguments" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Use dictionaries to indentify arguments, example: %s" - -#: models.py:397 -#, fuzzy -msgid "Document source transformation" -msgstr "document source transformation" - -#: models.py:398 -#, fuzzy -msgid "Document source transformations" -msgstr "document source transformations" +#: models.py:481 +msgid "Log entries" +msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Sources setup" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Create new document sources" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Delete document sources" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Edit document sources" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "View existing document sources" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Error creating source; %s" + +#: views.py:62 +#, fuzzy, python-format +msgid "Log entries for source: %s" +msgstr "upload a new version from source: %s" + +#: views.py:147 wizards.py:36 #, fuzzy msgid "" "No interactive document sources have been defined or none have been enabled, " @@ -395,173 +398,190 @@ msgid "" msgstr "" "No interactive document sources have been defined or none have been enabled." -#: views.py:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Document sources" + +#: views.py:179 #, fuzzy msgid "Files in staging path" msgstr "files in staging path" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, fuzzy, python-format msgid "Upload a local document from source: %s" msgstr "upload a local document from source: %s" -#: views.py:257 -msgid "Current document type" -msgstr "Current document type" - -#: views.py:258 -msgid "None" -msgstr "None" - -#: views.py:265 -msgid "Current metadata" -msgstr "Current metadata" - -#: views.py:313 +#: views.py:354 #, fuzzy msgid "New document version queued for uploaded and will be available shortly." msgstr "New document version uploaded successfully." -#: views.py:338 +#: views.py:386 #, fuzzy, python-format msgid "Upload a new version from source: %s" msgstr "upload a new version from source: %s" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Staging file delete successfully." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Staging file delete error; %s." -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -#, fuzzy -msgid "No" -msgstr "None" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Source edited successfully" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Error editing source; %s" - -#: views.py:417 -#, fuzzy, python-format -msgid "Edit source: %s" -msgstr "edit source: %s" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Source \"%s\" deleted successfully." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Error deleting source \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Are you sure you wish to delete the source: %s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Source created successfully" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Error creating source; %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Create new source of type: %s" -#: views.py:489 +#: views.py:466 #, fuzzy, python-format -msgid "Transformations for: %s" -msgstr "transformations for: %s" +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Delete document sources" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Source transformation edited successfully" +#: views.py:485 +#, fuzzy, python-format +msgid "Edit source: %s" +msgstr "edit source: %s" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Error editing source transformation; %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Edit transformation: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Source transformation deleted successfully." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Error deleting source transformation; %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" +#: views.py:496 +msgid "Type" msgstr "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Source transformation created successfully" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Error creating source transformation; %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Create new transformation for source: %s" - -#: widgets.py:23 +#: widgets.py:25 #, fuzzy msgid "Staging file page image" msgstr "Staging file" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#, fuzzy +#~ msgid "Transformations" +#~ msgstr "transformations" + +#, fuzzy +#~ msgid "Add transformation" +#~ msgstr "add transformation" + +#, fuzzy +#~ msgid "Title" +#~ msgstr "title" + +#~ msgid "Enter a valid value." +#~ msgstr "Enter a valid value." + +#, fuzzy +#~ msgid "Order" +#~ msgstr "order" + +#, fuzzy +#~ msgid "Transformation" +#~ msgstr "transformation" + +#, fuzzy +#~ msgid "Arguments" +#~ msgstr "arguments" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Use dictionaries to indentify arguments, example: %s" + +#, fuzzy +#~ msgid "Document source transformation" +#~ msgstr "document source transformation" + +#, fuzzy +#~ 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" + +#, fuzzy +#~ 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" + +#, fuzzy +#~ 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/es/LC_MESSAGES/django.po b/mayan/apps/sources/locale/es/LC_MESSAGES/django.po index 2b41136b04..58e032e5dc 100644 --- a/mayan/apps/sources/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/sources/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,17 +11,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-02-07 05:30+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "Fuentes" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Crear nuevas fuentes de documentos" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "Foto miniatura" @@ -35,72 +53,75 @@ 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:70 +#: forms.py:64 msgid "Staging file" msgstr "Archivo provisional" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Archivo" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Upload new documents" +msgid "New document" msgstr "Subir documentos nuevos" -#: links.py:19 +#: links.py:25 msgid "Clone" msgstr "Clon" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "Borrar" +#: links.py:34 +#, fuzzy +#| msgid "Add new POP3 email" +msgid "Add new imap email" +msgstr "Añadir nuevo correo electrónico POP3" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "Fuentes" +#: links.py:39 +#, fuzzy +#| msgid "Add new POP3 email" +msgid "Add new pop3 email" +msgstr "Añadir nuevo correo electrónico POP3" -#: links.py:24 -msgid "Add new webform source" -msgstr "Añadir nueva fuente en formato web" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "Añadir nueva carpeta de ensayo" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "Añadir nueva carpeta observada" -#: links.py:27 -msgid "Add new POP3 email" -msgstr "Añadir nuevo correo electrónico POP3" +#: links.py:54 +msgid "Add new webform source" +msgstr "Añadir nueva fuente en formato web" -#: links.py:28 -msgid "Add new IMAP email" -msgstr "Añadir nuevo correo electrónico IMAP" +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "Borrar" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "Editar" -#: links.py:32 -msgid "Transformations" -msgstr "Transformaciones" - -#: links.py:33 -msgid "Add transformation" -msgstr "Añadir transformaciones" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Fuentes de documentos" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "Subir versión nueva" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Siempre" @@ -113,15 +134,15 @@ msgstr "Nunca" msgid "Ask user" msgstr "Preguntar al usuario" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "Formulario web" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "Archivos provisionales" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "Carpeta observada" @@ -129,397 +150,418 @@ msgstr "Carpeta observada" msgid "POP3 email" msgstr "Correo electrónico POP3" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "Correo electrónico IMAP" -#: models.py:41 -msgid "Title" -msgstr "Título" +#: models.py:40 +msgid "Label" +msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "Habilitado" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "Fuente" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "Fuente interactiva" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "Fuentes interactivas" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "Ruta de la carpeta" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "Ruta a los archivos en el servidor." -#: models.py:102 -msgid "Preview width" -msgstr "Ancho de muestra" +#: models.py:139 models.py:444 +msgid "Folder path" +msgstr "Ruta de la carpeta" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "Valor de la anchura que se pasa al backend convertidor." -#: models.py:103 -msgid "Preview height" -msgstr "Alto de muestra" +#: models.py:143 +msgid "Preview width" +msgstr "Ancho de muestra" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "Valor de la altura que se pasa al backend convertidor." -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" -msgstr "Decomprimir" +#: models.py:148 +msgid "Preview height" +msgstr "Alto de muestra" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "La posibilidad de ampliar o no archivos comprimidos." -#: models.py:105 -msgid "Delete after upload" -msgstr "Borrar después de subir" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" +msgstr "Decomprimir" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Eliminar el archivo después de que se haya cargado correctamente." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "Borrar después de subir" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "No es posible obtener la lista de los archivos provisionales: %s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "Error al borrar archivo de ensayo; %s" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "Archivos provisionales" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "Formularios web" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "Fuera de proceso" -#: models.py:166 -msgid "Interval" -msgstr "Intérvalo" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "Intérvalo en segudos entre cotejos para documentos nuevos" -#: models.py:167 +#: models.py:243 +msgid "Interval" +msgstr "Intérvalo" + +#: models.py:247 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" +"Asignar un tipo de documento a los documentos subidos desde esta fuente" + +#: models.py:248 msgid "Document type" msgstr "Tipo de documento" -#: models.py:167 -msgid "Assign a document type to documents uploaded from this source." -msgstr "Asignar un tipo de documento a los documentos subidos desde esta fuente" - -#: models.py:168 +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "Expandir o no archivos comprimidos." -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "Fuente de intérvalo" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "Fuentes de intérvalos" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "Host" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "SSL" -#: models.py:214 -msgid "Port" -msgstr "Puerto" - -#: models.py:214 +#: models.py:310 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:215 +#: models.py:311 +msgid "Port" +msgstr "Puerto" + +#: models.py:313 msgid "Username" msgstr "Usuario" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "Contraseña" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "Anejo-%i" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "Fuente de correo electrónico" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "Fuentes de correo electrónico" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "Tiempo de espera" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "Correo electrónico POP" -#: models.py:297 +#: models.py:401 +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." + +#: models.py:402 msgid "Mailbox" msgstr "Buzón" -#: models.py:297 -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." - -#: models.py:353 +#: models.py:463 msgid "Watch folders" msgstr "Carpetas observadas" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Introduzca un valor válido." +#: models.py:471 views.py:66 +msgid "Date time" +msgstr "" -#: models.py:385 views.py:494 -msgid "Order" -msgstr "Orden" +#: models.py:474 views.py:70 +msgid "Message" +msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" -msgstr "Transformación" +#: models.py:480 +msgid "Log entry" +msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "Argumentos" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Utilizar diccionarios para identificar argumentos, por ejemplo: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "Transformación de la fuente del documento" - -#: models.py:398 -msgid "Document source transformations" -msgstr "Transformaciones de la fuente del documento" +#: models.py:481 +msgid "Log entries" +msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Configuración de fuentes de documentos" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Crear nuevas fuentes de documentos" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Eliminar fuentes de documentos" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Editar fuentes de documentos" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Ver fuentes de documento existentes" -#: views.py:112 wizards.py:34 -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." +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Error creando fuente; %s" -#: views.py:140 +#: views.py:62 +#, fuzzy, python-format +#| msgid "Upload a new version from source: %s" +msgid "Log entries for source: %s" +msgstr "Subir una nueva versión de la fuente: %s" + +#: views.py:147 wizards.py:36 +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." + +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Fuentes de documentos" + +#: views.py:179 msgid "Files in staging path" msgstr "Archivos en ruta de ensayo" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "Nuevo documento en cola para ser cargado, estará disponible en breve." -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "Subir documento local desde la fuente: %s" -#: views.py:257 -msgid "Current document type" -msgstr "Tipo de documento actual" +#: views.py:354 +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:258 -msgid "None" -msgstr "Ninguno" - -#: views.py:265 -msgid "Current metadata" -msgstr "Metadatos actuales" - -#: views.py:313 -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:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "Subir una nueva versión de la fuente: %s" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Archivo provisional borrado con éxito." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Error al borrar archivo provisional; %s." -#: views.py:382 -msgid "Type" -msgstr "Tipo" - -#: views.py:387 -msgid "Yes" -msgstr "Si" - -#: views.py:387 -msgid "No" -msgstr "No" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Fuente editada con éxito" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Error editando fuente; %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "Editar fuente: %s" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Fuente \"%s\" borrada con éxito." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Error borrando fuente \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "¿Está seguro que desea eliminar la fuente: %s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Fuente creada con éxito" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Error creando fuente; %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Crear nuevo tipo de fuente: %s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Eliminar fuentes de documentos" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" -msgstr "Transformaciones para: %s" +msgid "Edit source: %s" +msgstr "Editar fuente: %s" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Transformación de la fuente editada con éxito" +#: views.py:496 +msgid "Type" +msgstr "Tipo" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Error al editar la transformación de la fuente; %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Editar transformación: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Transformación de la fuente borrada con éxito." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Error borrando la transformación de la fuente; %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "¿Está seguro que desea eliminar la transformación de la fuente \"%(transformation)s\"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Transformación de la fuente creado con éxito" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Error al crear la transformación de la fuente; %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Crear una nueva transformación para la fuente: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "Imagen de página de archivo provisional" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "Paso 1 de 2: Seleccionar tipo de documento" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "Paso 2 de 2: Entrar la metadata del documento" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "Siguiente paso" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Add new IMAP email" +#~ msgstr "Añadir nuevo correo electrónico IMAP" + +#~ msgid "Transformations" +#~ msgstr "Transformaciones" + +#~ msgid "Add transformation" +#~ msgstr "Añadir transformaciones" + +#~ msgid "Title" +#~ msgstr "Título" + +#~ msgid "Enter a valid value." +#~ msgstr "Introduzca un valor válido." + +#~ msgid "Order" +#~ msgstr "Orden" + +#~ msgid "Transformation" +#~ msgstr "Transformación" + +#~ msgid "Arguments" +#~ msgstr "Argumentos" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Utilizar diccionarios para identificar argumentos, por ejemplo: %s" + +#~ msgid "Document source transformation" +#~ msgstr "Transformación de la fuente del documento" + +#~ msgid "Document source transformations" +#~ msgstr "Transformaciones de la fuente del documento" + +#~ msgid "Current document type" +#~ msgstr "Tipo de documento actual" + +#~ msgid "None" +#~ msgstr "Ninguno" + +#~ msgid "Current metadata" +#~ msgstr "Metadatos actuales" + +#~ msgid "Yes" +#~ msgstr "Si" + +#~ msgid "No" +#~ msgstr "No" + +#~ msgid "Source edited successfully" +#~ msgstr "Fuente editada con éxito" + +#~ msgid "Error editing source; %s" +#~ msgstr "Error editando fuente; %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Fuente \"%s\" borrada con éxito." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Error borrando fuente \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "¿Está seguro que desea eliminar la fuente: %s?" + +#~ msgid "Source created successfully" +#~ msgstr "Fuente creada con éxito" + +#~ msgid "Transformations for: %s" +#~ msgstr "Transformaciones para: %s" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Transformación de la fuente editada con éxito" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Error al editar la transformación de la fuente; %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Editar transformación: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Transformación de la fuente borrada con éxito." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Error borrando la transformación de la fuente; %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "¿Está seguro que desea eliminar la transformación de la fuente " +#~ "\"%(transformation)s\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Transformación de la fuente creado con éxito" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Error al crear la transformación de la fuente; %s" + +#~ msgid "Create new transformation for source: %s" +#~ msgstr "Crear una nueva transformación para la fuente: %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po index 3de967ce59..f2c91eb752 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: # Mehdi Amani , 2014-2015 @@ -10,17 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-03-02 14:19+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "سورس" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "ایجاد سورس سند جدید" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "اندازه کوچک" @@ -36,70 +54,72 @@ msgstr "بازگشایی فایلهای فشرده" msgid "Upload a compressed file's contained files as individual documents" msgstr "آپلود فایل فشرده شامل فایل اصلی سند." -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "پرونده مرحله ای" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "پرونده" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Upload new documents" +msgid "New document" msgstr "آپلود اسناد جدید" -#: links.py:19 +#: links.py:25 msgid "Clone" msgstr "کپی کامل Clone" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "حذف" +#: links.py:34 +#, fuzzy +#| msgid "Add new POP3 email" +msgid "Add new imap email" +msgstr "اضافه کردن pop3 جدید" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "سورس" +#: links.py:39 +#, fuzzy +#| msgid "Add new POP3 email" +msgid "Add new pop3 email" +msgstr "اضافه کردن pop3 جدید" -#: links.py:24 -msgid "Add new webform source" -msgstr "اضافه کردن سورس جدید یک وب فرم" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "ایجتد پرونده مرحله ای" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "ایجاد پرونده تحت نظر" -#: links.py:27 -msgid "Add new POP3 email" -msgstr "اضافه کردن pop3 جدید" +#: links.py:54 +msgid "Add new webform source" +msgstr "اضافه کردن سورس جدید یک وب فرم" -#: links.py:28 -msgid "Add new IMAP email" -msgstr "اضافه کردن IMAP جدید" +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "حذف" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "ویرایش" -#: links.py:32 -msgid "Transformations" -msgstr "تبدیلات" - -#: links.py:33 -msgid "Add transformation" -msgstr "اضافه کردن تبدیل" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "سورسهای سند" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "آپلود نسخه دید" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "همیشه" @@ -112,15 +132,17 @@ msgstr "هرگز" msgid "Ask user" msgstr "پرسیدن از کاربر" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" -msgstr "وب فرم ا " +msgstr "" +"وب فرم " +"ا " -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "پرونده مرحله ای" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "پرونده تحت نظر" @@ -128,397 +150,412 @@ msgstr "پرونده تحت نظر" msgid "POP3 email" msgstr "ایمیل POP3" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "ایمیل IMAP" -#: models.py:41 -msgid "Title" -msgstr "لقب" +#: models.py:40 +msgid "Label" +msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "فعال شده" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "سورس" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "سورس محاوره ای" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "سورس های محاوره ای" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "محل پرونده" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "محل قرارگیری برروی سیستم فایل سمت سرور" -#: models.py:102 -msgid "Preview width" -msgstr "عرض پیش بینی" +#: models.py:139 models.py:444 +msgid "Folder path" +msgstr "محل پرونده" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "مقداری که به مبدل جهت عرض ارسال خواهد شد." -#: models.py:103 -msgid "Preview height" -msgstr "ارتفاع پیش بینی" +#: models.py:143 +msgid "Preview width" +msgstr "عرض پیش بینی" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "مقداری که به مبدل جهت ارتفاع ارسال خواهد شد." -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" -msgstr "فشرده نشده" +#: models.py:148 +msgid "Preview height" +msgstr "ارتفاع پیش بینی" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "گسترش و یا آرشیوهای غیر فشرده" -#: models.py:105 -msgid "Delete after upload" -msgstr "حذف پس ار آپ لود" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" +msgstr "فشرده نشده" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "حدف فایل پس از آپلود موفق آن." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "حذف پس ار آپ لود" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "قادر به گرفتن لیست فایلهای مرحله ای نیست. %s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "خطای حذف فایل مرحله ای : %s" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "پرونده های مرحله ای" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "فرمهای وب" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "خارج از پردازش" -#: models.py:166 -msgid "Interval" -msgstr "فاصله" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "مدت زمان بین بررسی جهت سند جدید." -#: models.py:167 -msgid "Document type" -msgstr "نوع سند" +#: models.py:243 +msgid "Interval" +msgstr "فاصله" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "این نوع را به اسناد آپلود شده از این آدرس تخصیص دهید." -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "نوع سند" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "غییر فشرده سازی آرشیوهای فشرده شده: بلی خیر" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "فاصله سورس" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "فاصله سورسها" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "هاست" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "SSL" -#: models.py:214 -msgid "Port" -msgstr "Port" - -#: models.py:214 +#: models.py:310 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:215 +#: models.py:311 +msgid "Port" +msgstr "Port" + +#: models.py:313 msgid "Username" msgstr "نام کاربری" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "کلمه عبور" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "الضاقیات-%i" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "ایمیل کردن سورس" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "ایمیل کردن سورسها" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "اتمام وقت" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "POP ایمیل" -#: models.py:297 -msgid "Mailbox" -msgstr "صندوق پستی" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "پیامی که میبایست جهت سند پیوستی بررسی گردد." -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "صندوق پستی" + +#: models.py:463 msgid "Watch folders" msgstr "پرونده تحت نظر" -#: models.py:357 -msgid "Enter a valid value." -msgstr "یک مقدار معتبر وارد کنید." +#: models.py:471 views.py:66 +msgid "Date time" +msgstr "" -#: models.py:385 views.py:494 -msgid "Order" -msgstr "ترتیب" +#: models.py:474 views.py:70 +msgid "Message" +msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" -msgstr "تبدیلات" +#: models.py:480 +msgid "Log entry" +msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "آرگومانها" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "استفاده از لغت نامه جهت تشخیص، بعنوان مثال : %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "تبدیل برروی سند اصلی" - -#: models.py:398 -msgid "Document source transformations" -msgstr "تبدیلات برروی سند اصلی" +#: models.py:481 +msgid "Log entries" +msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "راه اندازی ویا نصب منابع " -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "ایجاد سورس سند جدید" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "حذف سورس سند" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "ویرایش سورس سند" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "دیدن سورس اسناد موجود" -#: views.py:112 wizards.py:34 -msgid "" -"No interactive document sources have been defined or none have been enabled," -" create one before proceeding." -msgstr "هیچ منبع محاوره ای سند تعریف و یا فعال نشده، قبل از ادامه دادن یک منبع بسازید." +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "خطای ایجاد سورس: %s" -#: views.py:140 +#: views.py:62 +#, fuzzy, python-format +#| msgid "Upload a new version from source: %s" +msgid "Log entries for source: %s" +msgstr "آپلود نسخه ای جدید از اصل : %s" + +#: views.py:147 wizards.py:36 +msgid "" +"No interactive document sources have been defined or none have been enabled, " +"create one before proceeding." +msgstr "" +"هیچ منبع محاوره ای سند تعریف و یا فعال نشده، قبل از ادامه دادن یک منبع " +"بسازید." + +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "سورسهای سند" + +#: views.py:179 msgid "Files in staging path" msgstr "فایلهای درون راه مرحله ای" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "سند جدیدی که در صف آپلود است بزودی قابل دسترس خواهد بود." -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "آپلود کردن فایل محلی از اصل:%s" -#: views.py:257 -msgid "Current document type" -msgstr "نوع سند فعلی" - -#: views.py:258 -msgid "None" -msgstr "هیچ" - -#: views.py:265 -msgid "Current metadata" -msgstr "متادیتا فعلی" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "نسخه سند جدید که جهت آپلود وارد صف شد بزودی قابل دسترس خواهد بود." -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "آپلود نسخه ای جدید از اصل : %s" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "حذف موفق فایل مرحله ای." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "خطای %s در حذف فایل مرحله ای." -#: views.py:382 -msgid "Type" -msgstr "نوع" - -#: views.py:387 -msgid "Yes" -msgstr "بلی" - -#: views.py:387 -msgid "No" -msgstr "خیر" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "ویرایش موفق سورس" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "خطا %s در ویرایش سورس." - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "ویرایش اصل : %s" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "حذف موفق سورس: %s" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "خطای حذف سورس \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "آیا از حذف سورس %s مطمئن هستید؟" - -#: views.py:467 -msgid "Source created successfully" -msgstr "سورس با موفقیت ایجاد شد." - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "خطای ایجاد سورس: %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "ایجاد سورس جدید از نوع %s." -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "حذف سورس سند" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" -msgstr "تبدیلات برای : %s" +msgid "Edit source: %s" +msgstr "ویرایش اصل : %s" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "تبدیلات سورس با موفقیت اجام شد." +#: views.py:496 +msgid "Type" +msgstr "نوع" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "خطا در ویرایش تبدیلات سورس: %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "ویرایش تبدیلات: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "تبدیلات سورس با موفقیت حذف شد." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "خطا در حذف تبدیلات سورس: %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "آیا از حذف تبدیلات \"%(transformation)s\" مطمئن هستید؟" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "سورس تبدیلات با موفقیت انجام شد." - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "خطای ایجاد تبدیلات سورس. %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "ایجاد تبدیلات جدیدبرای سورس: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "تصویر صفحه فایل مرحله ای" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "پله 1 از 2: انتخاب سند" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "پله 2 از 2: وارد کردن متادیتای سند." -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "مرحله بعدی" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Add new IMAP email" +#~ msgstr "اضافه کردن IMAP جدید" + +#~ msgid "Transformations" +#~ msgstr "تبدیلات" + +#~ msgid "Add transformation" +#~ msgstr "اضافه کردن تبدیل" + +#~ msgid "Title" +#~ msgstr "لقب" + +#~ msgid "Enter a valid value." +#~ msgstr "یک مقدار معتبر وارد کنید." + +#~ msgid "Order" +#~ msgstr "ترتیب" + +#~ msgid "Transformation" +#~ msgstr "تبدیلات" + +#~ msgid "Arguments" +#~ msgstr "آرگومانها" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "استفاده از لغت نامه جهت تشخیص، بعنوان مثال : %s" + +#~ msgid "Document source transformation" +#~ msgstr "تبدیل برروی سند اصلی" + +#~ msgid "Document source transformations" +#~ msgstr "تبدیلات برروی سند اصلی" + +#~ msgid "Current document type" +#~ msgstr "نوع سند فعلی" + +#~ msgid "None" +#~ msgstr "هیچ" + +#~ msgid "Current metadata" +#~ msgstr "متادیتا فعلی" + +#~ msgid "Yes" +#~ msgstr "بلی" + +#~ msgid "No" +#~ msgstr "خیر" + +#~ msgid "Source edited successfully" +#~ msgstr "ویرایش موفق سورس" + +#~ msgid "Error editing source; %s" +#~ msgstr "خطا %s در ویرایش سورس." + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "حذف موفق سورس: %s" + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "خطای حذف سورس \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "آیا از حذف سورس %s مطمئن هستید؟" + +#~ msgid "Source created successfully" +#~ msgstr "سورس با موفقیت ایجاد شد." + +#~ msgid "Transformations for: %s" +#~ msgstr "تبدیلات برای : %s" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "تبدیلات سورس با موفقیت اجام شد." + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "خطا در ویرایش تبدیلات سورس: %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "ویرایش تبدیلات: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "تبدیلات سورس با موفقیت حذف شد." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "خطا در حذف تبدیلات سورس: %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "آیا از حذف تبدیلات \"%(transformation)s\" مطمئن هستید؟" + +#~ msgid "Source transformation created successfully" +#~ msgstr "سورس تبدیلات با موفقیت انجام شد." + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "خطای ایجاد تبدیلات سورس. %s" + +#~ msgid "Create new transformation for source: %s" +#~ msgstr "ایجاد تبدیلات جدیدبرای سورس: %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po index b4fd40f245..05009c27e3 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: # Christophe kryskool , 2014-2015 @@ -10,17 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-04-06 09:27+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "Sources" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Créer de nouvelles sources pour le document" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "Vignette" @@ -34,72 +52,76 @@ 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:70 +#: forms.py:64 msgid "Staging file" msgstr "fichier en cours de modification" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Fichier" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Upload new documents" +msgid "New document" msgstr "importer de nouveaux documents" -#: links.py:19 +#: links.py:25 msgid "Clone" msgstr "Dupliquer" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "Supprimer" +#: links.py:34 +#, fuzzy +#| msgid "Add new POP3 email" +msgid "Add new imap email" +msgstr "Ajouter un nouveau compte mail POP3" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "Sources" +#: links.py:39 +#, fuzzy +#| msgid "Add new POP3 email" +msgid "Add new pop3 email" +msgstr "Ajouter un nouveau compte mail POP3" -#: links.py:24 -msgid "Add new webform source" -msgstr "Ajouter une nouvelle source de formulaire web" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "Ajouter un nouveau répertoire d'indexation" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "Ajouter une nouvelle surveillance de dossier" -#: links.py:27 -msgid "Add new POP3 email" -msgstr "Ajouter un nouveau compte mail POP3" +#: links.py:54 +msgid "Add new webform source" +msgstr "Ajouter une nouvelle source de formulaire web" -#: links.py:28 -msgid "Add new IMAP email" -msgstr "Ajouter un nouveau compte mail IMAP" +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "Supprimer" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "Modifier" -#: links.py:32 -msgid "Transformations" -msgstr "Transformations" - -#: links.py:33 -msgid "Add transformation" -msgstr "Ajouter une transformation" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Sources du document" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "Importer une nouvelle version" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Toujours" @@ -112,15 +134,15 @@ msgstr "Jamais" msgid "Ask user" msgstr "Demander à l'utilisateur" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "Formulaire web" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "Répertoire dit d'index, modifications en cours" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "Surveiller le répertoire" @@ -128,397 +150,423 @@ msgstr "Surveiller le répertoire" msgid "POP3 email" msgstr "email POP3" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "email IMAP" -#: models.py:41 -msgid "Title" -msgstr "Titre" +#: models.py:40 +msgid "Label" +msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "Activé" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "Source" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "Source interactive" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "Sources interactives " -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "Chemin du dossier" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "chemin de répertoire système sur le serveur." -#: models.py:102 -msgid "Preview width" -msgstr "Largeur de la prévisualisation" +#: models.py:139 models.py:444 +msgid "Folder path" +msgstr "Chemin du dossier" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "Valeur de largeur à passer au convertisseur en arrière plan" -#: models.py:103 -msgid "Preview height" -msgstr "Hauteur de prévisualisation" +#: models.py:143 +msgid "Preview width" +msgstr "Largeur de la prévisualisation" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "Valeur de hauteur à passer au convertisseur en arrière plan." -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" -msgstr "Décompresser" +#: models.py:148 +msgid "Preview height" +msgstr "Hauteur de prévisualisation" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Indique s'il faut ou non décompresser les fichiers d'archive." -#: models.py:105 -msgid "Delete after upload" -msgstr "Supprimer après télé-versement" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" +msgstr "Décompresser" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "supprimer le fichier après importation avec succès." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "Supprimer après télé-versement" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "Impossible d'obtenir la liste des fichiers en cours de modification:%s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "Impossible de supprimer le fichier en cours de modification: %s" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "Répertoires dit d'index, modifications en cours" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "Formulaire Web" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "Process externe" -#: models.py:166 -msgid "Interval" -msgstr "Intervalle" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "Intervalle en secondes entre la vérification de nouveaux documents." -#: models.py:167 +#: models.py:243 +msgid "Interval" +msgstr "Intervalle" + +#: models.py:247 +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." + +#: models.py:248 msgid "Document type" msgstr "Type de document" -#: models.py:167 -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." - -#: models.py:168 +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "Choisir de décompresser ou pas les archives compressées." -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "intervalle pour la source" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "intervalle pour les sources" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "Hote" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "SSL" -#: models.py:214 -msgid "Port" -msgstr "Port" - -#: models.py:214 +#: models.py:310 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:215 +#: models.py:311 +msgid "Port" +msgstr "Port" + +#: models.py:313 msgid "Username" msgstr "Identifiant" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "Mot de passe" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "Pièce jointe-%i" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "source du courriel" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "Sources du courriel" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "Délai d'attente dépassé" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "Compte POP" -#: models.py:297 +#: models.py:401 +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." + +#: models.py:402 msgid "Mailbox" msgstr "Boîte aux lettres" -#: models.py:297 -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." - -#: models.py:353 +#: models.py:463 msgid "Watch folders" msgstr "surveiller les répertoires" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Saisissez une valeur valide." +#: models.py:471 views.py:66 +msgid "Date time" +msgstr "" -#: models.py:385 views.py:494 -msgid "Order" -msgstr "Ordre" +#: models.py:474 views.py:70 +msgid "Message" +msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" -msgstr "Transformation" +#: models.py:480 +msgid "Log entry" +msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "Arguments" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Utiliser des dictionnaires afin d'identifier les arguments, exemple:%s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "Transformation du document source" - -#: models.py:398 -msgid "Document source transformations" -msgstr "Transformations du document source" +#: models.py:481 +msgid "Log entries" +msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Configuration des Sources" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Créer de nouvelles sources pour le document" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Supprimer les sources du document" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Modifier les sources du document" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Afficher les sources du document en cours" -#: views.py:112 wizards.py:34 -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." +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Erreur lors de la création de la source;%s" -#: views.py:140 +#: views.py:62 +#, fuzzy, python-format +#| msgid "Upload a new version from source: %s" +msgid "Log entries for source: %s" +msgstr "Importer une nouvelle version à partir de la source: %s" + +#: views.py:147 wizards.py:36 +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." + +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Sources du document" + +#: views.py:179 msgid "Files in staging path" msgstr "Fichiers dans l'index, en cours de modification" -#: views.py:224 +#: views.py:269 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:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "importer un document local à partir de la source: %s" -#: views.py:257 -msgid "Current document type" -msgstr "Type du document en cours" +#: views.py:354 +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:258 -msgid "None" -msgstr "Aucun" - -#: views.py:265 -msgid "Current metadata" -msgstr "Métadonnées actuelles" - -#: views.py:313 -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:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "Importer une nouvelle version à partir de la source: %s" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Fichier en cours de modification supprimé avec succès" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Erreur de suppression du fichier en cours de modificiation;%s." -#: views.py:382 -msgid "Type" -msgstr "Type" - -#: views.py:387 -msgid "Yes" -msgstr "Oui" - -#: views.py:387 -msgid "No" -msgstr "Non" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Source modifiée avec succès" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Erreur lors de la modification de la source;%s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "Modifier la source: %s" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Source \"%s\" supprimée avec succès" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Erreur lors de la suppression de la source \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Êtes vous certain de vouloir supprimer la source:%s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Source créée avec succès" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Erreur lors de la création de la source;%s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Créer une nouvelle source de type:%s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Supprimer les sources du document" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" -msgstr "Transformations pour:%s" +msgid "Edit source: %s" +msgstr "Modifier la source: %s" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Transformation de source effectuée avec succès" +#: views.py:496 +msgid "Type" +msgstr "Type" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Erreur lors de la modification de la transformation de source;%s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Modifier la transformation:%s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Transformation de source supprimée avec succès." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Erreur lors de la suppression de la transformation de source; %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Êtes vous certain de vouloir supprimer la transformation de source \"%(transformation)s\"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Transformation de source crée avec succès" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Erreur lors de la création de la transformation de source;%s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Créer une nouvelle transformation pour la source:%s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "Affichage sous forme d'image de la page de fichier" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "Étape 1 sur 2: Sélectionner le type de document" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "Étape 2 sur 2: Saisir les méta-données du document" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "Prochaine étape" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Add new IMAP email" +#~ msgstr "Ajouter un nouveau compte mail IMAP" + +#~ msgid "Transformations" +#~ msgstr "Transformations" + +#~ msgid "Add transformation" +#~ msgstr "Ajouter une transformation" + +#~ msgid "Title" +#~ msgstr "Titre" + +#~ msgid "Enter a valid value." +#~ msgstr "Saisissez une valeur valide." + +#~ msgid "Order" +#~ msgstr "Ordre" + +#~ msgid "Transformation" +#~ msgstr "Transformation" + +#~ msgid "Arguments" +#~ msgstr "Arguments" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "" +#~ "Utiliser des dictionnaires afin d'identifier les arguments, exemple:%s" + +#~ msgid "Document source transformation" +#~ msgstr "Transformation du document source" + +#~ msgid "Document source transformations" +#~ msgstr "Transformations du document source" + +#~ msgid "Current document type" +#~ msgstr "Type du document en cours" + +#~ msgid "None" +#~ msgstr "Aucun" + +#~ msgid "Current metadata" +#~ msgstr "Métadonnées actuelles" + +#~ msgid "Yes" +#~ msgstr "Oui" + +#~ msgid "No" +#~ msgstr "Non" + +#~ msgid "Source edited successfully" +#~ msgstr "Source modifiée avec succès" + +#~ msgid "Error editing source; %s" +#~ msgstr "Erreur lors de la modification de la source;%s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Source \"%s\" supprimée avec succès" + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "" +#~ "Erreur lors de la suppression de la source \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer la source:%s?" + +#~ msgid "Source created successfully" +#~ msgstr "Source créée avec succès" + +#~ msgid "Transformations for: %s" +#~ msgstr "Transformations pour:%s" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Transformation de source effectuée avec succès" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Erreur lors de la modification de la transformation de source;%s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Modifier la transformation:%s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Transformation de source supprimée avec succès." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "" +#~ "Erreur lors de la suppression de la transformation de source; %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Êtes vous certain de vouloir supprimer la transformation de source " +#~ "\"%(transformation)s\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Transformation de source crée avec succès" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Erreur lors de la création de la transformation de source;%s" + +#~ msgid "Create new transformation for source: %s" +#~ msgstr "Créer une nouvelle transformation pour la source:%s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/sources/locale/hr_HR/LC_MESSAGES/django.po index 0e38e88ea4..0872723439 100644 --- a/mayan/apps/sources/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/hr_HR/LC_MESSAGES/django.po @@ -1,24 +1,41 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +msgid "Create a document source" +msgstr "" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -34,70 +51,66 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 -msgid "Add new staging folder" +msgid "Clone" msgstr "" -#: links.py:26 -msgid "Add new watch folder" -msgstr "" - -#: links.py:27 -msgid "Add new POP3 email" -msgstr "" - -#: links.py:28 -msgid "Add new IMAP email" -msgstr "" - -#: links.py:30 links.py:34 -msgid "Edit" -msgstr "" - -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 -msgid "Document sources" +#: links.py:34 +msgid "Add new imap email" msgstr "" #: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 +msgid "Add new staging folder" +msgstr "" + +#: links.py:49 +msgid "Add new watch folder" +msgstr "" + +#: links.py:54 +msgid "Add new webform source" +msgstr "" + +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "" + +#: links.py:63 +msgid "Edit" +msgstr "" + +#: links.py:67 +msgid "Document sources" +msgstr "" + +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "" @@ -110,15 +123,15 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -126,397 +139,305 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "" -#: views.py:112 wizards.py:34 -msgid "" -"No interactive document sources have been defined or none have been enabled," -" create one before proceeding." +#: tasks.py:29 +#, python-format +msgid "Error processing source: %s" msgstr "" -#: views.py:140 +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" +msgstr "" + +#: views.py:147 wizards.py:36 +msgid "" +"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 properties" +msgstr "" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:258 -msgid "None" -msgstr "" - -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." -msgstr "" - -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format -msgid "Transformations for: %s" +msgid "Delete the source: %s?" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "" - -#: views.py:521 +#: views.py:485 #, python-format -msgid "Error editing source transformation; %s" +msgid "Edit source: %s" msgstr "" -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po index 2ef0243590..acd8539d26 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,17 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Új dokumentum források létrehozása" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +53,66 @@ msgstr "Tömörített fájlok kibontása" msgid "Upload a compressed file's contained files as individual documents" msgstr "Tömörített fájlokat feltöltése önálló dokumentumként" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "Átmeneti fájl" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 +msgid "Clone" +msgstr "" + +#: links.py:34 +msgid "Add new imap email" +msgstr "" + +#: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Dokumentum források" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Mindig" @@ -111,15 +125,15 @@ msgstr "Sohasem" msgid "Ask user" msgstr "Kérdezd meg a felhasználót" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,397 +141,308 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Források beállítása" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Új dokumentum források létrehozása" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Dokumentum források törlése" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Dokumentum források szerkesztése" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Létező dokumentum források megtekintése" -#: views.py:112 wizards.py:34 -msgid "" -"No interactive document sources have been defined or none have been enabled," -" create one before proceeding." +#: tasks.py:29 +#, python-format +msgid "Error processing source: %s" msgstr "" -#: views.py:140 +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" +msgstr "" + +#: views.py:147 wizards.py:36 +msgid "" +"No interactive document sources have been defined or none have been enabled, " +"create one before proceeding." +msgstr "" + +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Dokumentum források" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:258 -msgid "None" -msgstr "" - -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." -msgstr "" - -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Dokumentum források törlése" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/id/LC_MESSAGES/django.po b/mayan/apps/sources/locale/id/LC_MESSAGES/django.po index 3b9912abb7..842511104b 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,17 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Buat sumber-sumber dokumen baru" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -33,72 +51,70 @@ 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:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 +msgid "Clone" +msgstr "" + +#: links.py:34 +msgid "Add new imap email" +msgstr "" + +#: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Sumber-sumber dokumen" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Selalu" @@ -111,15 +127,15 @@ msgstr "Tidak pernah" msgid "Ask user" msgstr "Tanya pengguna" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,397 +143,359 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Apakah mengembangkan atau tidak mengkompresi arsip-arsip." -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Hapus berkas setelah berhasil di unggah." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Masukkan nilai yang sesuai" - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Pergunakan kamus untuk mengidentifikasi argumen, misalnya: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Buat sumber-sumber dokumen baru" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Hapus sumber-sumber dokumen" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Sunting sumber-sumber dokumen" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Lihat sumber-sumber dokumen yang telah ada" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Masalah dalam membuat sumber; %s" + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Error editing source; %s" +msgid "Log entries for source: %s" +msgstr "Masalah dalam menyunting sumber; %s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Sumber-sumber dokumen" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:258 -msgid "None" -msgstr "" - -#: views.py:265 -msgid "Current metadata" -msgstr "Metadata saat ini" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." -msgstr "" - -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Sumber berhasil disunting" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Masalah dalam menyunting sumber; %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Sumber \"%s\" berhasil dihapus." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Masalah dalam menghapus sumber \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Apakah anda yakin untuk menghapus sumber: %s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Sumber berhasil dibuat" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Masalah dalam membuat sumber; %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Membuat sumber baru dengan jenis: %s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Hapus sumber-sumber dokumen" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Transformasi sumber berhasil disunting" - -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Masalah dalam menyunting transformasi sumber; %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Sunting transformasi: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Transformasi sumber berhasil dihapus." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Masalah dalam menghapus transformasi sumber; %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Apakah anda yakin untuk menghapus transformasi sumber \"%(transformation)s\"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Transformasi sumber berhasil dibuat" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "Masukkan nilai yang sesuai" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Pergunakan kamus untuk mengidentifikasi argumen, misalnya: %s" + +#~ msgid "Current metadata" +#~ msgstr "Metadata saat ini" + +#~ msgid "Source edited successfully" +#~ msgstr "Sumber berhasil disunting" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Sumber \"%s\" berhasil dihapus." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Masalah dalam menghapus sumber \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Apakah anda yakin untuk menghapus sumber: %s?" + +#~ msgid "Source created successfully" +#~ msgstr "Sumber berhasil dibuat" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Transformasi sumber berhasil disunting" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Masalah dalam menyunting transformasi sumber; %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Sunting transformasi: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Transformasi sumber berhasil dihapus." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Masalah dalam menghapus transformasi sumber; %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Apakah anda yakin untuk menghapus transformasi sumber \"%(transformation)s" +#~ "\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Transformasi sumber berhasil dibuat" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/it/LC_MESSAGES/django.po b/mayan/apps/sources/locale/it/LC_MESSAGES/django.po index be5bcc8cac..7642ab86fa 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 @@ -11,17 +11,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Crea nuova sorgente dei documenti" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -37,70 +55,68 @@ msgstr "Espandi" msgid "Upload a compressed file's contained files as individual documents" msgstr "Pubblicare un file compresso contenente singoli documenti" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "Mostra file" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "File" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "Tipo di documento corrente" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Sorgente del documento" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Sempre" @@ -113,15 +129,15 @@ msgstr "Mai" msgid "Ask user" msgstr "Chiedi all'utente" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -129,397 +145,371 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "Path del server di filesystem" -#: models.py:102 +#: models.py:139 models.py:444 +msgid "Folder path" +msgstr "" + +#: models.py:142 +msgid "Width value to be passed to the converter backend." +msgstr "" +"valore della larghezza da passare per le operazioni di conversione in backend" + +#: models.py:143 msgid "Preview width" msgstr "" -#: models.py:102 -msgid "Width value to be passed to the converter backend." -msgstr "valore della larghezza da passare per le operazioni di conversione in backend" +#: models.py:147 +msgid "Height value to be passed to the converter backend." +msgstr "" +"valore dell'altezza da passare per le operazioni di conversione in backend" -#: models.py:103 +#: models.py:148 msgid "Preview height" msgstr "" -#: models.py:103 -msgid "Height value to be passed to the converter backend." -msgstr "valore dell'altezza da passare per le operazioni di conversione in backend" - -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" -msgstr "" - -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Se espandere o meno degli archivi compressi." -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Cancella il file dopo essere stato caricato" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "Impossibile ottenere lista dei file di gestione temporanea: %s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Inserisci un valore valido" - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Usa dei dizionari per identificare gli argomenti , esempio: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Setup sorgente" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Crea nuova sorgente dei documenti" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Cancella sorgenti dei documenti" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Modifica sorgenti dei documenti" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Visualizza sorgenti documento esistente" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Errore nella creazione della sorgente;%s" + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Create new transformation for source: %s" +msgid "Log entries for source: %s" +msgstr "Crea una nuova sorgente per la trasformazione:%s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Sorgente del documento" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "Tipo di documento corrente" - -#: views.py:258 -msgid "None" -msgstr "Nessuno" - -#: views.py:265 -msgid "Current metadata" -msgstr "Metadati correnti" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "File in allestimento cancellato con successo." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Errore nella cancellazione del file in allestimento;%s." -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Sorgente modificata con successo" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Errore nella modifica del sorgente;%s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Sorgente \"%s\" cancellata con successo." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Errore nella cancellazione della sorgente \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Sei sicuro di voler cancellare la sorgente: %s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Sorgente creata con successo" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Errore nella creazione della sorgente;%s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Crea nuovo tipo di sorgente:%s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Cancella sorgenti dei documenti" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Sorgente per la trasformazione modificata con successo" +#: views.py:496 +msgid "Type" +msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Errore nella modifica della sorgente per la trasformazione;%s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Modifica trasformazione:%s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Sorgente per la trasformazione cancellata con successo." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Erroro nella cancellazione della sorgente per la trasformazione; %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Sei sicuro di voler cancellare la sorgente di trasformazione \"%(transformation)s\"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Sorgente di trasformazione creata con successo" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Errore nella creazione della sorgente di trasformazione; %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Crea una nuova sorgente per la trasformazione:%s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "Inserisci un valore valido" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Usa dei dizionari per identificare gli argomenti , esempio: %s" + +#~ msgid "None" +#~ msgstr "Nessuno" + +#~ msgid "Current metadata" +#~ msgstr "Metadati correnti" + +#~ msgid "Source edited successfully" +#~ msgstr "Sorgente modificata con successo" + +#~ msgid "Error editing source; %s" +#~ msgstr "Errore nella modifica del sorgente;%s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Sorgente \"%s\" cancellata con successo." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Errore nella cancellazione della sorgente \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Sei sicuro di voler cancellare la sorgente: %s?" + +#~ msgid "Source created successfully" +#~ msgstr "Sorgente creata con successo" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Sorgente per la trasformazione modificata con successo" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Errore nella modifica della sorgente per la trasformazione;%s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Modifica trasformazione:%s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Sorgente per la trasformazione cancellata con successo." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "" +#~ "Erroro nella cancellazione della sorgente per la trasformazione; %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Sei sicuro di voler cancellare la sorgente di trasformazione " +#~ "\"%(transformation)s\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Sorgente di trasformazione creata con successo" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Errore nella creazione della sorgente di trasformazione; %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po b/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po index 23ab9d5987..c840b778a5 100644 --- a/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/lv/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,7 +20,22 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +msgid "Create a document source" +msgstr "" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -36,70 +51,66 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 -msgid "Add new staging folder" +msgid "Clone" msgstr "" -#: links.py:26 -msgid "Add new watch folder" -msgstr "" - -#: links.py:27 -msgid "Add new POP3 email" -msgstr "" - -#: links.py:28 -msgid "Add new IMAP email" -msgstr "" - -#: links.py:30 links.py:34 -msgid "Edit" -msgstr "" - -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 -msgid "Document sources" +#: links.py:34 +msgid "Add new imap email" msgstr "" #: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 +msgid "Add new staging folder" +msgstr "" + +#: links.py:49 +msgid "Add new watch folder" +msgstr "" + +#: links.py:54 +msgid "Add new webform source" +msgstr "" + +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "" + +#: links.py:63 +msgid "Edit" +msgstr "" + +#: links.py:67 +msgid "Document sources" +msgstr "" + +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "" @@ -112,15 +123,15 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -128,396 +139,305 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, python-format +msgid "Error processing source: %s" +msgstr "" + +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" +msgstr "" + +#: views.py:147 wizards.py:36 msgid "" "No interactive document sources have been defined or none have been enabled, " "create one before proceeding." msgstr "" -#: views.py:140 +#: views.py:171 views.py:189 +msgid "Document properties" +msgstr "" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "" - -#: views.py:258 -msgid "None" -msgstr "" - -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 +#: views.py:354 msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format -msgid "Transformations for: %s" +msgid "Delete the source: %s?" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "" - -#: views.py:521 +#: views.py:485 #, python-format -msgid "Error editing source transformation; %s" +msgid "Edit source: %s" msgstr "" -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/nb/LC_MESSAGES/django.po b/mayan/apps/sources/locale/nb/LC_MESSAGES/django.po index cbaebaf49e..adedcdb839 100644 --- a/mayan/apps/sources/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/nb/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,7 +19,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +msgid "Create a document source" +msgstr "" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +50,66 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 -msgid "Add new staging folder" +msgid "Clone" msgstr "" -#: links.py:26 -msgid "Add new watch folder" -msgstr "" - -#: links.py:27 -msgid "Add new POP3 email" -msgstr "" - -#: links.py:28 -msgid "Add new IMAP email" -msgstr "" - -#: links.py:30 links.py:34 -msgid "Edit" -msgstr "" - -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 -msgid "Document sources" +#: links.py:34 +msgid "Add new imap email" msgstr "" #: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 +msgid "Add new staging folder" +msgstr "" + +#: links.py:49 +msgid "Add new watch folder" +msgstr "" + +#: links.py:54 +msgid "Add new webform source" +msgstr "" + +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "" + +#: links.py:63 +msgid "Edit" +msgstr "" + +#: links.py:67 +msgid "Document sources" +msgstr "" + +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "" @@ -111,15 +122,15 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,396 +138,305 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, python-format +msgid "Error processing source: %s" +msgstr "" + +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" +msgstr "" + +#: views.py:147 wizards.py:36 msgid "" "No interactive document sources have been defined or none have been enabled, " "create one before proceeding." msgstr "" -#: views.py:140 +#: views.py:171 views.py:189 +msgid "Document properties" +msgstr "" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "" - -#: views.py:258 -msgid "None" -msgstr "" - -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 +#: views.py:354 msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format -msgid "Transformations for: %s" +msgid "Delete the source: %s?" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "" - -#: views.py:521 +#: views.py:485 #, python-format -msgid "Error editing source transformation; %s" +msgid "Edit source: %s" msgstr "" -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + #~ msgid "Upload sources" #~ msgstr "Upload sources" 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 894f492038..cbbbff0675 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,17 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Aanmaken van een nieuwe documentbron" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -33,72 +51,71 @@ 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:70 +#: forms.py:64 msgid "Staging file" msgstr "Tijdelijk bestand" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Bestand" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "Huidige documentsoort" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Documentbronnen" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Altijd" @@ -111,15 +128,15 @@ msgstr "Nooit" msgid "Ask user" msgstr "Vraag gebruiker" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,397 +144,375 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "pad naar filesysteem server" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "Breedte waarde die moet worden doorgegeven aan de converter backend." -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "Hoogte waarde die moet worden doorgegeven aan de converter backend." -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Keuze om te expanderen of uitpakken van archief. (TODO: review this)" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Verwijder het bestand nadat de 'upload' succesvol is voltooid." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, 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:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Voer een valide waarde in." - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Gebruik woordenboeken om argumenten te identificeren. Bijvoorbeeld: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Bron instellen" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Aanmaken van een nieuwe documentbron" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Verwijder documentbronnen" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Bewerk documentbronnen" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Bekijk bestaande documentbronnen" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Fout bij het aanmaken van documentbron. Foutmelding: %s." + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Create new transformation for source: %s" +msgid "Log entries for source: %s" +msgstr "Aanmaken van een nieuwe transformatie voor documentbron: %s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Documentbronnen" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "Huidige documentsoort" - -#: views.py:258 -msgid "None" -msgstr "Niets" - -#: views.py:265 -msgid "Current metadata" -msgstr "Huidige 'metadata'" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Tijdelijk bestand succesvol verwijderd." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Fout bij het verwijderen van tijdelijk bestand. Foutmelding: %s." -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Documentbron succesvol bewerkt" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Fout bij bewerken van documentbron. Foutmelding: %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Documentbron \"%s\" succesvol verwijderd." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Fout bij verwijderen documentbron \"%(source)s\". Foutmelding: %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Bent u er zeker van dat u documentbron: %s, wenst te verwijderen?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Documentbron succesvol aangemaakt" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Fout bij het aanmaken van documentbron. Foutmelding: %s." - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Aanmaken van nieuw documentbron van type: %s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Verwijder documentbronnen" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Documentbron transformatie succesvol bewerkt." +#: views.py:496 +msgid "Type" +msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Fout bij het bewerken van documentbron transformatie. Foutmelding: %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Bewerk transformatie: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Documentbron transformatie succesvol verwijderd." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Fout bij verwijderen van documentbron transformatie. Foutmelding: %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Bent u er zeker van dat u de documentbron transformatie: , \"%(transformation)s\" wenst te verwijderen." - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Documentbron transformatie succesvol aangemaakt." - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Fout bij het aanmaken van document transformatie: %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Aanmaken van een nieuwe transformatie voor documentbron: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "Voer een valide waarde in." + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "" +#~ "Gebruik woordenboeken om argumenten te identificeren. Bijvoorbeeld: %s" + +#~ msgid "None" +#~ msgstr "Niets" + +#~ msgid "Current metadata" +#~ msgstr "Huidige 'metadata'" + +#~ msgid "Source edited successfully" +#~ msgstr "Documentbron succesvol bewerkt" + +#~ msgid "Error editing source; %s" +#~ msgstr "Fout bij bewerken van documentbron. Foutmelding: %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Documentbron \"%s\" succesvol verwijderd." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "" +#~ "Fout bij verwijderen documentbron \"%(source)s\". Foutmelding: %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Bent u er zeker van dat u documentbron: %s, wenst te verwijderen?" + +#~ msgid "Source created successfully" +#~ msgstr "Documentbron succesvol aangemaakt" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Documentbron transformatie succesvol bewerkt." + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "" +#~ "Fout bij het bewerken van documentbron transformatie. Foutmelding: %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Bewerk transformatie: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Documentbron transformatie succesvol verwijderd." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "" +#~ "Fout bij verwijderen van documentbron transformatie. Foutmelding: " +#~ "%(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Bent u er zeker van dat u de documentbron transformatie: , " +#~ "\"%(transformation)s\" wenst te verwijderen." + +#~ msgid "Source transformation created successfully" +#~ msgstr "Documentbron transformatie succesvol aangemaakt." + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Fout bij het aanmaken van document transformatie: %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po index 920678193f..1650bea859 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 , 2013 @@ -10,17 +10,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +msgid "Create a document source" +msgstr "" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -36,70 +53,66 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Plik" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 -msgid "Add new staging folder" +msgid "Clone" msgstr "" -#: links.py:26 -msgid "Add new watch folder" -msgstr "" - -#: links.py:27 -msgid "Add new POP3 email" -msgstr "" - -#: links.py:28 -msgid "Add new IMAP email" -msgstr "" - -#: links.py:30 links.py:34 -msgid "Edit" -msgstr "" - -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 -msgid "Document sources" +#: links.py:34 +msgid "Add new imap email" msgstr "" #: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 +msgid "Add new staging folder" +msgstr "" + +#: links.py:49 +msgid "Add new watch folder" +msgstr "" + +#: links.py:54 +msgid "Add new webform source" +msgstr "" + +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "" + +#: links.py:63 +msgid "Edit" +msgstr "" + +#: links.py:67 +msgid "Document sources" +msgstr "" + +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Zawsze" @@ -112,15 +125,15 @@ msgstr "Nigdy" msgid "Ask user" msgstr "Pytaj użytkownika" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -128,397 +141,322 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Wprowadź poprawną wartość." - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "" -#: views.py:112 wizards.py:34 -msgid "" -"No interactive document sources have been defined or none have been enabled," -" create one before proceeding." +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Błąd podczas tworzenia źródła;%s" + +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" msgstr "" -#: views.py:140 +#: views.py:147 wizards.py:36 +msgid "" +"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 properties" +msgstr "" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:258 -msgid "None" -msgstr "Brak" - -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." -msgstr "" - -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Źródło \"%s\" zostało usunięte." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Czy na pewno chcesz usunąć źródło:%s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Źródło pomyślnie utworzone" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Błąd podczas tworzenia źródła;%s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Utwórz nowe typ źródło:%s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Create new source of type: %s" +msgid "Delete the source: %s?" +msgstr "Utwórz nowe typ źródło:%s" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "Wprowadź poprawną wartość." + +#~ msgid "None" +#~ msgstr "Brak" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Źródło \"%s\" zostało usunięte." + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Czy na pewno chcesz usunąć źródło:%s?" + +#~ msgid "Source created successfully" +#~ msgstr "Źródło pomyślnie utworzone" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po index 089e35c0fb..236aa34527 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,17 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Criar novas fontes de documentos" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -34,72 +52,72 @@ 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:70 +#: forms.py:64 msgid "Staging file" msgstr "Ficheiro de preparação" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Ficheiro" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "Tipo de documento atual" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Fontes de documentos" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Sempre" @@ -112,15 +130,15 @@ msgstr "Nunca" msgid "Ask user" msgstr "Perguntar ao utilizador" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -128,397 +146,368 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "Caminho do sistema do servidor" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "Valor da largura a ser passado para o backend conversor." -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "Valor da altura a ser passado ao conversor." -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Se os ficheiros comprimidos devem ser descomprimidos ou não." -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Excluir o ficheiro depois de ter sido enviado com sucesso." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "Incapaz de obter a lista dos ficheiros em preparação: %s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Introduza um valor válido." - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Use dicionários para identificar os argumentos, exemplo: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Configuração de fontes" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Criar novas fontes de documentos" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Excluir fontes de documentos" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Editar fontes de documentos" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Ver fontes de documentos existentes" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Erro ao criar fonte; %s" + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Create new transformation for source: %s" +msgid "Log entries for source: %s" +msgstr "Criar nova transformação de fonte: %s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Fontes de documentos" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "Tipo de documento atual" - -#: views.py:258 -msgid "None" -msgstr "Nenhum" - -#: views.py:265 -msgid "Current metadata" -msgstr "Metadados atuais" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Ficheiro em preparação eliminado com sucesso." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Erro ao eliminar ficheiro em preparação; %s." -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Fonte editada com sucesso" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Erro ao editar fonte; %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Fonte \"%s\" removida com sucesso." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Erro ao excluir fonte \"%(source)s\": %(error)s " - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Tem a certeza de que deseja excluir a fonte: %s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Fonte criada com sucesso" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Erro ao criar fonte; %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Criar nova fonte do tipo: %s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Excluir fontes de documentos" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Transformação da fonte editada com sucesso" +#: views.py:496 +msgid "Type" +msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Erro ao editar a transformação da fonte; %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Editar transformação: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Transformação da fonte excluída com sucesso." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Erro ao excluir transformação da fonte; %(error)s " - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Tem a certeza de que deseja excluir a transformação da fonte \"%(transformation)s\"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Transformação da fonte criada com sucesso" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Erro ao criar a transformação de fonte; %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Criar nova transformação de fonte: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "Introduza um valor válido." + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Use dicionários para identificar os argumentos, exemplo: %s" + +#~ msgid "None" +#~ msgstr "Nenhum" + +#~ msgid "Current metadata" +#~ msgstr "Metadados atuais" + +#~ msgid "Source edited successfully" +#~ msgstr "Fonte editada com sucesso" + +#~ msgid "Error editing source; %s" +#~ msgstr "Erro ao editar fonte; %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Fonte \"%s\" removida com sucesso." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Erro ao excluir fonte \"%(source)s\": %(error)s " + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Tem a certeza de que deseja excluir a fonte: %s?" + +#~ msgid "Source created successfully" +#~ msgstr "Fonte criada com sucesso" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Transformação da fonte editada com sucesso" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Erro ao editar a transformação da fonte; %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Editar transformação: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Transformação da fonte excluída com sucesso." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Erro ao excluir transformação da fonte; %(error)s " + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Tem a certeza de que deseja excluir a transformação da fonte " +#~ "\"%(transformation)s\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Transformação da fonte criada com sucesso" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Erro ao criar a transformação de fonte; %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" 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 fabd009f56..e3faadc59f 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,17 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-05-13 15:51+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "Fontes" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Criar novas fontes de documentos" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "miniatura" @@ -34,72 +52,75 @@ 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:70 +#: forms.py:64 msgid "Staging file" msgstr "Preparação de arquivo" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Arquivo" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" +msgstr "" + +#: links.py:22 +#, fuzzy +#| msgid "Upload new documents" +msgid "New document" msgstr "upload de novos documentos" -#: links.py:19 +#: links.py:25 msgid "Clone" msgstr "Clone" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "Excluir" +#: links.py:34 +#, fuzzy +#| msgid "Add new POP3 email" +msgid "Add new imap email" +msgstr "Adicionar um novo email POP3" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "Fontes" +#: links.py:39 +#, fuzzy +#| msgid "Add new POP3 email" +msgid "Add new pop3 email" +msgstr "Adicionar um novo email POP3" -#: links.py:24 -msgid "Add new webform source" -msgstr "Adicionar nova fonte webform" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "Adicionar nova pasta de teste" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "Adicionar uma nova pasta temporária" -#: links.py:27 -msgid "Add new POP3 email" -msgstr "Adicionar um novo email POP3" +#: links.py:54 +msgid "Add new webform source" +msgstr "Adicionar nova fonte webform" -#: links.py:28 -msgid "Add new IMAP email" -msgstr "Adicionar um novo email IMAP" +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "Excluir" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "Editar" -#: links.py:32 -msgid "Transformations" -msgstr "transformação" - -#: links.py:33 -msgid "Add transformation" -msgstr "adicionar uma transformação" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Fontes de documentos" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "Upload de uma nova versão" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Sempre" @@ -112,15 +133,15 @@ msgstr "Nunca" msgid "Ask user" msgstr "Pergunte ao usuário" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "formulário web" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "Pasta teste" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "Pasta Temporária" @@ -128,397 +149,414 @@ msgstr "Pasta Temporária" msgid "POP3 email" msgstr "E-mail POP3" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "E-mail IMAP" -#: models.py:41 -msgid "Title" -msgstr "título" +#: models.py:40 +msgid "Label" +msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "habilitado" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "fonte" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "Fonte interativa" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "Fontes interativa" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "Caminho da Pasta" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "Caminho do sistema do servidor" -#: models.py:102 -msgid "Preview width" -msgstr "Largura de visualização" +#: models.py:139 models.py:444 +msgid "Folder path" +msgstr "Caminho da Pasta" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "Valor da largura a ser passado para o backend conversor." -#: models.py:103 -msgid "Preview height" -msgstr "Altura de pré-visualização" +#: models.py:143 +msgid "Preview width" +msgstr "Largura de visualização" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "Valor de altura para ser passado para o backend conversor." -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" -msgstr "descompactar" +#: models.py:148 +msgid "Preview height" +msgstr "Altura de pré-visualização" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Se expandir ou não arquivos compactados." -#: models.py:105 -msgid "Delete after upload" -msgstr "excluir depois do Upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" +msgstr "descompactar" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Excluir o arquivo depois de ter sido carregado com sucesso." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "excluir depois do Upload" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "Unable get list of staging files: %s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "Formulários web" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "Saída do processo" -#: models.py:166 -msgid "Interval" -msgstr "intervalo" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "Intervalo em segundos entre verificações para novos documentos." -#: models.py:167 +#: models.py:243 +msgid "Interval" +msgstr "intervalo" + +#: models.py:247 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" +"Atribuir um tipo de documento para documentos enviados a partir desta fonte." + +#: models.py:248 msgid "Document type" msgstr "Tipos de Documentos" -#: models.py:167 -msgid "Assign a document type to documents uploaded from this source." -msgstr "Atribuir um tipo de documento para documentos enviados a partir desta fonte." - -#: models.py:168 +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "A possibilidade de expandir ou não, arquivos comprimido." -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "Fonte de intervalo" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "Fontes de intervalo" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "Host" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "SSL" -#: models.py:214 -msgid "Port" -msgstr "Porta" - -#: models.py:214 +#: models.py:310 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:215 +#: models.py:311 +msgid "Port" +msgstr "Porta" + +#: models.py:313 msgid "Username" msgstr "Usuário" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "Senha" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "E-mail Fonte" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "E-mail Fontes" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "Timeout" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "E-mail POP3" -#: models.py:297 -msgid "Mailbox" -msgstr "Caixa de correio" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "Caixa de correio" + +#: models.py:463 msgid "Watch folders" msgstr "Pastas Temporárias" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Digite um valor válido." +#: models.py:471 views.py:66 +msgid "Date time" +msgstr "" -#: models.py:385 views.py:494 -msgid "Order" -msgstr "ordem" +#: models.py:474 views.py:70 +msgid "Message" +msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" -msgstr "transformação" +#: models.py:480 +msgid "Log entry" +msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "argumentos" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Use dicionários para identificar os argumentos, exemplo: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "Transformação de origem do Documento" - -#: models.py:398 -msgid "Document source transformations" -msgstr "Transformações de origem do Documento" +#: models.py:481 +msgid "Log entries" +msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Configuração de fontes" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Criar novas fontes de documentos" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Excluir fontes de documentos" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Editar fontes de documentos" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Ver fontes de documentos existentes" -#: views.py:112 wizards.py:34 -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." +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Erro ao criar fonte; %s" -#: views.py:140 +#: views.py:62 +#, fuzzy, python-format +#| msgid "Upload a new version from source: %s" +msgid "Log entries for source: %s" +msgstr "Carregar uma nova versão da Origem: %s" + +#: views.py:147 wizards.py:36 +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." + +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Fontes de documentos" + +#: views.py:179 msgid "Files in staging path" msgstr "Os arquivos no caminho de preparo" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "Novo documento na fila para carregados e estará disponível em breve." -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "Carregar um documento no local de origem:%s " -#: views.py:257 -msgid "Current document type" -msgstr "Atual tipo de documento " +#: views.py:354 +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:258 -msgid "None" -msgstr "Nenhum" - -#: views.py:265 -msgid "Current metadata" -msgstr "Metadados atuais" - -#: views.py:313 -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:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "Carregar uma nova versão da Origem: %s" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Staging file delete successfully." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Staging file delete error; %s." -#: views.py:382 -msgid "Type" -msgstr "Tipo" - -#: views.py:387 -msgid "Yes" -msgstr "Sim" - -#: views.py:387 -msgid "No" -msgstr "Não" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Fonte editada com sucesso" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Erro ao editar fonte; %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Fonte \"%s\" removida com sucesso." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Erro ao excluir fonte \" %(source)s \": %(error)s " - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Tem certeza de que deseja deletar a fonte: %s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Fonte criada com sucesso" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Erro ao criar fonte; %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Criar nova fonte do tipo: %s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Excluir fontes de documentos" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Transformação de fonte alterado com sucesso" +#: views.py:496 +msgid "Type" +msgstr "Tipo" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Erro ao editar transformação de fonte; %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Editar transformação: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Transformação de fonte excluída com sucesso." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Erro ao deletar transformação de fonte; %(error)s " - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Tem certeza de que deseja deletar a transformação de fonte \" %(transformation)s \"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Transformação de fonte criada com sucesso" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Erro ao criar a transformação de fonte; %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Criar nova transformação de fonte: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "Imagem da página do arquivo temporário" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "Passo 1 de 2: Selecionar o Tipo de documento" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "Passo 2 de 2: Digite metadados de documentos" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "Próximo passo" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Add new IMAP email" +#~ msgstr "Adicionar um novo email IMAP" + +#~ msgid "Transformations" +#~ msgstr "transformação" + +#~ msgid "Add transformation" +#~ msgstr "adicionar uma transformação" + +#~ msgid "Title" +#~ msgstr "título" + +#~ msgid "Enter a valid value." +#~ msgstr "Digite um valor válido." + +#~ msgid "Order" +#~ msgstr "ordem" + +#~ msgid "Transformation" +#~ msgstr "transformação" + +#~ msgid "Arguments" +#~ msgstr "argumentos" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Use dicionários para identificar os argumentos, exemplo: %s" + +#~ msgid "Document source transformation" +#~ msgstr "Transformação de origem do Documento" + +#~ msgid "Document source transformations" +#~ msgstr "Transformações de origem do Documento" + +#~ msgid "Current document type" +#~ msgstr "Atual tipo de documento " + +#~ msgid "None" +#~ msgstr "Nenhum" + +#~ msgid "Current metadata" +#~ msgstr "Metadados atuais" + +#~ msgid "Yes" +#~ msgstr "Sim" + +#~ msgid "No" +#~ msgstr "Não" + +#~ msgid "Source edited successfully" +#~ msgstr "Fonte editada com sucesso" + +#~ msgid "Error editing source; %s" +#~ msgstr "Erro ao editar fonte; %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Fonte \"%s\" removida com sucesso." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Erro ao excluir fonte \" %(source)s \": %(error)s " + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Tem certeza de que deseja deletar a fonte: %s?" + +#~ msgid "Source created successfully" +#~ msgstr "Fonte criada com sucesso" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Transformação de fonte alterado com sucesso" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Erro ao editar transformação de fonte; %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Editar transformação: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Transformação de fonte excluída com sucesso." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Erro ao deletar transformação de fonte; %(error)s " + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Tem certeza de que deseja deletar a transformação de fonte \" " +#~ "%(transformation)s \"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Transformação de fonte criada com sucesso" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Erro ao criar a transformação de fonte; %s" + +#~ msgid "Create new transformation for source: %s" +#~ msgstr "Criar nova transformação de fonte: %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" 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 b370c9cd58..dc7105139d 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,17 +10,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Creaza noi surse de documente" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -34,72 +53,72 @@ 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:70 +#: forms.py:64 msgid "Staging file" msgstr "Structura fisier" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Fișier" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "Tip curent de document" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Sursa documentului" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Mereu" @@ -112,15 +131,15 @@ msgstr "niciodată" msgid "Ask user" msgstr "Întreabă utilizatorul" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -128,397 +147,368 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "Cale de fișiere server." -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "Valoarea lățime trecuta convertorului." -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "Valoare de înălțime trecuta convertorului." -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Dacă se extinde sau nu se arhivează." -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Ștergeți fișierul după ce este a fost încărcat cu succes." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "Imposibil obține lista de fișiere de așteptare:% s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Introduceți o valoare validă." - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Utilizarea dicționarelor de a identifica argumente, de exemplu:% s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Configurare surse" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Creaza noi surse de documente" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Ștergeți din surse de documente" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Editare de documente din surse" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Vezi sursele existente de documente" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Eroare la crearea sursă;% s" + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Create new transformation for source: %s" +msgid "Log entries for source: %s" +msgstr "Creați transformare nou pentru sursa:% s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Sursa documentului" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "Tip curent de document" - -#: views.py:258 -msgid "None" -msgstr "Nici unul" - -#: views.py:265 -msgid "Current metadata" -msgstr "Metatdate curente" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Schema fișier ștearsă cu succes." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Schema fișier erarare la ștergere; %s." -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Sursa editat cu succes" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Eroare editare sursă ; %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Sursa \"%s\" a fost șters cu succes." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Eroare la ștergerea sursa \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Sunteți sigur că doriți să ștergeți sursa:% s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Sursa creat cu succes" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Eroare la crearea sursă;% s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Creați o nouă sursă de tipul:% s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Ștergeți din surse de documente" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Transformarea sursa editată cu succes" +#: views.py:496 +msgid "Type" +msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Eroare editare sursă de transformare;% s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Editare transformare:% s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Transformarea sursa ștersă cu succes." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Eroare la ștergerea transformare sursă; %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Sunteți sigur că doriți să ștergeți transformare sursa \"%(transformation)s\"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Transformarea sursă creat cu succes" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Eroare la crearea de transformare sursă;% s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Creați transformare nou pentru sursa:% s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "Introduceți o valoare validă." + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Utilizarea dicționarelor de a identifica argumente, de exemplu:% s" + +#~ msgid "None" +#~ msgstr "Nici unul" + +#~ msgid "Current metadata" +#~ msgstr "Metatdate curente" + +#~ msgid "Source edited successfully" +#~ msgstr "Sursa editat cu succes" + +#~ msgid "Error editing source; %s" +#~ msgstr "Eroare editare sursă ; %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Sursa \"%s\" a fost șters cu succes." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Eroare la ștergerea sursa \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți sursa:% s?" + +#~ msgid "Source created successfully" +#~ msgstr "Sursa creat cu succes" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Transformarea sursa editată cu succes" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Eroare editare sursă de transformare;% s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Editare transformare:% s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Transformarea sursa ștersă cu succes." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Eroare la ștergerea transformare sursă; %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Sunteți sigur că doriți să ștergeți transformare sursa " +#~ "\"%(transformation)s\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Transformarea sursă creat cu succes" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Eroare la crearea de transformare sursă;% s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po index 7346f9b5a9..196e399933 100644 --- a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/ru/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: # Sergey Glita , 2011-2012 @@ -9,17 +9,37 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Создать новый источник документов" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +55,68 @@ msgstr "Извлекать из архивов?" msgid "Upload a compressed file's contained files as individual documents" msgstr "Загрузить файлы, содержащиеся в архиве в качестве отдельных документов" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "Промежуточный файл" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "Файл" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "Текущий тип документа" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Источники документов" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Всегда" @@ -111,15 +129,15 @@ msgstr "Никогда" msgid "Ask user" msgstr "Спросить пользователя" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,397 +145,368 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "Путь на сервере" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "Ширина после обработки." -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "Высота после обработки." -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "Независимо от того распакованы или нет архивы." -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "Удалить файл после загрузки." -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "Не удалось получить список промежуточных файлов: %s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "Введите допустимое значение." - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "Использование словарей для определения аргументов, например: %s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Настройки источников" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Создать новый источник документов" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Удалить источник документов " -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Редактировать источник документов" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Просмотр существующих источников документов" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "Ошибка создания источника; %s" + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Create new transformation for source: %s" +msgid "Log entries for source: %s" +msgstr "Создать новое преобразование для источника: %s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Источники документов" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "Текущий тип документа" - -#: views.py:258 -msgid "None" -msgstr "Нет" - -#: views.py:265 -msgid "Current metadata" -msgstr "Действующие метаданные" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "Транспортный файл удалён." -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "Ошибка удаления транспортного файла %s." -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "Источник успешно изменен" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "Ошибка редактирования источника; %s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "Источник \"%s\"удален." - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Ошибка при удалении источника \"%(source)s\": %(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "Вы действительно хотите удалить источник: %s?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "Источник создан" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "Ошибка создания источника; %s" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "Создать новый источник типа: %s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Удалить источник документов " + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Преобразование источника изменено" +#: views.py:496 +msgid "Type" +msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Ошибка редактирования преобразования источника; %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Изменить преобразование: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Преобразование источника удалено." - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Ошибка при удалении преобразования источника; %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Вы действительно хотите удалить источник трансформации \"%(transformation)s\"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Преобразование источника создано" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Ошибка создания преобразования источника; %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Создать новое преобразование для источника: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "Введите допустимое значение." + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "Использование словарей для определения аргументов, например: %s" + +#~ msgid "None" +#~ msgstr "Нет" + +#~ msgid "Current metadata" +#~ msgstr "Действующие метаданные" + +#~ msgid "Source edited successfully" +#~ msgstr "Источник успешно изменен" + +#~ msgid "Error editing source; %s" +#~ msgstr "Ошибка редактирования источника; %s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "Источник \"%s\"удален." + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "Ошибка при удалении источника \"%(source)s\": %(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "Вы действительно хотите удалить источник: %s?" + +#~ msgid "Source created successfully" +#~ msgstr "Источник создан" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Преобразование источника изменено" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Ошибка редактирования преобразования источника; %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Изменить преобразование: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Преобразование источника удалено." + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Ошибка при удалении преобразования источника; %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "" +#~ "Вы действительно хотите удалить источник трансформации " +#~ "\"%(transformation)s\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Преобразование источника создано" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "Ошибка создания преобразования источника; %s" + #~ msgid "Upload sources" #~ msgstr "Upload sources" 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 372f16a459..3e69bb6fa8 100644 --- a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po @@ -1,24 +1,41 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +msgid "Create a document source" +msgstr "" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -34,70 +51,66 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 -msgid "Add new staging folder" +msgid "Clone" msgstr "" -#: links.py:26 -msgid "Add new watch folder" -msgstr "" - -#: links.py:27 -msgid "Add new POP3 email" -msgstr "" - -#: links.py:28 -msgid "Add new IMAP email" -msgstr "" - -#: links.py:30 links.py:34 -msgid "Edit" -msgstr "" - -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 -msgid "Document sources" +#: links.py:34 +msgid "Add new imap email" msgstr "" #: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 +msgid "Add new staging folder" +msgstr "" + +#: links.py:49 +msgid "Add new watch folder" +msgstr "" + +#: links.py:54 +msgid "Add new webform source" +msgstr "" + +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "" + +#: links.py:63 +msgid "Edit" +msgstr "" + +#: links.py:67 +msgid "Document sources" +msgstr "" + +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "" @@ -110,15 +123,15 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -126,397 +139,305 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "" -#: views.py:112 wizards.py:34 -msgid "" -"No interactive document sources have been defined or none have been enabled," -" create one before proceeding." +#: tasks.py:29 +#, python-format +msgid "Error processing source: %s" msgstr "" -#: views.py:140 +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" +msgstr "" + +#: views.py:147 wizards.py:36 +msgid "" +"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 properties" +msgstr "" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:258 -msgid "None" -msgstr "" - -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." -msgstr "" - -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format -msgid "Transformations for: %s" +msgid "Delete the source: %s?" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "" - -#: views.py:521 +#: views.py:485 #, python-format -msgid "Error editing source transformation; %s" +msgid "Edit source: %s" msgstr "" -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/sq/LC_MESSAGES/django.po b/mayan/apps/sources/locale/sq/LC_MESSAGES/django.po index ab05bd4f05..bc11fc43da 100644 --- a/mayan/apps/sources/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/sq/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,7 +19,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +msgid "Create a document source" +msgstr "" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +50,66 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 -msgid "Add new staging folder" +msgid "Clone" msgstr "" -#: links.py:26 -msgid "Add new watch folder" -msgstr "" - -#: links.py:27 -msgid "Add new POP3 email" -msgstr "" - -#: links.py:28 -msgid "Add new IMAP email" -msgstr "" - -#: links.py:30 links.py:34 -msgid "Edit" -msgstr "" - -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 -msgid "Document sources" +#: links.py:34 +msgid "Add new imap email" msgstr "" #: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 +msgid "Add new staging folder" +msgstr "" + +#: links.py:49 +msgid "Add new watch folder" +msgstr "" + +#: links.py:54 +msgid "Add new webform source" +msgstr "" + +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "" + +#: links.py:63 +msgid "Edit" +msgstr "" + +#: links.py:67 +msgid "Document sources" +msgstr "" + +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "" @@ -111,15 +122,15 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,396 +138,305 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, python-format +msgid "Error processing source: %s" +msgstr "" + +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" +msgstr "" + +#: views.py:147 wizards.py:36 msgid "" "No interactive document sources have been defined or none have been enabled, " "create one before proceeding." msgstr "" -#: views.py:140 +#: views.py:171 views.py:189 +msgid "Document properties" +msgstr "" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "" - -#: views.py:258 -msgid "None" -msgstr "" - -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 +#: views.py:354 msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format -msgid "Transformations for: %s" +msgid "Delete the source: %s?" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "" - -#: views.py:521 +#: views.py:485 #, python-format -msgid "Error editing source transformation; %s" +msgid "Edit source: %s" msgstr "" -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/sources/locale/tr_TR/LC_MESSAGES/django.po index e3c128cbcb..75565a1f8f 100644 --- a/mayan/apps/sources/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/tr_TR/LC_MESSAGES/django.po @@ -1,24 +1,40 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +msgid "Create a document source" +msgstr "" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -34,70 +50,66 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 -msgid "Add new staging folder" +msgid "Clone" msgstr "" -#: links.py:26 -msgid "Add new watch folder" -msgstr "" - -#: links.py:27 -msgid "Add new POP3 email" -msgstr "" - -#: links.py:28 -msgid "Add new IMAP email" -msgstr "" - -#: links.py:30 links.py:34 -msgid "Edit" -msgstr "" - -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 -msgid "Document sources" +#: links.py:34 +msgid "Add new imap email" msgstr "" #: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 +msgid "Add new staging folder" +msgstr "" + +#: links.py:49 +msgid "Add new watch folder" +msgstr "" + +#: links.py:54 +msgid "Add new webform source" +msgstr "" + +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "" + +#: links.py:63 +msgid "Edit" +msgstr "" + +#: links.py:67 +msgid "Document sources" +msgstr "" + +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "" @@ -110,15 +122,15 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -126,397 +138,305 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "" -#: views.py:112 wizards.py:34 -msgid "" -"No interactive document sources have been defined or none have been enabled," -" create one before proceeding." +#: tasks.py:29 +#, python-format +msgid "Error processing source: %s" msgstr "" -#: views.py:140 +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" +msgstr "" + +#: views.py:147 wizards.py:36 +msgid "" +"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 properties" +msgstr "" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:258 -msgid "None" -msgstr "" - -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." -msgstr "" - -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format -msgid "Transformations for: %s" +msgid "Delete the source: %s?" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "" - -#: views.py:521 +#: views.py:485 #, python-format -msgid "Error editing source transformation; %s" +msgid "Edit source: %s" msgstr "" -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + #~ msgid "Upload sources" #~ msgstr "Upload sources" 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 6af5984515..dd56b7d0eb 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,17 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "Tạo các nguồn tài liệu" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +53,68 @@ msgstr "Giải nén" msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload một file nén chứa các file tài liệu riêng biệt" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "File" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "Kiểu tài liệu hiện tại" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "Các nguồn tài liệu" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "Luôn luôn" @@ -111,15 +127,15 @@ msgstr "Không bao giờ" msgid "Ask user" msgstr "Hỏi người dùng" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,397 +143,336 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "đường dẫn hệ thống phía Server" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "Thiết lập nguồn tài liệu" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "Tạo các nguồn tài liệu" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "Xóa các nguồn tài liệu" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "Sửa các nguồn tài liệu" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "Xem các nguồn tài liệu đang tồn tại" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source transformation; %s" +msgid "Error processing source: %s" +msgstr "Lỗi tạo chuyển đổi nguồn: %s" + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Create new transformation for source: %s" +msgid "Log entries for source: %s" +msgstr "Tạo chuyển đổi nguồn mới: %s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "Các nguồn tài liệu" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "Kiểu tài liệu hiện tại" - -#: views.py:258 -msgid "None" -msgstr "Không có gì" - -#: views.py:265 -msgid "Current metadata" +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." -msgstr "" - -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "Xóa các nguồn tài liệu" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "Chuyển đổi nguồn được sửa thành công" +#: views.py:496 +msgid "Type" +msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "Lỗi sửa chuyển đổi nguồn; %s" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "Sửa chuyển đổi: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "Chuyển đổi nguồn xóa thành công" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "Lỗi xóa chuyển đổi nguồn: %(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Bạn có chắc chắn muốn xóa chuyển đổi nguồn \"%(transformation)s\"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "Chuyển đổi nguồn được tạo thành công" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "Lỗi tạo chuyển đổi nguồn: %s" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "Tạo chuyển đổi nguồn mới: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "None" +#~ msgstr "Không có gì" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "Chuyển đổi nguồn được sửa thành công" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "Lỗi sửa chuyển đổi nguồn; %s" + +#~ msgid "Edit transformation: %s" +#~ msgstr "Sửa chuyển đổi: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "Chuyển đổi nguồn xóa thành công" + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "Lỗi xóa chuyển đổi nguồn: %(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "Bạn có chắc chắn muốn xóa chuyển đổi nguồn \"%(transformation)s\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "Chuyển đổi nguồn được tạo thành công" + #~ msgid "Upload sources" #~ msgstr "Upload sources" 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 b8c944f371..2b74609792 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,17 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +#, fuzzy +#| msgid "Create new document sources" +msgid "Create a document source" +msgstr "新建文档数据源" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -36,70 +54,68 @@ msgstr "展开压缩文件" msgid "Upload a compressed file's contained files as individual documents" msgstr "上传一个压缩文件的包含文件作为单个文档" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "临时文件" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "文件" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 +#: links.py:22 +#, fuzzy +#| msgid "Current document type" +msgid "New document" +msgstr "当前文档类型" + +#: links.py:25 msgid "Clone" msgstr "" -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" +#: links.py:34 +msgid "Add new imap email" msgstr "" -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" +#: links.py:39 +msgid "Add new pop3 email" msgstr "" -#: links.py:24 -msgid "Add new webform source" -msgstr "" - -#: links.py:25 +#: links.py:44 msgid "Add new staging folder" msgstr "" -#: links.py:26 +#: links.py:49 msgid "Add new watch folder" msgstr "" -#: links.py:27 -msgid "Add new POP3 email" +#: links.py:54 +msgid "Add new webform source" msgstr "" -#: links.py:28 -msgid "Add new IMAP email" +#: links.py:59 links.py:73 +msgid "Delete" msgstr "" -#: links.py:30 links.py:34 +#: links.py:63 msgid "Edit" msgstr "" -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 +#: links.py:67 msgid "Document sources" msgstr "文档数据源" -#: links.py:39 +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "总是" @@ -112,15 +128,15 @@ msgstr "从不" msgid "Ask user" msgstr "询问用户" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -128,397 +144,366 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "服务器端文件路径" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "宽度的值用于后台转换。" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "高度的值用于后台转换" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "是否要展开或者解压缩归档文件" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "在上传成功后,删除此文件。" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "未能获取暂存文件列表:%s" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." -msgstr "输入有效值" - -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "使用字典来标识参数,比如:%s" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "数据源设置" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "新建文档数据源" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "删除文档数据源" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "编辑文档数据源" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "查看存在数据源" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, fuzzy, python-format +#| msgid "Error creating source; %s" +msgid "Error processing source: %s" +msgstr "创建数据源:%s出错" + +#: views.py:62 +#, fuzzy, python-format +#| msgid "Create new transformation for source: %s" +msgid "Log entries for source: %s" +msgstr "新建数据源变换: %s" + +#: views.py:147 wizards.py:36 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:140 +#: views.py:171 views.py:189 +#, fuzzy +#| msgid "Document sources" +msgid "Document properties" +msgstr "文档数据源" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "当前文档类型" - -#: views.py:258 -msgid "None" -msgstr "无" - -#: views.py:265 -msgid "Current metadata" -msgstr "当前元数据" - -#: views.py:313 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:354 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "暂存文件删除成功。" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "暂存文件删除出错:%s" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "数据源编辑成功" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "编辑数据源出错:%s" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "数据源\"%s\"删除成功。" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "删除数据源:\"%(source)s\"出错,%(error)s" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "确定要删除数据源:%s么?" - -#: views.py:467 -msgid "Source created successfully" -msgstr "数据源创建成功" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "创建数据源:%s出错" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "新建数据源类型:%s" -#: views.py:489 +#: views.py:466 +#, fuzzy, python-format +#| msgid "Delete document sources" +msgid "Delete the source: %s?" +msgstr "删除文档数据源" + +#: views.py:485 #, python-format -msgid "Transformations for: %s" +msgid "Edit source: %s" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "数据源变换编辑成功" +#: views.py:496 +msgid "Type" +msgstr "" -#: views.py:521 -#, python-format -msgid "Error editing source transformation; %s" -msgstr "编辑数据源变换%s出错" - -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" -msgstr "编辑变换: %s" - -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "数据源变换删除成功" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "删除数据源变换失败:%(error)s" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "确定要删除数据源变换\"%(transformation)s\"" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "数据源变换创建成功" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "创建数据源变换 %s失败" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "新建数据源变换: %s" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "下一步" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + +#~ msgid "Enter a valid value." +#~ msgstr "输入有效值" + +#~ msgid "Use dictionaries to indentify arguments, example: %s" +#~ msgstr "使用字典来标识参数,比如:%s" + +#~ msgid "None" +#~ msgstr "无" + +#~ msgid "Current metadata" +#~ msgstr "当前元数据" + +#~ msgid "Source edited successfully" +#~ msgstr "数据源编辑成功" + +#~ msgid "Error editing source; %s" +#~ msgstr "编辑数据源出错:%s" + +#~ msgid "Source \"%s\" deleted successfully." +#~ msgstr "数据源\"%s\"删除成功。" + +#~ msgid "Error deleting source \"%(source)s\": %(error)s" +#~ msgstr "删除数据源:\"%(source)s\"出错,%(error)s" + +#~ msgid "Are you sure you wish to delete the source: %s?" +#~ msgstr "确定要删除数据源:%s么?" + +#~ msgid "Source created successfully" +#~ msgstr "数据源创建成功" + +#~ msgid "Source transformation edited successfully" +#~ msgstr "数据源变换编辑成功" + +#~ msgid "Error editing source transformation; %s" +#~ msgstr "编辑数据源变换%s出错" + +#~ msgid "Edit transformation: %s" +#~ msgstr "编辑变换: %s" + +#~ msgid "Source transformation deleted successfully." +#~ msgstr "数据源变换删除成功" + +#~ msgid "Error deleting source transformation; %(error)s" +#~ msgstr "删除数据源变换失败:%(error)s" + +#~ msgid "" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s" +#~ "\"" +#~ msgstr "确定要删除数据源变换\"%(transformation)s\"" + +#~ msgid "Source transformation created successfully" +#~ msgstr "数据源变换创建成功" + +#~ msgid "Error creating source transformation; %s" +#~ msgstr "创建数据源变换 %s失败" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/sources/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/sources/locale/zh_TW/LC_MESSAGES/django.po index e42455e98d..778089b0df 100644 --- a/mayan/apps/sources/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/zh_TW/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,7 +19,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:28 +#: apps.py:43 links.py:30 models.py:122 views.py:507 +msgid "Sources" +msgstr "" + +#: apps.py:51 +msgid "Create a document source" +msgstr "" + +#: apps.py:53 +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 "" + +#: apps.py:63 msgid "Thumbnail" msgstr "" @@ -35,70 +50,66 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:70 +#: forms.py:64 msgid "Staging file" msgstr "" -#: forms.py:74 +#: forms.py:68 msgid "File" msgstr "" -#: links.py:18 -msgid "Upload new documents" +#: handlers.py:13 +msgid "Default" msgstr "" -#: links.py:19 -msgid "Clone" -msgstr "" - -#: links.py:21 links.py:29 links.py:35 -msgid "Delete" -msgstr "" - -#: links.py:23 models.py:86 views.py:377 -msgid "Sources" -msgstr "" - -#: links.py:24 -msgid "Add new webform source" +#: links.py:22 +msgid "New document" msgstr "" #: links.py:25 -msgid "Add new staging folder" +msgid "Clone" msgstr "" -#: links.py:26 -msgid "Add new watch folder" -msgstr "" - -#: links.py:27 -msgid "Add new POP3 email" -msgstr "" - -#: links.py:28 -msgid "Add new IMAP email" -msgstr "" - -#: links.py:30 links.py:34 -msgid "Edit" -msgstr "" - -#: links.py:32 -msgid "Transformations" -msgstr "" - -#: links.py:33 -msgid "Add transformation" -msgstr "" - -#: links.py:37 -msgid "Document sources" +#: links.py:34 +msgid "Add new imap email" msgstr "" #: links.py:39 +msgid "Add new pop3 email" +msgstr "" + +#: links.py:44 +msgid "Add new staging folder" +msgstr "" + +#: links.py:49 +msgid "Add new watch folder" +msgstr "" + +#: links.py:54 +msgid "Add new webform source" +msgstr "" + +#: links.py:59 links.py:73 +msgid "Delete" +msgstr "" + +#: links.py:63 +msgid "Edit" +msgstr "" + +#: links.py:67 +msgid "Document sources" +msgstr "" + +#: links.py:78 msgid "Upload new version" msgstr "" +#: links.py:82 +msgid "Logs" +msgstr "" + #: literals.py:10 literals.py:15 msgid "Always" msgstr "" @@ -111,15 +122,15 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:27 models.py:153 +#: literals.py:27 models.py:227 msgid "Web form" msgstr "" -#: literals.py:28 models.py:137 +#: literals.py:28 models.py:207 msgid "Staging folder" msgstr "" -#: literals.py:29 models.py:352 +#: literals.py:29 models.py:462 msgid "Watch folder" msgstr "" @@ -127,396 +138,305 @@ msgstr "" msgid "POP3 email" msgstr "" -#: literals.py:31 models.py:333 models.py:334 +#: literals.py:31 models.py:435 models.py:436 msgid "IMAP email" msgstr "" -#: models.py:41 -msgid "Title" +#: models.py:40 +msgid "Label" msgstr "" -#: models.py:42 views.py:386 +#: models.py:41 views.py:500 msgid "Enabled" msgstr "" -#: models.py:85 views.py:531 views.py:560 +#: models.py:121 models.py:468 msgid "Source" msgstr "" -#: models.py:93 +#: models.py:129 msgid "Interactive source" msgstr "" -#: models.py:94 +#: models.py:130 msgid "Interactive sources" msgstr "" -#: models.py:101 models.py:340 -msgid "Folder path" -msgstr "" - -#: models.py:101 models.py:340 +#: models.py:138 models.py:443 msgid "Server side filesystem path." msgstr "" -#: models.py:102 -msgid "Preview width" +#: models.py:139 models.py:444 +msgid "Folder path" msgstr "" -#: models.py:102 +#: models.py:142 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:103 -msgid "Preview height" +#: models.py:143 +msgid "Preview width" msgstr "" -#: models.py:103 +#: models.py:147 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:104 models.py:146 models.py:168 -msgid "Uncompress" +#: models.py:148 +msgid "Preview height" msgstr "" -#: models.py:104 models.py:146 +#: models.py:152 models.py:218 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:105 -msgid "Delete after upload" +#: models.py:153 models.py:219 models.py:253 +msgid "Uncompress" msgstr "" -#: models.py:105 +#: models.py:157 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:123 +#: models.py:158 +msgid "Delete after upload" +msgstr "" + +#: models.py:182 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:134 +#: models.py:203 #, python-format msgid "Error deleting staging file; %s" msgstr "" -#: models.py:138 +#: models.py:208 msgid "Staging folders" msgstr "" -#: models.py:154 +#: models.py:228 msgid "Web forms" msgstr "" -#: models.py:161 models.py:162 +#: models.py:235 models.py:236 msgid "Out of process" msgstr "" -#: models.py:166 -msgid "Interval" -msgstr "" - -#: models.py:166 +#: models.py:242 msgid "Interval in seconds between checks for new documents." msgstr "" -#: models.py:167 -msgid "Document type" +#: models.py:243 +msgid "Interval" msgstr "" -#: models.py:167 +#: models.py:247 msgid "Assign a document type to documents uploaded from this source." msgstr "" -#: models.py:168 +#: models.py:248 +msgid "Document type" +msgstr "" + +#: models.py:252 msgid "Whether to expand or not, compressed archives." msgstr "" -#: models.py:207 +#: models.py:302 msgid "Interval source" msgstr "" -#: models.py:208 +#: models.py:303 msgid "Interval sources" msgstr "" -#: models.py:212 +#: models.py:307 msgid "Host" msgstr "" -#: models.py:213 +#: models.py:308 msgid "SSL" msgstr "" -#: models.py:214 -msgid "Port" -msgstr "" - -#: models.py:214 +#: models.py:310 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." msgstr "" -#: models.py:215 +#: models.py:311 +msgid "Port" +msgstr "" + +#: models.py:313 msgid "Username" msgstr "" -#: models.py:216 +#: models.py:314 msgid "Password" msgstr "" -#: models.py:236 +#: models.py:334 #, python-format msgid "attachment-%i" msgstr "" -#: models.py:245 +#: models.py:347 msgid "Email source" msgstr "" -#: models.py:246 +#: models.py:348 msgid "Email sources" msgstr "" -#: models.py:252 +#: models.py:355 msgid "Timeout" msgstr "" -#: models.py:290 models.py:291 +#: models.py:392 models.py:393 msgid "POP email" msgstr "" -#: models.py:297 -msgid "Mailbox" -msgstr "" - -#: models.py:297 +#: models.py:401 msgid "Mail from which to check for messages with attached documents." msgstr "" -#: models.py:353 +#: models.py:402 +msgid "Mailbox" +msgstr "" + +#: models.py:463 msgid "Watch folders" msgstr "" -#: models.py:357 -msgid "Enter a valid value." +#: models.py:471 views.py:66 +msgid "Date time" msgstr "" -#: models.py:385 views.py:494 -msgid "Order" +#: models.py:474 views.py:70 +msgid "Message" msgstr "" -#: models.py:386 views.py:495 views.py:532 views.py:561 -msgid "Transformation" +#: models.py:480 +msgid "Log entry" msgstr "" -#: models.py:387 views.py:496 -msgid "Arguments" -msgstr "" - -#: models.py:387 -#, python-format -msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" - -#: models.py:397 -msgid "Document source transformation" -msgstr "" - -#: models.py:398 -msgid "Document source transformations" +#: models.py:481 +msgid "Log entries" msgstr "" #: permissions.py:7 msgid "Sources setup" msgstr "" -#: permissions.py:8 +#: permissions.py:9 msgid "Create new document sources" msgstr "" -#: permissions.py:9 +#: permissions.py:12 msgid "Delete document sources" msgstr "" -#: permissions.py:10 +#: permissions.py:15 msgid "Edit document sources" msgstr "" -#: permissions.py:11 +#: permissions.py:18 msgid "View existing document sources" msgstr "" -#: views.py:112 wizards.py:34 +#: tasks.py:29 +#, python-format +msgid "Error processing source: %s" +msgstr "" + +#: views.py:62 +#, python-format +msgid "Log entries for source: %s" +msgstr "" + +#: views.py:147 wizards.py:36 msgid "" "No interactive document sources have been defined or none have been enabled, " "create one before proceeding." msgstr "" -#: views.py:140 +#: views.py:171 views.py:189 +msgid "Document properties" +msgstr "" + +#: views.py:179 msgid "Files in staging path" msgstr "" -#: views.py:224 +#: views.py:269 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:249 +#: views.py:301 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:257 -msgid "Current document type" -msgstr "" - -#: views.py:258 -msgid "None" -msgstr "" - -#: views.py:265 -msgid "Current metadata" -msgstr "" - -#: views.py:313 +#: views.py:354 msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:338 +#: views.py:386 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:354 +#: views.py:413 msgid "Staging file delete successfully." msgstr "" -#: views.py:356 +#: views.py:416 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:382 -msgid "Type" -msgstr "" - -#: views.py:387 -msgid "Yes" -msgstr "" - -#: views.py:387 -msgid "No" -msgstr "" - -#: views.py:409 -msgid "Source edited successfully" -msgstr "" - -#: views.py:412 -#, python-format -msgid "Error editing source; %s" -msgstr "" - -#: views.py:417 -#, python-format -msgid "Edit source: %s" -msgstr "" - -#: views.py:436 -#, python-format -msgid "Source \"%s\" deleted successfully." -msgstr "" - -#: views.py:438 -#, python-format -msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "" - -#: views.py:444 -#, python-format -msgid "Are you sure you wish to delete the source: %s?" -msgstr "" - -#: views.py:467 -msgid "Source created successfully" -msgstr "" - -#: views.py:470 -#, python-format -msgid "Error creating source; %s" -msgstr "" - -#: views.py:475 +#: views.py:447 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format -msgid "Transformations for: %s" +msgid "Delete the source: %s?" msgstr "" -#: views.py:518 -msgid "Source transformation edited successfully" -msgstr "" - -#: views.py:521 +#: views.py:485 #, python-format -msgid "Error editing source transformation; %s" +msgid "Edit source: %s" msgstr "" -#: views.py:526 -#, python-format -msgid "Edit transformation: %s" +#: views.py:496 +msgid "Type" msgstr "" -#: views.py:548 -msgid "Source transformation deleted successfully." -msgstr "" - -#: views.py:550 -#, python-format -msgid "Error deleting source transformation; %(error)s" -msgstr "" - -#: views.py:563 -#, python-format -msgid "" -"Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" - -#: views.py:584 -msgid "Source transformation created successfully" -msgstr "" - -#: views.py:587 -#, python-format -msgid "Error creating source transformation; %s" -msgstr "" - -#: views.py:595 -#, python-format -msgid "Create new transformation for source: %s" -msgstr "" - -#: widgets.py:23 +#: widgets.py:25 msgid "Staging file page image" msgstr "" -#: wizards.py:44 +#: wizards.py:47 msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:45 +#: wizards.py:48 msgid "Step 2 of 2: Enter document metadata" msgstr "" -#: wizards.py:65 +#: wizards.py:68 msgid "Next step" msgstr "" +#: wizards.py:70 +msgid "Document upload wizard" +msgstr "" + #~ msgid "Upload sources" #~ msgstr "Upload sources" diff --git a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po index d6f3fea985..c4c6204048 100644 --- a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po @@ -1,40 +1,48 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "إحصائيات" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "إحصائيات" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +51,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po index 077ce9cdab..713fb36cb6 100644 --- a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po @@ -1,40 +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: # Iliya Georgiev , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Статистика" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Статистика" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +50,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" 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 36ea1a6f44..981042b597 100644 --- a/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po @@ -1,40 +1,48 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:12-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Statistika" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Statistika" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +51,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po index f6a1ce77d0..e74e83374b 100644 --- a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po @@ -1,40 +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: # Mads L. Nielsen , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Statistik" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Statistik" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +50,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/de_CH/LC_MESSAGES/django.po index bc0de49789..d6124c835b 100644 --- a/mayan/apps/statistics/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/de_CH/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -18,23 +18,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +47,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" 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 0f6d77b48f..0c18ea85a9 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: # Mathias Behrle , 2014 # Stefan Lodders , 2012 @@ -10,33 +10,42 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "Ausführen" - -#: links.py:11 -msgid "Details" -msgstr "Details" - -#: links.py:12 -msgid "Namespace list" -msgstr "Namensraumliste" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Statistiken" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "Ausführen" + +#: links.py:15 +#, fuzzy +#| msgid "Namespace details for: %s" +msgid "Namespace details" +msgstr "Namensraumdetails für %s" + +#: links.py:19 +msgid "Namespace list" +msgstr "Namensraumliste" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Statistiken" + +#: views.py:19 msgid "Statistics namespaces" msgstr "Statistiken Namensräume" @@ -45,15 +54,16 @@ msgstr "Statistiken Namensräume" msgid "Namespace details for: %s" msgstr "Namensraumdetails für %s" -#: views.py:48 -msgid "Namespace" -msgstr "Namensraum" - -#: views.py:49 -msgid "Statistic" -msgstr "Statistik" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "Ergebnis für %s" + +#~ msgid "Details" +#~ msgstr "Details" + +#~ msgid "Namespace" +#~ msgstr "Namensraum" + +#~ msgid "Statistic" +#~ msgstr "Statistik" diff --git a/mayan/apps/statistics/locale/en/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/en/LC_MESSAGES/django.po index 87ddfeebf9..ce3964b75a 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,23 +17,27 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -42,15 +46,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po index c20f6c6834..3a7e781648 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: # jmcainzos , 2013-2014 # Lory977 , 2015 @@ -10,33 +10,42 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-13 15:41+0000\n" "Last-Translator: Lory977 \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "Ejecutar" - -#: links.py:11 -msgid "Details" -msgstr "Detalles" - -#: links.py:12 -msgid "Namespace list" -msgstr "Lista de espacios nombrados" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Estadísticas" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "Ejecutar" + +#: links.py:15 +#, fuzzy +#| msgid "Namespace details for: %s" +msgid "Namespace details" +msgstr "Detalles para espacios nombrados: %s" + +#: links.py:19 +msgid "Namespace list" +msgstr "Lista de espacios nombrados" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Estadísticas" + +#: views.py:19 msgid "Statistics namespaces" msgstr "Estadísticas de espacios nombrados" @@ -45,15 +54,16 @@ msgstr "Estadísticas de espacios nombrados" msgid "Namespace details for: %s" msgstr "Detalles para espacios nombrados: %s" -#: views.py:48 -msgid "Namespace" -msgstr "Espacios nombrados" - -#: views.py:49 -msgid "Statistic" -msgstr "Estadística" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "Resultados para: %s" + +#~ msgid "Details" +#~ msgstr "Detalles" + +#~ msgid "Namespace" +#~ msgstr "Espacios nombrados" + +#~ msgid "Statistic" +#~ msgstr "Estadística" diff --git a/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.po index 04bd69faf1..d0de19839d 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,33 +9,42 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-28 06:48+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "اجرا" - -#: links.py:11 -msgid "Details" -msgstr "جزئیات" - -#: links.py:12 -msgid "Namespace list" -msgstr "فضای نام لیست" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "آمار" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "اجرا" + +#: links.py:15 +#, fuzzy +#| msgid "Namespace details for: %s" +msgid "Namespace details" +msgstr "جزئیات فضای نام برای : %s" + +#: links.py:19 +msgid "Namespace list" +msgstr "فضای نام لیست" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "آمار" + +#: views.py:19 msgid "Statistics namespaces" msgstr "فضای نامی آمار" @@ -44,15 +53,16 @@ msgstr "فضای نامی آمار" msgid "Namespace details for: %s" msgstr "جزئیات فضای نام برای : %s" -#: views.py:48 -msgid "Namespace" -msgstr "فضای نام" - -#: views.py:49 -msgid "Statistic" -msgstr "آمار" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "نتایج : %s" + +#~ msgid "Details" +#~ msgstr "جزئیات" + +#~ msgid "Namespace" +#~ msgstr "فضای نام" + +#~ msgid "Statistic" +#~ msgstr "آمار" diff --git a/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po index ff519ec558..651a8c262b 100644 --- a/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/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: # Christophe kryskool , 2014-2015 # Pierre Lhoste , 2012 @@ -9,33 +9,42 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-04 19:12+0000\n" "Last-Translator: Christophe kryskool \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "Exécuter" - -#: links.py:11 -msgid "Details" -msgstr "Détails" - -#: links.py:12 -msgid "Namespace list" -msgstr "Liste de l'espace de nom" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Statistiques" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "Exécuter" + +#: links.py:15 +#, fuzzy +#| msgid "Namespace details for: %s" +msgid "Namespace details" +msgstr "Détails de l'espace de nommage pour: %s" + +#: links.py:19 +msgid "Namespace list" +msgstr "Liste de l'espace de nom" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Statistiques" + +#: views.py:19 msgid "Statistics namespaces" msgstr "Statistiques des espaces de nommage" @@ -44,15 +53,16 @@ msgstr "Statistiques des espaces de nommage" msgid "Namespace details for: %s" msgstr "Détails de l'espace de nommage pour: %s" -#: views.py:48 -msgid "Namespace" -msgstr "Espace de nommage" - -#: views.py:49 -msgid "Statistic" -msgstr "Statistique" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "Résultats pour: %s" + +#~ msgid "Details" +#~ msgstr "Détails" + +#~ msgid "Namespace" +#~ msgstr "Espace de nommage" + +#~ msgid "Statistic" +#~ msgstr "Statistique" diff --git a/mayan/apps/statistics/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/hr_HR/LC_MESSAGES/django.po index 9704fb88d8..72475d0e27 100644 --- a/mayan/apps/statistics/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/hr_HR/LC_MESSAGES/django.po @@ -1,39 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -42,15 +48,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po index 6e3c55df92..c25fe070ce 100644 --- a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po @@ -1,40 +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: # Dezső József , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Statisztika" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Statisztika" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +50,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po index f220fa822f..e6a93c6fe5 100644 --- a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po @@ -1,40 +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: # Sehat , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Statistik-statistik" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Statistik-statistik" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +50,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po index ffce5d5a8e..5a3c4968bf 100644 --- a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po @@ -1,39 +1,44 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -42,15 +47,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/lv/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/lv/LC_MESSAGES/django.po index 20bb6ad47b..95b3fa1abe 100644 --- a/mayan/apps/statistics/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/lv/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,23 +19,27 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -44,15 +48,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/nb/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/nb/LC_MESSAGES/django.po index 7b9e46d634..aa93f09d60 100644 --- a/mayan/apps/statistics/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/nb/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -18,23 +18,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +47,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" 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 8e09350f00..4cfeb2737a 100644 --- a/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po @@ -1,40 +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: # Lucas Weel , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Statistiek" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Statistiek" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +50,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po index 83ad373649..47cf8f501f 100644 --- a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po @@ -1,39 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -42,15 +48,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po index 43aeabc8fe..6d02b4b74c 100644 --- a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po @@ -1,39 +1,44 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -42,15 +47,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" 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 001f72461b..5e4f743011 100644 --- a/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po @@ -1,40 +1,49 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-05-13 18:04+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: links.py:10 -msgid "Execute" -msgstr "Executar" - -#: links.py:11 -msgid "Details" -msgstr "Detalhes" - -#: links.py:12 -msgid "Namespace list" -msgstr "Lista de Namespace" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Estatísticas" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "Executar" + +#: links.py:15 +#, fuzzy +#| msgid "Namespace details for: %s" +msgid "Namespace details" +msgstr "Detalhes do namespace para: %s" + +#: links.py:19 +msgid "Namespace list" +msgstr "Lista de Namespace" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Estatísticas" + +#: views.py:19 msgid "Statistics namespaces" msgstr "Estatística do namespaces" @@ -43,15 +52,16 @@ msgstr "Estatística do namespaces" msgid "Namespace details for: %s" msgstr "Detalhes do namespace para: %s" -#: views.py:48 -msgid "Namespace" -msgstr "Namespace" - -#: views.py:49 -msgid "Statistic" -msgstr "Estatísticas" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "Resultados para: %s" + +#~ msgid "Details" +#~ msgstr "Detalhes" + +#~ msgid "Namespace" +#~ msgstr "Namespace" + +#~ msgid "Statistic" +#~ msgstr "Estatísticas" 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 a6d9421dd2..922cf1cf39 100644 --- a/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po @@ -1,40 +1,48 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Statistică" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Statistică" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +51,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po index 7e0e0eac3e..6be68dac26 100644 --- a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po @@ -1,40 +1,49 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Статистика" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Статистика" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +52,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" 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 789410c7ed..b3a019281a 100644 --- a/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po @@ -1,39 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -42,15 +48,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/sq/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/sq/LC_MESSAGES/django.po index 066c42be09..edc1b3f228 100644 --- a/mayan/apps/statistics/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/sq/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -18,23 +18,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +47,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/tr_TR/LC_MESSAGES/django.po index ada3f53032..84ec981fef 100644 --- a/mayan/apps/statistics/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/tr_TR/LC_MESSAGES/django.po @@ -1,39 +1,44 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -42,15 +47,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" 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 a31ced01e1..a2ffd5e81b 100644 --- a/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po @@ -1,40 +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: # Trung Phan Minh , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "Thống kê" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "Thống kê" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +50,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" 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 0c2b46b226..d6b56f4e11 100644 --- a/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po @@ -1,40 +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: # Ford Guo , 2014 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "统计" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +#, fuzzy +#| msgid "Statistics" +msgid "View statistics" +msgstr "统计" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +50,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/statistics/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/zh_TW/LC_MESSAGES/django.po index 7ad2cd1e10..111e877fc9 100644 --- a/mayan/apps/statistics/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/zh_TW/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2014-10-25 07:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -18,23 +18,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: links.py:10 -msgid "Execute" -msgstr "" - -#: links.py:11 -msgid "Details" -msgstr "" - -#: links.py:12 -msgid "Namespace list" -msgstr "" - -#: links.py:13 +#: apps.py:16 links.py:24 permissions.py:7 msgid "Statistics" msgstr "" -#: views.py:18 +#: links.py:11 +msgid "Execute" +msgstr "" + +#: links.py:15 +msgid "Namespace details" +msgstr "" + +#: links.py:19 +msgid "Namespace list" +msgstr "" + +#: permissions.py:10 +msgid "View statistics" +msgstr "" + +#: views.py:19 msgid "Statistics namespaces" msgstr "" @@ -43,15 +47,7 @@ msgstr "" msgid "Namespace details for: %s" msgstr "" -#: views.py:48 -msgid "Namespace" -msgstr "" - -#: views.py:49 -msgid "Statistic" -msgstr "" - -#: views.py:53 +#: views.py:51 #, python-format msgid "Results for: %s" msgstr "" diff --git a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po index 59fe54db0e..5726dd919c 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,160 +9,116 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "الكلمات الاستدلالية" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "حذف الكلمات الاستدلالية" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "الصلاحيات:" - -#: literals.py:17 -msgid "Blue" -msgstr "أزرق" - -#: literals.py:18 -msgid "Cyan" -msgstr "سماوي" - -#: literals.py:19 -msgid "Coral" -msgstr "مرجاني" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "اخضر-اصفر" - -#: literals.py:21 -msgid "Khaki" -msgstr "كاكي" - -#: literals.py:22 -msgid "LightGrey" -msgstr "رصاصي فاتح" - -#: literals.py:23 -msgid "Magenta" -msgstr "أرجواني" - -#: literals.py:24 -msgid "Red" -msgstr "أحمر" - -#: literals.py:25 -msgid "Orange" -msgstr "برتقالي" - -#: literals.py:26 -msgid "Yellow" -msgstr "أصفر" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "اللون" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "أنشأ كلمات استدلالية جديدة" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "حذف الكلمات الاستدلالية" -#: permissions.py:11 -msgid "Edit tags" -msgstr "تعديل الكلمات الاستدلالية" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "عرض الكلمات الاستدلالية" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "تعديل الكلمات الاستدلالية" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "إضافة كلمات استدلالية للوثائق" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "إزالة الكلمات الاستدلالية من الوثائق" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "تم انشاء الكلمة الاستدلالية بنجاح" +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "يجب توفير وثيقة واحدة عالاقل." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "الوثيقة \"%(document)s\" مربوطة مسبقاً بالكلمات الاستدلالية \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "تم ربط الكلمة الاستدلالية \"%(tag)s\" بالوثيقة \"%(document)s\" ." -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" @@ -172,27 +128,27 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "يجب توفير كلمة استدلالية واحدة عالاقل" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "الكلمة الاستدلالية \"%s\" مسحت بنجاح." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "خطأ أثناء مسح الكلمة الاستدلالية \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "ستتم الإزالة من جميع الوثائق." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -200,76 +156,124 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "تم تحديث الكلمة الاستدلالية بنجاح" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "يجب توفير وثيقة واحد عالاقل مربوطة بكلمات استدلالية" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "ازالة الكلمة الاستدلالية من الوثيقة: %s" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "ازالة الكلمة الاستدلالية من الوثائق: %s" -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "هل أنت متأكد أنك ترغب في إزالة الكلمة الاستدلالية \"%(tag)s\" من وثيقة %(document)s؟" - -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "هل أنت متأكد أنك ترغب في إزالة الكلمة الاستدلالية \"%(tag)s\" من الوثائق %(documents)s؟" - -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "هل أنت متأكد أنك ترغب في الكلمات الاستدلالية %(tags)s من الوثيقة %(document)s؟" - -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" +"هل أنت متأكد أنك ترغب في إزالة الكلمة الاستدلالية \"%(tag)s\" من وثيقة " +"%(document)s؟" -#: views.py:319 +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "" +"هل أنت متأكد أنك ترغب في إزالة الكلمة الاستدلالية \"%(tag)s\" من الوثائق " +"%(documents)s؟" + +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "" +"هل أنت متأكد أنك ترغب في الكلمات الاستدلالية %(tags)s من الوثيقة " +"%(document)s؟" + +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "" +"هل أنت متأكد أنك ترغب في الكلمات الاستدلالية %(tags)s من الوثيقة " +"%(document)s؟" + +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "الوثيقة \"%(document)s\" لم تربط مع: \"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "الكلمة الاستدلالية \"%(tag)s\" أزيلت بنجاح من الوثيقة \"%(document)s\"." +msgstr "" +"الكلمة الاستدلالية \"%(tag)s\" أزيلت بنجاح من الوثيقة \"%(document)s\"." + +#~ msgid "ACLs" +#~ msgstr "الصلاحيات:" + +#~ msgid "Blue" +#~ msgstr "أزرق" + +#~ msgid "Cyan" +#~ msgstr "سماوي" + +#~ msgid "Coral" +#~ msgstr "مرجاني" + +#~ msgid "Green-Yellow" +#~ msgstr "اخضر-اصفر" + +#~ msgid "Khaki" +#~ msgstr "كاكي" + +#~ msgid "LightGrey" +#~ msgstr "رصاصي فاتح" + +#~ msgid "Magenta" +#~ msgstr "أرجواني" + +#~ msgid "Red" +#~ msgstr "أحمر" + +#~ msgid "Orange" +#~ msgstr "برتقالي" + +#~ msgid "Yellow" +#~ msgstr "أصفر" + +#~ msgid "Tag created succesfully." +#~ msgstr "تم انشاء الكلمة الاستدلالية بنجاح" + +#~ msgid "Tag updated succesfully." +#~ msgstr "تم تحديث الكلمة الاستدلالية بنجاح" #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po index faf6dfb0cf..e9e7351e8a 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,260 +9,246 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Етикети" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "Изтриване етикети" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Син" - -#: literals.py:18 -msgid "Cyan" -msgstr "Циан" - -#: literals.py:19 -msgid "Coral" -msgstr "Коралов" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Жълто-зелен" - -#: literals.py:21 -msgid "Khaki" -msgstr "Каки" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Светло сив" - -#: literals.py:23 -msgid "Magenta" -msgstr "Пурпурен" - -#: literals.py:24 -msgid "Red" -msgstr "Червен" - -#: literals.py:25 -msgid "Orange" -msgstr "Оранжев" - -#: literals.py:26 -msgid "Yellow" -msgstr "Жълт" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Цвят" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Създаване на нови етикети" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Изтриване етикети" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Редактиране етикети" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Преглед етикети" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Редактиране етикети" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Закачане етикет към документи" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Премахване на етикети от документи" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Етикетът е създаден успешно." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Трябва да се осигури най-малко един етикет." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Етикет \"%s\" е изтрит успешно." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Грешка при изтриване на етикет \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Ще бъде премахнат от всички документи." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Етикетът е обновен успешно." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "" +#: views.py:375 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" +msgstr "Премахване на етикети от документи" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:382 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "Премахване на етикети от документи" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "" +#: views.py:391 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "Премахване на етикети от документи" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:398 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "Премахване на етикети от документи" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Син" + +#~ msgid "Cyan" +#~ msgstr "Циан" + +#~ msgid "Coral" +#~ msgstr "Коралов" + +#~ msgid "Green-Yellow" +#~ msgstr "Жълто-зелен" + +#~ msgid "Khaki" +#~ msgstr "Каки" + +#~ msgid "LightGrey" +#~ msgstr "Светло сив" + +#~ msgid "Magenta" +#~ msgstr "Пурпурен" + +#~ msgid "Red" +#~ msgstr "Червен" + +#~ msgid "Orange" +#~ msgstr "Оранжев" + +#~ msgid "Yellow" +#~ msgstr "Жълт" + +#~ msgid "Tag created succesfully." +#~ msgstr "Етикетът е създаден успешно." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Етикетът е обновен успешно." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" 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 a9e607caaf..26c857e676 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,262 +9,265 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Tagovi" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "Obriši tagove" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Plava" - -#: literals.py:18 -msgid "Cyan" -msgstr "Cijan" - -#: literals.py:19 -msgid "Coral" -msgstr "Koral" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Zeleno-žuta" - -#: literals.py:21 -msgid "Khaki" -msgstr "Žutomrka" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Svijetlo siva" - -#: literals.py:23 -msgid "Magenta" -msgstr "Purpurnocrvena" - -#: literals.py:24 -msgid "Red" -msgstr "Crvena" - -#: literals.py:25 -msgid "Orange" -msgstr "Narandžasta" - -#: literals.py:26 -msgid "Yellow" -msgstr "Žuta" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Boja" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Kreiraj nove tagove" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Obriši tagove" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Izmjeni tagove" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Pregledaj tagove" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Izmjeni tagove" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Prikači tagove na dokumente" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Ukloni tagove iz dokumenta" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Tag uspješno kreiran." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Mora biti obezbjeđen bar jedan dokument." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Dokument \"%(document)s\" je već tagovan kao \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Tag \"%(tag)s\" uspješno prikačen na dokument \"%(document)s\"." -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Mora biti obezbjeđen bar jedan tag." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Tag \"%s\" uspješno izbrisan." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Greška brisanja taga \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Bit će uklonjen iz svih dokumenata." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Tag uspješno update-ovan." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Mora biti obezbjeđen bar jedan tagovani dokument." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Ukloni tag iz dokumenta: %s." -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Ukloni tag iz dokumenata: %s." -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "Jeste li sigurni da želite ukloniti tag \"%(tag)s\" iz dokumenta: %(document)s?" - -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "Jeste li sigurni da želite ukloniti tag \"%(tag)s\" iz dokumenata: %(documents)s?" - -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "Jeste li sigurni da želite ukloniti tagove: %(tags)s iz dokumenta: %(document)s?" - -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" +"Jeste li sigurni da želite ukloniti tag \"%(tag)s\" iz dokumenta: " +"%(document)s?" -#: views.py:319 +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "" +"Jeste li sigurni da želite ukloniti tag \"%(tag)s\" iz dokumenata: " +"%(documents)s?" + +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "" +"Jeste li sigurni da želite ukloniti tagove: %(tags)s iz dokumenta: " +"%(document)s?" + +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "" +"Jeste li sigurni da želite ukloniti tagove: %(tags)s iz dokumenta: " +"%(document)s?" + +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Dokument \"%(document)s\" nije tagovan kao \"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" uspješno uklonjen iz dokumenta \"%(document)s\"." +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Plava" + +#~ msgid "Cyan" +#~ msgstr "Cijan" + +#~ msgid "Coral" +#~ msgstr "Koral" + +#~ msgid "Green-Yellow" +#~ msgstr "Zeleno-žuta" + +#~ msgid "Khaki" +#~ msgstr "Žutomrka" + +#~ msgid "LightGrey" +#~ msgstr "Svijetlo siva" + +#~ msgid "Magenta" +#~ msgstr "Purpurnocrvena" + +#~ msgid "Red" +#~ msgstr "Crvena" + +#~ msgid "Orange" +#~ msgstr "Narandžasta" + +#~ msgid "Yellow" +#~ msgstr "Žuta" + +#~ msgid "Tag created succesfully." +#~ msgstr "Tag uspješno kreiran." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Tag uspješno update-ovan." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/da/LC_MESSAGES/django.po b/mayan/apps/tags/locale/da/LC_MESSAGES/django.po index 3d6368647a..95d65f8b9d 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,260 +9,262 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Tags" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "Slet tags" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Blå" - -#: literals.py:18 -msgid "Cyan" -msgstr "Cyan" - -#: literals.py:19 -msgid "Coral" -msgstr "Coral" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Grøn-Gul" - -#: literals.py:21 -msgid "Khaki" -msgstr "Khaki" - -#: literals.py:22 -msgid "LightGrey" -msgstr "LysGrå" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Rød" - -#: literals.py:25 -msgid "Orange" -msgstr "Orange" - -#: literals.py:26 -msgid "Yellow" -msgstr "Gul" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Farve" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Opret nye tags" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Slet tags" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Redigér tags" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Vis tags" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Redigér tags" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Vedhæft tags til dokumenter" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Fjern tags fra dokumenter" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Tag oprettet." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Skal angive mindst ét ​​dokument." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Dokumentet \"%(document)s\" er allerede mærket som \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Tag \"%(tag)s\" vedhæftet til at dokumentet \"%(document)s\"." -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Der skal angives mindst én tag." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Tag \"%s\" slettet." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Fejl ved sletning af tag \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Vil blive fjernet fra alle dokumenter." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Tag opdateret." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Skal angive mindst ét tagget dokument." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Fjern tag fra dokument: %s." -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Fjern tag fra dokumenter: %s." -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "Er du sikker på du vil fjerne mærket \"%(tag)s\" fra dokumentet: %(document)s?" - -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "Er du sikker på du vil fjerne mærket \"%(tag)s\" fra dokumenterne: %(documents)s?" - -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "Er du sikker på du ønsker at fjerne tags: %(tags)s fra dokumentet: %(document)s?" - -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" +"Er du sikker på du vil fjerne mærket \"%(tag)s\" fra dokumentet: " +"%(document)s?" -#: views.py:319 +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "" +"Er du sikker på du vil fjerne mærket \"%(tag)s\" fra dokumenterne: " +"%(documents)s?" + +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "" +"Er du sikker på du ønsker at fjerne tags: %(tags)s fra dokumentet: " +"%(document)s?" + +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "" +"Er du sikker på du ønsker at fjerne tags: %(tags)s fra dokumentet: " +"%(document)s?" + +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Dokumentet \"%(document)s\" ikke blev kodet som \"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" blev fjernet fra dokumentet \"%(document)s\"." +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Blå" + +#~ msgid "Cyan" +#~ msgstr "Cyan" + +#~ msgid "Coral" +#~ msgstr "Coral" + +#~ msgid "Green-Yellow" +#~ msgstr "Grøn-Gul" + +#~ msgid "Khaki" +#~ msgstr "Khaki" + +#~ msgid "LightGrey" +#~ msgstr "LysGrå" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Rød" + +#~ msgid "Orange" +#~ msgstr "Orange" + +#~ msgid "Yellow" +#~ msgstr "Gul" + +#~ msgid "Tag created succesfully." +#~ msgstr "Tag oprettet." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Tag opdateret." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/tags/locale/de_CH/LC_MESSAGES/django.po index 0581f93453..911ccd830c 100644 --- a/mayan/apps/tags/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/de_CH/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,246 +19,186 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +msgid "remove tags" +msgstr "" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "" - -#: literals.py:17 -msgid "Blue" -msgstr "" - -#: literals.py:18 -msgid "Cyan" -msgstr "" - -#: literals.py:19 -msgid "Coral" -msgstr "" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "" - -#: literals.py:21 -msgid "Khaki" -msgstr "" - -#: literals.py:22 -msgid "LightGrey" -msgstr "" - -#: literals.py:23 -msgid "Magenta" -msgstr "" - -#: literals.py:24 -msgid "Red" -msgstr "" - -#: literals.py:25 -msgid "Orange" -msgstr "" - -#: literals.py:26 -msgid "Yellow" -msgstr "" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "" -#: permissions.py:11 -msgid "Edit tags" -msgstr "" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "" -#: views.py:42 -msgid "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 +#: views.py:375 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" -#: views.py:304 +#: views.py:382 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" -#: views.py:309 +#: views.py:391 #, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" -#: views.py:312 +#: views.py:398 #, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" 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 1a5e4838b2..af212f8e77 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: # Ingo, 2013 @@ -15,259 +15,267 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "Vorschau" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "Getagte Elemente" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Tags" -#: links.py:13 -msgid "Create new tag" -msgstr "Tag erstellen" +#: apps.py:64 +msgid "Preview" +msgstr "Vorschau" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "Tag anhängen" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "Tag entfernen" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" +msgstr "Tag anhängen" + +#: links.py:20 +#, fuzzy +#| msgid "Remove tags" +msgid "remove tags" msgstr "Tags entfernen" -#: links.py:22 links.py:25 +#: links.py:28 +msgid "Create new tag" +msgstr "Tag erstellen" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "Löschen" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "Bearbeiten" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "Dokumente" - -#: links.py:26 -msgid "ACLs" -msgstr "Zugriffsberechtigungen" - -#: literals.py:17 -msgid "Blue" -msgstr "Blau" - -#: literals.py:18 -msgid "Cyan" -msgstr "Cyan" - -#: literals.py:19 -msgid "Coral" -msgstr "Koralle" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Grün-Gelb" - -#: literals.py:21 -msgid "Khaki" -msgstr "Khaki" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Hellgrau" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Rot" - -#: literals.py:25 -msgid "Orange" -msgstr "Orange" - -#: literals.py:26 -msgid "Yellow" -msgstr "Gelb" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "Bezeichnung" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Farbe" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "Dokumente" + +#: models.py:23 msgid "Tag" msgstr "Tag" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Tags anlegen" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Tags löschen" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Tags bearbeiten" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Tags anzeigen" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Tags bearbeiten" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Tags an Dokumente anhängen" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Tags von Dokumenten entfernen" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Tag erfolgreich angelegt." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "Tag erstellen" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Mindestens ein Dokument muss angegeben werden." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Dokument \"%(document)s\" ist schon als \"%(tag)s\" getagt" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Markierung \"%(tag)s\" erfolgreich an Dokument \"%(document)s\" angehängt" +msgstr "" +"Markierung \"%(tag)s\" erfolgreich an Dokument \"%(document)s\" angehängt" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "Tag an Dokument anhängen" msgstr[1] "Tag an Dokumente anhängen" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Mindestens einen Tag angeben" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Tag \"%s\" erfolgreich gelöscht" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Fehler beim Löschen des Tags \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Wird von allen Dokumenten entfernt" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +#, fuzzy +#| msgid "Are you sure you wish to delete the selected tag?" +#| msgid_plural "Are you sure you wish to delete the selected tags?" +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "Wollen Sie den ausgewählten Tag wirklich löschen?" msgstr[1] "Wollen Sie die ausgewählten Tags wirklich löschen?" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Tag erfolgreich aktualisiert" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "Tag %s bearbeiten" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "Dokumente mit Tag %s" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "Tags für Dokument %s" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Es muss mindestens ein markiertes Dokument angegeben werden" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Tag von Dokument %s entfernen" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Tag von Dokumenten %s entfernen." -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "Wollen Sie den Tag %(tag)s wirklich von Dokument %(document)s entfernen?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" +msgstr "" +"Wollen Sie den Tag %(tag)s wirklich von Dokument %(document)s entfernen?" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "Wollen Sie den Tag \"%(tag)s\" wirklich von den Dokumenten %(documents)s entfernen?" +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "" +"Wollen Sie den Tag \"%(tag)s\" wirklich von den Dokumenten %(documents)s " +"entfernen?" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "Wollen Sie die Tags %(tags)s wirklich von Dokument %(document)s entfernen?" +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "" +"Wollen Sie die Tags %(tags)s wirklich von Dokument %(document)s entfernen?" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" -msgstr "Wollen Sie die Tags %(tags)s wirklich von den Dokumenten %(documents)s entfernen?" +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags %(tags)s from the documents: " +#| "%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "" +"Wollen Sie die Tags %(tags)s wirklich von den Dokumenten %(documents)s " +"entfernen?" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Dokument \"%(document)s war nicht mit \"%(tag)s\" markiert" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Markierung \"%(tag)s\" erfolgreich von Dokument \"%(document)s\" entfernt" +msgstr "" +"Markierung \"%(tag)s\" erfolgreich von Dokument \"%(document)s\" entfernt" + +#~ msgid "Tagged items" +#~ msgstr "Getagte Elemente" + +#~ msgid "ACLs" +#~ msgstr "Zugriffsberechtigungen" + +#~ msgid "Blue" +#~ msgstr "Blau" + +#~ msgid "Cyan" +#~ msgstr "Cyan" + +#~ msgid "Coral" +#~ msgstr "Koralle" + +#~ msgid "Green-Yellow" +#~ msgstr "Grün-Gelb" + +#~ msgid "Khaki" +#~ msgstr "Khaki" + +#~ msgid "LightGrey" +#~ msgstr "Hellgrau" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Rot" + +#~ msgid "Orange" +#~ msgstr "Orange" + +#~ msgid "Yellow" +#~ msgstr "Gelb" + +#~ msgid "Tag created succesfully." +#~ msgstr "Tag erfolgreich angelegt." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Tag erfolgreich aktualisiert" #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/en/LC_MESSAGES/django.po b/mayan/apps/tags/locale/en/LC_MESSAGES/django.po index 075a3f7be2..402c076ffa 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-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/" @@ -18,271 +18,262 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:38 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 +msgid "Tags" +msgstr "Tags" + +#: apps.py:64 #, fuzzy msgid "Preview" msgstr "preview" -#: __init__.py:42 -#, fuzzy -msgid "Tagged items" -msgstr "tagged items" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 -msgid "Tags" -msgstr "Tags" - -#: links.py:13 -#, fuzzy -msgid "Create new tag" -msgstr "Create new tags" - -#: links.py:15 links.py:16 -#, fuzzy -msgid "Attach tag" -msgstr "attach tag" - -#: links.py:18 +#: links.py:14 #, fuzzy msgid "Remove tag" msgstr "remove tag" -#: links.py:19 +#: links.py:17 links.py:24 #, fuzzy -msgid "Remove tags" +msgid "Attach tag" +msgstr "attach tag" + +#: links.py:20 +#, fuzzy +msgid "remove tags" msgstr "remove tags" -#: links.py:22 links.py:25 +#: links.py:28 +#, fuzzy +msgid "Create new tag" +msgstr "Create new tags" + +#: links.py:32 links.py:45 #, fuzzy msgid "Delete" msgstr "delete" -#: links.py:23 +#: links.py:36 #, fuzzy msgid "Edit" msgstr "Edit tags" -#: links.py:24 models.py:14 +#: models.py:15 +msgid "Label" +msgstr "" + +#: models.py:17 +msgid "Color" +msgstr "Color" + +#: models.py:19 views.py:153 views.py:287 #, fuzzy msgid "Documents" msgstr "document" -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Blue" - -#: literals.py:18 -msgid "Cyan" -msgstr "Cyan" - -#: literals.py:19 -msgid "Coral" -msgstr "Coral" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Green-Yellow" - -#: literals.py:21 -msgid "Khaki" -msgstr "Khaki" - -#: literals.py:22 -msgid "LightGrey" -msgstr "LightGrey" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Red" - -#: literals.py:25 -msgid "Orange" -msgstr "Orange" - -#: literals.py:26 -msgid "Yellow" -msgstr "Yellow" - -#: models.py:12 -msgid "Label" -msgstr "" - -#: models.py:13 -msgid "Color" -msgstr "Color" - -#: models.py:17 +#: models.py:23 #, fuzzy msgid "Tag" msgstr "Tags" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Create new tags" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Delete tags" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Edit tags" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "View tags" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Edit tags" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Attach tags to documents" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Remove tags from documents" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 #, fuzzy msgid "Create tag" msgstr "create tag" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Must provide at least one document." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Document \"%(document)s\" is already tagged as \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -#: views.py:95 +#: views.py:105 #, fuzzy msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "Attach tags to documents" msgstr[1] "Attach tags to documents" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Must provide at least one tag." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Tag \"%s\" deleted successfully." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Error deleting tag \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Will be removed from all documents." -#: views.py:174 +#: views.py:217 #, fuzzy -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "Are you sure you wish to delete the tag: %s?" msgstr[1] "Are you sure you wish to delete the tag: %s?" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Tag updated succesfully." - -#: views.py:211 +#: views.py:247 #, fuzzy, python-format msgid "Edit tag: %s" msgstr "edit tag: %s" -#: views.py:226 +#: views.py:260 #, fuzzy, python-format msgid "Documents with the tag: %s" msgstr "documents with the tag \"%s\"" -#: views.py:243 +#: views.py:297 #, fuzzy, python-format msgid "Tags for document: %s" msgstr "tags for: %s" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Must provide at least one tagged document." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Remove tag from document: %s." -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Remove tag from documents: %s." -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" - -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" - -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" - -#: views.py:312 +#: views.py:375 #, fuzzy, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" +msgstr "" +"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +"%(document)s?" + +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "" +"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" + +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "" +"Are you sure you wish to remove the tags: %(tags)s from the document: " +"%(document)s?" + +#: views.py:398 +#, fuzzy, python-format +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "" "Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." +#, fuzzy +#~ msgid "Tagged items" +#~ msgstr "tagged items" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Blue" + +#~ msgid "Cyan" +#~ msgstr "Cyan" + +#~ msgid "Coral" +#~ msgstr "Coral" + +#~ msgid "Green-Yellow" +#~ msgstr "Green-Yellow" + +#~ msgid "Khaki" +#~ msgstr "Khaki" + +#~ msgid "LightGrey" +#~ msgstr "LightGrey" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Red" + +#~ msgid "Orange" +#~ msgstr "Orange" + +#~ msgid "Yellow" +#~ msgstr "Yellow" + +#~ msgid "Tag created succesfully." +#~ msgstr "Tag created succesfully." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Tag updated succesfully." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/es/LC_MESSAGES/django.po b/mayan/apps/tags/locale/es/LC_MESSAGES/django.po index 302f34e822..e73414d445 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,259 +11,268 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-07 05:27+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "Presentación preliminar" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "Artículos etiquetados" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Etiquetas" -#: links.py:13 -msgid "Create new tag" -msgstr "Crear nueva etiqueta" +#: apps.py:64 +msgid "Preview" +msgstr "Presentación preliminar" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "Adjuntar etiqueta" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "Remover etiqueta" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" +msgstr "Adjuntar etiqueta" + +#: links.py:20 +#, fuzzy +#| msgid "Remove tags" +msgid "remove tags" msgstr "Remover etiquetas" -#: links.py:22 links.py:25 +#: links.py:28 +msgid "Create new tag" +msgstr "Crear nueva etiqueta" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "Eliminar" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "Editar" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "Documentos" - -#: links.py:26 -msgid "ACLs" -msgstr "LCAs" - -#: literals.py:17 -msgid "Blue" -msgstr "Azul" - -#: literals.py:18 -msgid "Cyan" -msgstr "Cian" - -#: literals.py:19 -msgid "Coral" -msgstr "Coral" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Verde-Amarillo" - -#: literals.py:21 -msgid "Khaki" -msgstr "Caqui" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Gris claro" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Rojo" - -#: literals.py:25 -msgid "Orange" -msgstr "Naranja" - -#: literals.py:26 -msgid "Yellow" -msgstr "Amarillo" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "Etiqueta" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Color" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "Documentos" + +#: models.py:23 msgid "Tag" msgstr "Etiqueta" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Crear nuevas etiquetas" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Borrar etiquetas" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Editar etiquetas" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Ver etiquetas" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Editar etiquetas" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Etiquetar documentos" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Quitar etiquetas de los documentos" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Etiqueta creada con éxito." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "Crear etiqueta" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Debe proporcionar al menos un documento." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Documento \"%(document)s \" ya está etiquetado como \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Etiqueta \"%(tag)s\" puesta al documento \"%(document)s\"." -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "Adjuntar etiqueta al documento" msgstr[1] "Adjuntar etiqueta a los documentos" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Debe indicar al menos una etiqueta." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etiqueta \"%s\" borrada con éxito." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Error al eliminar la etiqueta \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Se eliminará de todos los documentos." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +#, fuzzy +#| msgid "Are you sure you wish to delete the selected tag?" +#| msgid_plural "Are you sure you wish to delete the selected tags?" +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "¿Seguro que desea eliminar la etiqueta seleccionada?" msgstr[1] "¿Seguro que desea eliminar las etiquetas seleccionadas?" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Etiqueta actualizada con éxito.." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "Editar etiqueta: %s" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "Documentos con la etiqueta: %s" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "Etiquetas del documento: %s" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Debe proporcionar al menos un documento etiquetado." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Quitar etiqueta del documento: %s." -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Quitar etiqueta de los documentos: %s." -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" +msgstr "" +"¿Está seguro que desea quitar la etiqueta \"%(tag)s\" del documento: " "%(document)s?" -msgstr "¿Está seguro que desea quitar la etiqueta \"%(tag)s\" del documento: %(document)s?" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "" +"¿Está seguro que desea quitar la etiqueta \"%(tag)s\" de los documentos: " "%(documents)s?" -msgstr "¿Está seguro que desea quitar la etiqueta \"%(tag)s\" de los documentos: %(documents)s?" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "" +"¿Está seguro que desea quitar las etiquetas \"%(tags)s\" del documento: " "%(document)s?" -msgstr "¿Está seguro que desea quitar las etiquetas \"%(tags)s\" del documento: %(document)s?" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags %(tags)s from the documents: " +#| "%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "" +"¿Está seguro de que quiere quitar las etiquetas %(tags)s de los documentos:\n" "%(documents)s?" -msgstr "¿Está seguro de que quiere quitar las etiquetas %(tags)s de los documentos:\n%(documents)s?" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Documento \"%(document)s\" no estaba etiquetado como \"%(tag)s \"" -#: views.py:324 +#: views.py:419 #, 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 "Tagged items" +#~ msgstr "Artículos etiquetados" + +#~ msgid "ACLs" +#~ msgstr "LCAs" + +#~ msgid "Blue" +#~ msgstr "Azul" + +#~ msgid "Cyan" +#~ msgstr "Cian" + +#~ msgid "Coral" +#~ msgstr "Coral" + +#~ msgid "Green-Yellow" +#~ msgstr "Verde-Amarillo" + +#~ msgid "Khaki" +#~ msgstr "Caqui" + +#~ msgid "LightGrey" +#~ msgstr "Gris claro" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Rojo" + +#~ msgid "Orange" +#~ msgstr "Naranja" + +#~ msgid "Yellow" +#~ msgstr "Amarillo" + +#~ msgid "Tag created succesfully." +#~ msgstr "Etiqueta creada con éxito." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Etiqueta actualizada con éxito.." #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po index 75f67f4167..79c2448c46 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: # Mehdi Amani , 2014-2015 @@ -10,258 +10,258 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-03-03 11:14+0000\n" "Last-Translator: Mehdi Amani \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "پیش دید ویا دیدن" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "اقلام برچسب" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "برچسبها" -#: links.py:13 -msgid "Create new tag" -msgstr "برچسب جدید" +#: apps.py:64 +msgid "Preview" +msgstr "پیش دید ویا دیدن" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "الصاق برچسب" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "برداشتن برچسب" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" +msgstr "الصاق برچسب" + +#: links.py:20 +#, fuzzy +#| msgid "Remove tags" +msgid "remove tags" msgstr "برداشتن برچسبها" -#: links.py:22 links.py:25 +#: links.py:28 +msgid "Create new tag" +msgstr "برچسب جدید" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "حذف" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "ویرایش" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "اسناد" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "آبی" - -#: literals.py:18 -msgid "Cyan" -msgstr "فیروزه ای" - -#: literals.py:19 -msgid "Coral" -msgstr "مرجانی" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "سبز-زرد" - -#: literals.py:21 -msgid "Khaki" -msgstr "خاکی" - -#: literals.py:22 -msgid "LightGrey" -msgstr "خاکستری کمرنگ" - -#: literals.py:23 -msgid "Magenta" -msgstr "سرخابی" - -#: literals.py:24 -msgid "Red" -msgstr "قرمز" - -#: literals.py:25 -msgid "Orange" -msgstr "نارنجی" - -#: literals.py:26 -msgid "Yellow" -msgstr "زرد" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "برچسب" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "رنگ" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "اسناد" + +#: models.py:23 msgid "Tag" msgstr "برچسب" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "ایجاد برچسب جدید" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "حذف برچسبها" -#: permissions.py:11 -msgid "Edit tags" -msgstr "ویرایش برچسبها" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "دیدن برچسبها" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "ویرایش برچسبها" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "الصاق برچسبها به اسناد" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "حذف برچسبهای سند" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "ایجاد موفق برچسب" +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "ایجادبرچسب" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "حداقل یک سند باید ارایه شود" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "سند \"%(document)s\" دارای برچسب \"%(tag)s\" میباشد." -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "برچسب \"%(tag)s\" با موفقیت به سند \"%(document)s\" متصل شد." -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "اتصال برچسب به سند" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "حداقل یک برچسب باید ارایه شود." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "حذف موفق برچسب \"%s\" " -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "خطا در زمان حذف برچسب: \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "از کلیه اسناد حذف خواهد شد." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +#, fuzzy +#| msgid "Are you sure you wish to delete the selected tag?" +#| msgid_plural "Are you sure you wish to delete the selected tags?" +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "آیا از حذف سندهای انتخاب شده مطمئن هستید؟" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "بروزرسانی موفق برچسب." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "ویرایش برچسب: %s" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "اسناد دارای برچسب : %s" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "برچسب سند : %s" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "باید حداقل یک سند برچسب دار ارایه شود." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "حذف برچسب از سند: %s" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "حذف برچسب از اسناد: %s" -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "آیا از حذف برچسب \"%(tag)s\" از سند %(document)s مطمئن هستید؟" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "آیا از حذف برچسب \"%(tag)s\" از اسناد %(documents)s مطمئن هستید؟" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "آیا از حذف برچسبها %(tags)s از سند %(document)s مطمئن هستید؟" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags %(tags)s from the documents: " +#| "%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "آیا از حذف برچسبها %(tags)s از اسناد %(documents)s مطمئن هستید؟" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "سند \"%(document)s\" دارای برچسب \"%(tag)s\" نمیباشد." -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "برچسب \"%(tag)s\" با موفقیت از سند \"%(document)s\" برداشته شد." +#~ msgid "Tagged items" +#~ msgstr "اقلام برچسب" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "آبی" + +#~ msgid "Cyan" +#~ msgstr "فیروزه ای" + +#~ msgid "Coral" +#~ msgstr "مرجانی" + +#~ msgid "Green-Yellow" +#~ msgstr "سبز-زرد" + +#~ msgid "Khaki" +#~ msgstr "خاکی" + +#~ msgid "LightGrey" +#~ msgstr "خاکستری کمرنگ" + +#~ msgid "Magenta" +#~ msgstr "سرخابی" + +#~ msgid "Red" +#~ msgstr "قرمز" + +#~ msgid "Orange" +#~ msgstr "نارنجی" + +#~ msgid "Yellow" +#~ msgstr "زرد" + +#~ msgid "Tag created succesfully." +#~ msgstr "ایجاد موفق برچسب" + +#~ msgid "Tag updated succesfully." +#~ msgstr "بروزرسانی موفق برچسب." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po index f37ff13eb1..4984e7c7d4 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: # Christophe kryskool , 2014-2015 @@ -11,259 +11,271 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "Prévisualiser" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "Éléments étiquetés" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Etiquettes" -#: links.py:13 -msgid "Create new tag" -msgstr "Créer une nouvelle étiquette" +#: apps.py:64 +msgid "Preview" +msgstr "Prévisualiser" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "Rattacher une étiquette" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "Supprimer une étiquette" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" +msgstr "Rattacher une étiquette" + +#: links.py:20 +#, fuzzy +#| msgid "Remove tags" +msgid "remove tags" msgstr "Supprimer des étiquettes" -#: links.py:22 links.py:25 +#: links.py:28 +msgid "Create new tag" +msgstr "Créer une nouvelle étiquette" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "Supprimer" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "Modifier" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "Documents" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Bleu" - -#: literals.py:18 -msgid "Cyan" -msgstr "Cyan" - -#: literals.py:19 -msgid "Coral" -msgstr "Corail" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Jaune-Vert" - -#: literals.py:21 -msgid "Khaki" -msgstr "Kaki" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Gris léger" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Rouge" - -#: literals.py:25 -msgid "Orange" -msgstr "Orange" - -#: literals.py:26 -msgid "Yellow" -msgstr "Jaune" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "Étiquette" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Couleur" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "Documents" + +#: models.py:23 msgid "Tag" msgstr "Étiquette" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Créer de nouvelles étiquettes" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Supprimer des étiquettes" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Modifier des étiquettes" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Afficher les étiquettes" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Modifier des étiquettes" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Rattacher des étiquettes aux documents" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Retirer des étiquettes au document" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Etiquette créée avec succès." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "Créer une étiquette" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Il est nécessaire d'indiquer au moins un document." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Le document \"%(document)s\" est déjà étiqueté comme \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, 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:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "Rattacher une étiquette au document" msgstr[1] "Rattacher une étiquette aux documents" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Vous devez fournir au moins une étiquette" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etiquette \"%s\" supprimée avec succès" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Erreur lors de la suppression de l'étiquette \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Sera supprimée de tous les documents" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +#, fuzzy +#| msgid "Are you sure you wish to delete the selected tag?" +#| msgid_plural "Are you sure you wish to delete the selected tags?" +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "Êtes vous sûr de vouloir supprime l'étiquette sélectionnée?" msgstr[1] "Êtes vous sûr de vouloir supprime les étiquettes sélectionnées?" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Etiquette mise à jour avec succès." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "Modifier l'étiquette:%s" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "Documents avec l'étiquette: %s" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "Étiquettes du document: %s" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Il est nécessaire d'indiquer au moins un document étiqueté." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Supprimer l'étiquette du document: %s" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Supprimer l'étiquette des documents: %s" -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" +msgstr "" +"Êtes-vous sûr de vouloir supprimer l'étiquette \"%(tag)s\" du document: " "%(document)s?" -msgstr "Êtes-vous sûr de vouloir supprimer l'étiquette \"%(tag)s\" du document: %(document)s?" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "" +"Êtes-vous sûr de vouloir supprimer l'étiquette \"%(tag)s\" des documents: " "%(documents)s?" -msgstr "Êtes-vous sûr de vouloir supprimer l'étiquette \"%(tag)s\" des documents: %(documents)s?" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "" +"Êtes-vous sûr de vouloir supprimer les étiquettes: %(tags)s du document: " "%(document)s?" -msgstr "Êtes-vous sûr de vouloir supprimer les étiquettes: %(tags)s du document: %(document)s?" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags %(tags)s from the documents: " +#| "%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "" +"Etês vous sur de vouloir supprimer les étiquettes %(tags)s des documents: " "%(documents)s?" -msgstr "Etês vous sur de vouloir supprimer les étiquettes %(tags)s des documents: %(documents)s?" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Le document \"%(document)s\" n'a pas été étiqueté avec \"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, 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 "Tagged items" +#~ msgstr "Éléments étiquetés" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Bleu" + +#~ msgid "Cyan" +#~ msgstr "Cyan" + +#~ msgid "Coral" +#~ msgstr "Corail" + +#~ msgid "Green-Yellow" +#~ msgstr "Jaune-Vert" + +#~ msgid "Khaki" +#~ msgstr "Kaki" + +#~ msgid "LightGrey" +#~ msgstr "Gris léger" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Rouge" + +#~ msgid "Orange" +#~ msgstr "Orange" + +#~ msgid "Yellow" +#~ msgstr "Jaune" + +#~ msgid "Tag created succesfully." +#~ msgstr "Etiquette créée avec succès." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Etiquette mise à jour avec succès." #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/tags/locale/hr_HR/LC_MESSAGES/django.po index 414cf57f3a..cb9ee86089 100644 --- a/mayan/apps/tags/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/hr_HR/LC_MESSAGES/django.po @@ -1,265 +1,207 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +msgid "remove tags" +msgstr "" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "" - -#: literals.py:17 -msgid "Blue" -msgstr "" - -#: literals.py:18 -msgid "Cyan" -msgstr "" - -#: literals.py:19 -msgid "Coral" -msgstr "" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "" - -#: literals.py:21 -msgid "Khaki" -msgstr "" - -#: literals.py:22 -msgid "LightGrey" -msgstr "" - -#: literals.py:23 -msgid "Magenta" -msgstr "" - -#: literals.py:24 -msgid "Red" -msgstr "" - -#: literals.py:25 -msgid "Orange" -msgstr "" - -#: literals.py:26 -msgid "Yellow" -msgstr "" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "" -#: permissions.py:11 -msgid "Edit tags" -msgstr "" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "" -#: views.py:42 -msgid "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 +#: views.py:375 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" -#: views.py:304 +#: views.py:382 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" -#: views.py:309 +#: views.py:391 #, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" -#: views.py:312 +#: views.py:398 #, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" diff --git a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po index ebf4b5f381..969ccd3705 100644 --- a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po @@ -1,263 +1,204 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +msgid "remove tags" +msgstr "" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "" - -#: literals.py:17 -msgid "Blue" -msgstr "" - -#: literals.py:18 -msgid "Cyan" -msgstr "" - -#: literals.py:19 -msgid "Coral" -msgstr "" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "" - -#: literals.py:21 -msgid "Khaki" -msgstr "" - -#: literals.py:22 -msgid "LightGrey" -msgstr "" - -#: literals.py:23 -msgid "Magenta" -msgstr "" - -#: literals.py:24 -msgid "Red" -msgstr "" - -#: literals.py:25 -msgid "Orange" -msgstr "" - -#: literals.py:26 -msgid "Yellow" -msgstr "" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "" -#: permissions.py:11 -msgid "Edit tags" -msgstr "" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "" -#: views.py:42 -msgid "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 +#: views.py:375 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" -#: views.py:304 +#: views.py:382 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" -#: views.py:309 +#: views.py:391 #, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" -#: views.py:312 +#: views.py:398 #, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" diff --git a/mayan/apps/tags/locale/id/LC_MESSAGES/django.po b/mayan/apps/tags/locale/id/LC_MESSAGES/django.po index e162041538..bfe8177c56 100644 --- a/mayan/apps/tags/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/id/LC_MESSAGES/django.po @@ -1,261 +1,202 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +msgid "remove tags" +msgstr "" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "" - -#: literals.py:17 -msgid "Blue" -msgstr "" - -#: literals.py:18 -msgid "Cyan" -msgstr "" - -#: literals.py:19 -msgid "Coral" -msgstr "" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "" - -#: literals.py:21 -msgid "Khaki" -msgstr "" - -#: literals.py:22 -msgid "LightGrey" -msgstr "" - -#: literals.py:23 -msgid "Magenta" -msgstr "" - -#: literals.py:24 -msgid "Red" -msgstr "" - -#: literals.py:25 -msgid "Orange" -msgstr "" - -#: literals.py:26 -msgid "Yellow" -msgstr "" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "" -#: permissions.py:11 -msgid "Edit tags" -msgstr "" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "" -#: views.py:42 -msgid "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 +#: views.py:375 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" -#: views.py:304 +#: views.py:382 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" -#: views.py:309 +#: views.py:391 #, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" -#: views.py:312 +#: views.py:398 #, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" diff --git a/mayan/apps/tags/locale/it/LC_MESSAGES/django.po b/mayan/apps/tags/locale/it/LC_MESSAGES/django.po index d244a5b23e..b0a080e2f2 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 @@ -11,260 +11,246 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Etichette" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "Eliminare i tag" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Blue" - -#: literals.py:18 -msgid "Cyan" -msgstr "Ciaono" - -#: literals.py:19 -msgid "Coral" -msgstr "Corallo" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Verdognolo" - -#: literals.py:21 -msgid "Khaki" -msgstr "Khaki" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Grigio chiaro" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Rosso" - -#: literals.py:25 -msgid "Orange" -msgstr "Arancione" - -#: literals.py:26 -msgid "Yellow" -msgstr "Giallo" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Colori" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Crea un nuova etichetta" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Eliminare i tag" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Modificare i tag" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Visualizzare i tag" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Modificare i tag" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Applicare i tag ai documenti" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Rimuovi etichetta dal documento" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Etichetta creata con successo" +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Devi fornire almeno un'etichetta" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etichetta \"%s\" cancellata con successo." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Errore nel cancellare l'etichetta \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Sarà rimossa da tutti i documenti" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Etichetta aggiornata con successo" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "" +#: views.py:375 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" +msgstr "Rimuovi etichetta dal documento" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:382 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "Rimuovi etichetta dal documento" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "" +#: views.py:391 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "Rimuovi etichetta dal documento" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:398 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "Rimuovi etichetta dal documento" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Blue" + +#~ msgid "Cyan" +#~ msgstr "Ciaono" + +#~ msgid "Coral" +#~ msgstr "Corallo" + +#~ msgid "Green-Yellow" +#~ msgstr "Verdognolo" + +#~ msgid "Khaki" +#~ msgstr "Khaki" + +#~ msgid "LightGrey" +#~ msgstr "Grigio chiaro" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Rosso" + +#~ msgid "Orange" +#~ msgstr "Arancione" + +#~ msgid "Yellow" +#~ msgstr "Giallo" + +#~ msgid "Tag created succesfully." +#~ msgstr "Etichetta creata con successo" + +#~ msgid "Tag updated succesfully." +#~ msgstr "Etichetta aggiornata con successo" + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po b/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po index c4b053de13..deee0d2803 100644 --- a/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/lv/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,248 +20,188 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +msgid "remove tags" +msgstr "" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "" - -#: literals.py:17 -msgid "Blue" -msgstr "" - -#: literals.py:18 -msgid "Cyan" -msgstr "" - -#: literals.py:19 -msgid "Coral" -msgstr "" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "" - -#: literals.py:21 -msgid "Khaki" -msgstr "" - -#: literals.py:22 -msgid "LightGrey" -msgstr "" - -#: literals.py:23 -msgid "Magenta" -msgstr "" - -#: literals.py:24 -msgid "Red" -msgstr "" - -#: literals.py:25 -msgid "Orange" -msgstr "" - -#: literals.py:26 -msgid "Yellow" -msgstr "" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "" -#: permissions.py:11 -msgid "Edit tags" -msgstr "" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "" -#: views.py:42 -msgid "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 +#: views.py:375 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" -#: views.py:304 +#: views.py:382 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" -#: views.py:309 +#: views.py:391 #, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" -#: views.py:312 +#: views.py:398 #, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" diff --git a/mayan/apps/tags/locale/nb/LC_MESSAGES/django.po b/mayan/apps/tags/locale/nb/LC_MESSAGES/django.po index 4c055ea4b8..d9ad1f86bd 100644 --- a/mayan/apps/tags/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/nb/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,246 +19,186 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +msgid "remove tags" +msgstr "" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "" - -#: literals.py:17 -msgid "Blue" -msgstr "" - -#: literals.py:18 -msgid "Cyan" -msgstr "" - -#: literals.py:19 -msgid "Coral" -msgstr "" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "" - -#: literals.py:21 -msgid "Khaki" -msgstr "" - -#: literals.py:22 -msgid "LightGrey" -msgstr "" - -#: literals.py:23 -msgid "Magenta" -msgstr "" - -#: literals.py:24 -msgid "Red" -msgstr "" - -#: literals.py:25 -msgid "Orange" -msgstr "" - -#: literals.py:26 -msgid "Yellow" -msgstr "" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "" -#: permissions.py:11 -msgid "Edit tags" -msgstr "" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "" -#: views.py:42 -msgid "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 +#: views.py:375 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" -#: views.py:304 +#: views.py:382 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" -#: views.py:309 +#: views.py:391 #, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" -#: views.py:312 +#: views.py:398 #, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" 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 7bd18e3e5c..95841539d0 100644 --- a/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/tags/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-2013 @@ -9,260 +9,263 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Labels" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "Verwijder labels" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Blauw" - -#: literals.py:18 -msgid "Cyan" -msgstr "Lila" - -#: literals.py:19 -msgid "Coral" -msgstr "Licht blauw" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Licht groen" - -#: literals.py:21 -msgid "Khaki" -msgstr "Khaki" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Licht grijs" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Rood" - -#: literals.py:25 -msgid "Orange" -msgstr "Oranje" - -#: literals.py:26 -msgid "Yellow" -msgstr "Geel" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Kleur" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Aanmaken van nieuwe labels" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Verwijder labels" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Bewerken labels" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Bekijken labels" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Bewerken labels" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Label documenten" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Labels van documenten verwijderen" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Label aangemaakt" +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "U dient minstens 1 document aan te geven." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Document \"%(document)s\" is al gelabeld met \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Label \"%(tag)s\" is gekoppeld aan document \"%(document)s\"." -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "U moet minimaal een label aanbrengen." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Label \"%s\" verwijderd." -#: views.py:162 +#: views.py:204 #, 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:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Zal van alle documenten worden verwijderd." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Label aangepast." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "U dient minstens 1 gelabeld document aan te brengen." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Verwijder label van document: %s" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Verwijder label van documenten: %s" -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "Ben u er zeker van dat u label: \"%(tag)s\" van document: %(document)s, wenst te verwijderen? " - -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "Bent u er zeker van dat u label: \"%(tag)s\" van de documenten: %(documents)s, wenst te verwijderen?" - -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "Bent u er zeker van dat u de labels: %(tags)s van document: %(document)s, wenst te verwijderen?" - -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" +"Ben u er zeker van dat u label: \"%(tag)s\" van document: %(document)s, " +"wenst te verwijderen? " -#: views.py:319 +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "" +"Bent u er zeker van dat u label: \"%(tag)s\" van de documenten: " +"%(documents)s, wenst te verwijderen?" + +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "" +"Bent u er zeker van dat u de labels: %(tags)s van document: %(document)s, " +"wenst te verwijderen?" + +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "" +"Bent u er zeker van dat u de labels: %(tags)s van document: %(document)s, " +"wenst te verwijderen?" + +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Document \"%(document)s\" is niet gelabeld als: \"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Label: \"%(tag)s\" is verwijdert van document \"%(document)s\"." +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Blauw" + +#~ msgid "Cyan" +#~ msgstr "Lila" + +#~ msgid "Coral" +#~ msgstr "Licht blauw" + +#~ msgid "Green-Yellow" +#~ msgstr "Licht groen" + +#~ msgid "Khaki" +#~ msgstr "Khaki" + +#~ msgid "LightGrey" +#~ msgstr "Licht grijs" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Rood" + +#~ msgid "Orange" +#~ msgstr "Oranje" + +#~ msgid "Yellow" +#~ msgstr "Geel" + +#~ msgid "Tag created succesfully." +#~ msgstr "Label aangemaakt" + +#~ msgid "Tag updated succesfully." +#~ msgstr "Label aangepast." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po index 51378070a9..f11c77dafd 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 @@ -11,262 +11,264 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-03-04 09:13+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "Podgląd" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "elementy z tagiem" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Tagi" -#: links.py:13 -msgid "Create new tag" -msgstr "Utwórz nowy tag" +#: apps.py:64 +msgid "Preview" +msgstr "Podgląd" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "Dołączyć tag" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "Usunąć tag" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" +msgstr "Dołączyć tag" + +#: links.py:20 +#, fuzzy +#| msgid "Remove tags" +msgid "remove tags" msgstr "Usunąć tagi" -#: links.py:22 links.py:25 +#: links.py:28 +msgid "Create new tag" +msgstr "Utwórz nowy tag" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "Usunąć" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "Edytuj" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "Dokumenty" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Niebieski" - -#: literals.py:18 -msgid "Cyan" -msgstr "Cyan" - -#: literals.py:19 -msgid "Coral" -msgstr "Koral" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Zielono-żółty" - -#: literals.py:21 -msgid "Khaki" -msgstr "Khaki" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Jasnoszary" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Czerwony" - -#: literals.py:25 -msgid "Orange" -msgstr "Pomarańczowy" - -#: literals.py:26 -msgid "Yellow" -msgstr "Żółty" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "Etykieta" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Kolor" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "Dokumenty" + +#: models.py:23 msgid "Tag" msgstr "Tag" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Utwórz nowe tagi" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Usunąć tagi" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Edytuj tagi" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Zobacz tagi" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Edytuj tagi" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Załącz tagi do dokumentów" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Usuń tagi z dokumentów" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Tworzenie taga powiodło się." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "Utwórz tag" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Musisz podać co najmniej jeden dokument." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Dokument \"%(document)s\" jest już otagowany jako \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Dodanie taga \"%(tag)s\" do dokumentu \"%(document)s\" powiodło się." -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "Załącz tag do dokumentu" msgstr[1] "Załącz tag do dokumentów" msgstr[2] "Załącz tag do dokumentów" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Musisz wprowadzić conajmniej jeden tag." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Usunięto tag \"%s\"." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Błąd podczas usuwania taga \"%(tag)s\":%(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Zostanie usunięty ze wszystkich dokumentów." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +#, fuzzy +#| msgid "Are you sure you wish to delete the selected tag?" +#| msgid_plural "Are you sure you wish to delete the selected tags?" +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "Czy na pewno usunąć zaznaczony tag?" msgstr[1] "Czy na pewno usunąć zaznaczone tagi?" msgstr[2] "Czy na pewno usunąć zaznaczone tagi?" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Zaktualizowano tag." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "Edytuj tag: %s" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "Dokumenty z tagiem: %s" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "Tagi dla dokumentu: %s" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Musisz podać conajmniej jeden otagowany dokument." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Usuń tag z dokumentu: %s." -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Usuń tagi z dokumentów: %s." -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "Czy napewno chcesz usunąć tag \"%(tag)s\" z dokumentu: %(document)s?" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "Czy napewno chcesz usunąć tag \"%(tag)s\" z dokumentów: %(documents)s?" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "Czy napewno chcesz usunąć tagi \"%(tags)s\" z dokumentu: %(document)s?" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" -msgstr "Czy napewno chcesz usunąć tagi \"%(tags)s\" z dokumentów: %(documents)s?" +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags %(tags)s from the documents: " +#| "%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "" +"Czy napewno chcesz usunąć tagi \"%(tags)s\" z dokumentów: %(documents)s?" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Dokument \"%(document)s\" nie był otagowany jako \"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" usunięty z dokumentu \"%(document)s\"." +#~ msgid "Tagged items" +#~ msgstr "elementy z tagiem" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Niebieski" + +#~ msgid "Cyan" +#~ msgstr "Cyan" + +#~ msgid "Coral" +#~ msgstr "Koral" + +#~ msgid "Green-Yellow" +#~ msgstr "Zielono-żółty" + +#~ msgid "Khaki" +#~ msgstr "Khaki" + +#~ msgid "LightGrey" +#~ msgstr "Jasnoszary" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Czerwony" + +#~ msgid "Orange" +#~ msgstr "Pomarańczowy" + +#~ msgid "Yellow" +#~ msgstr "Żółty" + +#~ msgid "Tag created succesfully." +#~ msgstr "Tworzenie taga powiodło się." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Zaktualizowano tag." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po index 9455a079a3..0eb434365c 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,260 +11,246 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Etiquetas" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "Excluir etiquetas" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "ACL's" - -#: literals.py:17 -msgid "Blue" -msgstr "Azul" - -#: literals.py:18 -msgid "Cyan" -msgstr "Ciano" - -#: literals.py:19 -msgid "Coral" -msgstr "Coral" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Verde-Amarelo" - -#: literals.py:21 -msgid "Khaki" -msgstr "Caqui" - -#: literals.py:22 -msgid "LightGrey" -msgstr "CinzentoClaro" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Vermelho" - -#: literals.py:25 -msgid "Orange" -msgstr "Laranja" - -#: literals.py:26 -msgid "Yellow" -msgstr "Amarelo" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Cor" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Criar novas etiquetas" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Excluir etiquetas" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Editar etiquetas" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Ver etiquetas" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Editar etiquetas" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Atribuir etiquetas aos documentos" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Remover etiquetas de documentos" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Etiqueta criada com sucesso." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Deve fornecer pelo menos uma etiqueta." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etiqueta \"%s\" removida com sucesso." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Erro ao excluir etiqueta \" %(tag)s \": %(error)s " -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Será removida de todos os documentos." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Etiqueta atualizada com sucesso." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "" +#: views.py:375 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" +msgstr "Remover etiquetas de documentos" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:382 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "Remover etiquetas de documentos" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "" +#: views.py:391 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "Remover etiquetas de documentos" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:398 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "Remover etiquetas de documentos" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" +#~ msgid "ACLs" +#~ msgstr "ACL's" + +#~ msgid "Blue" +#~ msgstr "Azul" + +#~ msgid "Cyan" +#~ msgstr "Ciano" + +#~ msgid "Coral" +#~ msgstr "Coral" + +#~ msgid "Green-Yellow" +#~ msgstr "Verde-Amarelo" + +#~ msgid "Khaki" +#~ msgstr "Caqui" + +#~ msgid "LightGrey" +#~ msgstr "CinzentoClaro" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Vermelho" + +#~ msgid "Orange" +#~ msgstr "Laranja" + +#~ msgid "Yellow" +#~ msgstr "Amarelo" + +#~ msgid "Tag created succesfully." +#~ msgstr "Etiqueta criada com sucesso." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Etiqueta atualizada com sucesso." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" 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 d323e99af8..3f6957f324 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: # Emerson Soares , 2011-2012 @@ -11,260 +11,250 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-05-06 14:00+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:38 -msgid "Preview" -msgstr "Visualizar" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "Itens Etiquetados" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Etiquetas" -#: links.py:13 -msgid "Create new tag" -msgstr "Criar nova Etiqueta" +#: apps.py:64 +msgid "Preview" +msgstr "Visualizar" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "anexar etiqueta a: %s" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "Remover Etiqueta" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" +msgstr "anexar etiqueta a: %s" + +#: links.py:20 +#, fuzzy +#| msgid "Remove tags" +msgid "remove tags" msgstr "Remover Etiquetas" -#: links.py:22 links.py:25 +#: links.py:28 +msgid "Create new tag" +msgstr "Criar nova Etiqueta" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "Excluir" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "Editar" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "Documentos" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Azul" - -#: literals.py:18 -msgid "Cyan" -msgstr "Ciano" - -#: literals.py:19 -msgid "Coral" -msgstr "Coral" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Verde-Amarelo" - -#: literals.py:21 -msgid "Khaki" -msgstr "Caqui" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Cinza Claro" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Vermelho" - -#: literals.py:25 -msgid "Orange" -msgstr "Laranja" - -#: literals.py:26 -msgid "Yellow" -msgstr "Amarelo" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Cor" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "Documentos" + +#: models.py:23 msgid "Tag" msgstr "Etiqueta" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Criar novas etiquetas" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Excluir etiquetas" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Editar as etiquetas" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Ver etiquetas" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Editar as etiquetas" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Anexar etiquetas para documentos" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Remover etiquetas de documentos" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Etiqueta criada com sucesso." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "Criar Etiqueta" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Deve fornecer, pelo menos, um documento." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Documento \"%(document)s\" já está marcado como \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, 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:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Deve fornecer pelo menos uma etiqueta." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etiqueta \"%s\" removida com sucesso." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Erro ao excluir etiqueta \" %(tag)s \": %(error)s " -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Será removido de todos os documentos." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Etiqueta atualizada com sucesso." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "Editar etiqueta:%s" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "Os documentos com a etiqueta: %s" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "Etiqueta para documento: %s" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Deve fornecer pelo menos um documento marcado." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Remove etiqueta do documento: %s." -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Remove etiqueta dos documentos: %s." -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "" +#: views.py:375 +#, fuzzy, python-format +#| msgid "Remove tag from document: %s." +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" +msgstr "Remove etiqueta do documento: %s." -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:382 +#, fuzzy, python-format +#| msgid "Remove tag from documents: %s." +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "Remove etiqueta dos documentos: %s." -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "" +#: views.py:391 +#, fuzzy, python-format +#| msgid "Remove tag from document: %s." +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "Remove etiqueta do documento: %s." -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:398 +#, fuzzy, python-format +#| msgid "Remove tag from documents: %s." +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "Remove etiqueta dos documentos: %s." -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" +#~ msgid "Tagged items" +#~ msgstr "Itens Etiquetados" + +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Azul" + +#~ msgid "Cyan" +#~ msgstr "Ciano" + +#~ msgid "Coral" +#~ msgstr "Coral" + +#~ msgid "Green-Yellow" +#~ msgstr "Verde-Amarelo" + +#~ msgid "Khaki" +#~ msgstr "Caqui" + +#~ msgid "LightGrey" +#~ msgstr "Cinza Claro" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Vermelho" + +#~ msgid "Orange" +#~ msgstr "Laranja" + +#~ msgid "Yellow" +#~ msgstr "Amarelo" + +#~ msgid "Tag created succesfully." +#~ msgstr "Etiqueta criada com sucesso." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Etiqueta atualizada com sucesso." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" 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 7d4981981a..a0bc7da96e 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,261 +10,267 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Etichete" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "Ștergeți etichetele" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Albastru" - -#: literals.py:18 -msgid "Cyan" -msgstr "Cyan" - -#: literals.py:19 -msgid "Coral" -msgstr "Coral" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Verde-galben" - -#: literals.py:21 -msgid "Khaki" -msgstr "Kaki" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Gri deschis" - -#: literals.py:23 -msgid "Magenta" -msgstr "Purpuriu" - -#: literals.py:24 -msgid "Red" -msgstr "Roșu" - -#: literals.py:25 -msgid "Orange" -msgstr "Portocaliu" - -#: literals.py:26 -msgid "Yellow" -msgstr "Galben" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Culoare" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Crează etichetă nouă" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Ștergeți etichetele" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Editați etichetele" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Vezi etichetele" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Editați etichetele" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Atașați etichete la documente" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Îndepărtați etichetele de pe documente" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Etichetă creată cu succes." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Trebuie să furnizeze cel puțin un document." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Documentul \"%(document)s\" este deja etichetat cu \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, 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:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Trebuie selectată cel puțin o etichetă." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Eticheta \"%s\" a fost ștersă cu succes." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Eroare la ștergerea etichetă \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Va fi eliminată din toate documentele." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Eticheta actualizată cu succes." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Trebuie să atribuiţi cel puțin o etichetă ." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Eliminați eticheta documentului:% s." -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Eliminați eticheta de la documentele:% s." -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "Sunteți sigur că doriți să eliminați etichetele \"%(tag)s\" documentului: %(document)s?" - -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "Sunteți sigur că doriți să eliminați eticheta \"%(tag)s\" pentru documentele: %(documents)s? " - -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "Sunteți sigur că doriți să ștergeți cele %(tags)s etichete ale documentului: %(document)s?" - -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" +"Sunteți sigur că doriți să eliminați etichetele \"%(tag)s\" documentului: " +"%(document)s?" -#: views.py:319 +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "" +"Sunteți sigur că doriți să eliminați eticheta \"%(tag)s\" pentru " +"documentele: %(documents)s? " + +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "" +"Sunteți sigur că doriți să ștergeți cele %(tags)s etichete ale " +"documentului: %(document)s?" + +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "" +"Sunteți sigur că doriți să ștergeți cele %(tags)s etichete ale " +"documentului: %(document)s?" + +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Documentul \"%(document)s\" nu a fost etichetat cu \"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, 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 "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Albastru" + +#~ msgid "Cyan" +#~ msgstr "Cyan" + +#~ msgid "Coral" +#~ msgstr "Coral" + +#~ msgid "Green-Yellow" +#~ msgstr "Verde-galben" + +#~ msgid "Khaki" +#~ msgstr "Kaki" + +#~ msgid "LightGrey" +#~ msgstr "Gri deschis" + +#~ msgid "Magenta" +#~ msgstr "Purpuriu" + +#~ msgid "Red" +#~ msgstr "Roșu" + +#~ msgid "Orange" +#~ msgstr "Portocaliu" + +#~ msgid "Yellow" +#~ msgstr "Galben" + +#~ msgid "Tag created succesfully." +#~ msgstr "Etichetă creată cu succes." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Eticheta actualizată cu succes." #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po index eeb7a40d6f..b6aa3ddf60 100644 --- a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ru/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: # Sergey Glita , 2012-2013 @@ -9,160 +9,117 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Метки" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "Удалить метки" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Синий" - -#: literals.py:18 -msgid "Cyan" -msgstr "Голубой" - -#: literals.py:19 -msgid "Coral" -msgstr "Коралловый" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Зелено-желтый" - -#: literals.py:21 -msgid "Khaki" -msgstr "Хаки" - -#: literals.py:22 -msgid "LightGrey" -msgstr "Светло-серый" - -#: literals.py:23 -msgid "Magenta" -msgstr "Пурпурный" - -#: literals.py:24 -msgid "Red" -msgstr "Красный" - -#: literals.py:25 -msgid "Orange" -msgstr "Оранжевый" - -#: literals.py:26 -msgid "Yellow" -msgstr "Желтый" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Цвет" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Создание новых меток" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Удалить метки" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Редактировать метки" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Посмотреть метки" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Редактировать метки" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Прикрепить метки к документам" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Удаление тегов из документов" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Метка создана." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Должен быть хотя бы один документ." -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "\"%(document)s\" уже имеет метку \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Метка \"%(tag)s\" присвоена \"%(document)s\"." -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" @@ -170,103 +127,142 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Должна быть хотя бы одна метка." -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Метка \"%s\"удалён." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Ошибка при удалении метки \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Будет удален из всех документов." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Метка обновлена." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Следует указать хотя бы один помеченный документ." -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Снять метку с документа %s." -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Снять метку с документов %s." -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "Снять метку \"%(tag)s\" с документа %(document)s?" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "Снять метку \"%(tag)s\" с документов %(documents)s? " -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "Снять метки \"%(tags)s\" с документа %(document)s?" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "Снять метки \"%(tags)s\" с документа %(document)s?" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "\"%(document)s\" не помечен как \"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Метка \"%(tag)s\" снята с документа \"%(document)s\"." +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Синий" + +#~ msgid "Cyan" +#~ msgstr "Голубой" + +#~ msgid "Coral" +#~ msgstr "Коралловый" + +#~ msgid "Green-Yellow" +#~ msgstr "Зелено-желтый" + +#~ msgid "Khaki" +#~ msgstr "Хаки" + +#~ msgid "LightGrey" +#~ msgstr "Светло-серый" + +#~ msgid "Magenta" +#~ msgstr "Пурпурный" + +#~ msgid "Red" +#~ msgstr "Красный" + +#~ msgid "Orange" +#~ msgstr "Оранжевый" + +#~ msgid "Yellow" +#~ msgstr "Желтый" + +#~ msgid "Tag created succesfully." +#~ msgstr "Метка создана." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Метка обновлена." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" 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 9fd93bbacf..9a9dcdf8a4 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,160 +9,116 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Oznake" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Create new tags" +msgid "remove tags" +msgstr "Kreiraj novo oznako" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "" - -#: literals.py:17 -msgid "Blue" -msgstr "Modra" - -#: literals.py:18 -msgid "Cyan" -msgstr "" - -#: literals.py:19 -msgid "Coral" -msgstr "" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "" - -#: literals.py:21 -msgid "Khaki" -msgstr "" - -#: literals.py:22 -msgid "LightGrey" -msgstr "" - -#: literals.py:23 -msgid "Magenta" -msgstr "" - -#: literals.py:24 -msgid "Red" -msgstr "" - -#: literals.py:25 -msgid "Orange" -msgstr "" - -#: literals.py:26 -msgid "Yellow" -msgstr "" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Barva" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Kreiraj novo oznako" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "" -#: permissions.py:11 -msgid "Edit tags" -msgstr "" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Odstrani oznake iz dokumenta" -#: views.py:42 -msgid "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" @@ -170,103 +126,98 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" -msgstr "" +#: views.py:375 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" +msgstr "Odstrani oznake iz dokumenta" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:382 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "Odstrani oznake iz dokumenta" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" -msgstr "" +#: views.py:391 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" +msgstr "Odstrani oznake iz dokumenta" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:398 +#, fuzzy, python-format +#| msgid "Remove tags from documents" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "Odstrani oznake iz dokumenta" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" +#~ msgid "Blue" +#~ msgstr "Modra" + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/sq/LC_MESSAGES/django.po b/mayan/apps/tags/locale/sq/LC_MESSAGES/django.po index 33619f0062..53a4901b1f 100644 --- a/mayan/apps/tags/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/sq/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,246 +19,186 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +msgid "remove tags" +msgstr "" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "" - -#: literals.py:17 -msgid "Blue" -msgstr "" - -#: literals.py:18 -msgid "Cyan" -msgstr "" - -#: literals.py:19 -msgid "Coral" -msgstr "" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "" - -#: literals.py:21 -msgid "Khaki" -msgstr "" - -#: literals.py:22 -msgid "LightGrey" -msgstr "" - -#: literals.py:23 -msgid "Magenta" -msgstr "" - -#: literals.py:24 -msgid "Red" -msgstr "" - -#: literals.py:25 -msgid "Orange" -msgstr "" - -#: literals.py:26 -msgid "Yellow" -msgstr "" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "" -#: permissions.py:11 -msgid "Edit tags" -msgstr "" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "" -#: views.py:42 -msgid "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" msgstr[1] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" msgstr[1] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 +#: views.py:375 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" -#: views.py:304 +#: views.py:382 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" -#: views.py:309 +#: views.py:391 #, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" -#: views.py:312 +#: views.py:398 #, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" diff --git a/mayan/apps/tags/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/tags/locale/tr_TR/LC_MESSAGES/django.po index 6f9bfa7ccc..bdc521fb99 100644 --- a/mayan/apps/tags/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/tr_TR/LC_MESSAGES/django.po @@ -1,261 +1,202 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +msgid "remove tags" +msgstr "" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "" - -#: literals.py:17 -msgid "Blue" -msgstr "" - -#: literals.py:18 -msgid "Cyan" -msgstr "" - -#: literals.py:19 -msgid "Coral" -msgstr "" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "" - -#: literals.py:21 -msgid "Khaki" -msgstr "" - -#: literals.py:22 -msgid "LightGrey" -msgstr "" - -#: literals.py:23 -msgid "Magenta" -msgstr "" - -#: literals.py:24 -msgid "Red" -msgstr "" - -#: literals.py:25 -msgid "Orange" -msgstr "" - -#: literals.py:26 -msgid "Yellow" -msgstr "" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "" -#: permissions.py:11 -msgid "Edit tags" -msgstr "" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "" -#: views.py:42 -msgid "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 +#: views.py:375 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" -#: views.py:304 +#: views.py:382 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" -#: views.py:309 +#: views.py:391 #, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" -#: views.py:312 +#: views.py:398 #, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" 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 16cb891833..a8f8bacf58 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,258 +9,253 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "Tags" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "Xóa tags" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "ACLs" - -#: literals.py:17 -msgid "Blue" -msgstr "Blue" - -#: literals.py:18 -msgid "Cyan" -msgstr "Cyan" - -#: literals.py:19 -msgid "Coral" -msgstr "Coral" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "Green-Yellow" - -#: literals.py:21 -msgid "Khaki" -msgstr "Khaki" - -#: literals.py:22 -msgid "LightGrey" -msgstr "LightGrey" - -#: literals.py:23 -msgid "Magenta" -msgstr "Magenta" - -#: literals.py:24 -msgid "Red" -msgstr "Red" - -#: literals.py:25 -msgid "Orange" -msgstr "Orange" - -#: literals.py:26 -msgid "Yellow" -msgstr "Yellow" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "Màu" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "Tạo tag mới" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "Xóa tags" -#: permissions.py:11 -msgid "Edit tags" -msgstr "Sửa tags" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "Xem tags" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "Sửa tags" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "Gắn tag cho tài liệu" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "Xóa tag từ tài liệu" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "Tag được tạo thành công." +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "Cần cung cấp ít nhất một tài liệu" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Tài liệu \"%(document)s\" đã được tag \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Tag \"%(tag)s\" được gắn thành công cho tài liệu \"%(document)s\"." -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "Cần cung cấp ít nhất một tag" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Tag \"%s\" xóa thành công." -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Lỗi xóa tag \"%(tag)s\": %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "Sẽ được xóa trong tất cả tài liệu." -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "Tag cập nhật thành công." - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "Cần cung cấp ít nhất một tài liệu đã được tag" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "Xóa tag từ tài liệu: %s" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "Xóa tag từ các tài liệu: %s" -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "Bạn chắc chắn muốn xóa tag \"%(tag)s\" từ tài liệu: %(document)s?" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" -msgstr "Bạn chắc chắn muốn xóa tag \"%(tag)s\" từ những tài liệu: %(documents)s?" +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" +msgstr "" +"Bạn chắc chắn muốn xóa tag \"%(tag)s\" từ những tài liệu: %(documents)s?" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "Bạn chắc chắn muốn xóa các tag \"%(tags)s\" từ tài liệu: %(document)s?" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" -msgstr "" +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" +msgstr "Bạn chắc chắn muốn xóa các tag \"%(tags)s\" từ tài liệu: %(document)s?" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Tài liệu \"%(document)s\" không thể được tag như là \"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" đã được xóa thành công từ tài liệu \"%(document)s\"." +#~ msgid "ACLs" +#~ msgstr "ACLs" + +#~ msgid "Blue" +#~ msgstr "Blue" + +#~ msgid "Cyan" +#~ msgstr "Cyan" + +#~ msgid "Coral" +#~ msgstr "Coral" + +#~ msgid "Green-Yellow" +#~ msgstr "Green-Yellow" + +#~ msgid "Khaki" +#~ msgstr "Khaki" + +#~ msgid "LightGrey" +#~ msgstr "LightGrey" + +#~ msgid "Magenta" +#~ msgstr "Magenta" + +#~ msgid "Red" +#~ msgstr "Red" + +#~ msgid "Orange" +#~ msgstr "Orange" + +#~ msgid "Yellow" +#~ msgstr "Yellow" + +#~ msgid "Tag created succesfully." +#~ msgstr "Tag được tạo thành công." + +#~ msgid "Tag updated succesfully." +#~ msgstr "Tag cập nhật thành công." + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" 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 54e18ad677..baa83c8a3e 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,258 +10,252 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-06 23:26+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "标签" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +#, fuzzy +#| msgid "Delete tags" +msgid "remove tags" +msgstr "删除标签" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "访问控制列表" - -#: literals.py:17 -msgid "Blue" -msgstr "蓝色" - -#: literals.py:18 -msgid "Cyan" -msgstr "青色" - -#: literals.py:19 -msgid "Coral" -msgstr "珊瑚" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "绿 - 黄" - -#: literals.py:21 -msgid "Khaki" -msgstr "黄褐色" - -#: literals.py:22 -msgid "LightGrey" -msgstr "浅灰色" - -#: literals.py:23 -msgid "Magenta" -msgstr "品红" - -#: literals.py:24 -msgid "Red" -msgstr "红" - -#: literals.py:25 -msgid "Orange" -msgstr "橙" - -#: literals.py:26 -msgid "Yellow" -msgstr "黄色" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "颜色" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "创建新标签" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "删除标签" -#: permissions.py:11 -msgid "Edit tags" -msgstr "编辑标签" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "查看标签" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "编辑标签" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "给文档添加标签" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "从文档中删除标签" -#: views.py:42 -msgid "Tag created succesfully." -msgstr "标签成功创建。" +#: serializers.py:33 +msgid "Primary key of the tag to be added." +msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "必须提供至少一个文件。" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "文档 \"%(document)s\"已经被标记为 \"%(tag)s\"" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "文档\"%(document)s\"添加标签\"%(tag)s\"成功。" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "必须至少提供一个标签" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "标签 \"%s\" 删除成功" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "删除标签\"%(tag)s\"失败: %(error)s" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "将从所有文档中移除" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "标签更新成功" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "必须至少提供一个标签文档" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "从文档: %s移除标签" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "从文档: %s移除标签" -#: views.py:301 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +#: views.py:375 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " +#| "%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "确定要从文档: %(document)s移除标签 \"%(tag)s\" 么?" -#: views.py:304 -#, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +#: views.py:382 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +#| "%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "确定要从文档: %(documents)s移除标签 \"%(tag)s\" 么?" -#: views.py:309 -#, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +#: views.py:391 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags: %(tags)s from the document: " +#| "%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "确定要从文档: %(document)s移除标签 \"%(tags)s\" 么?" -#: views.py:312 -#, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +#: views.py:398 +#, fuzzy, python-format +#| msgid "" +#| "Are you sure you wish to remove the tags %(tags)s from the documents: " +#| "%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "确定要从文档: %(documents)s移除标签 \"%(tags)s\" 么?" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "文档\"%(document)s\"无标签\"%(tag)s\"" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "标签\"%(tag)s\"成功从文档\"%(document)s\"移除" +#~ msgid "ACLs" +#~ msgstr "访问控制列表" + +#~ msgid "Blue" +#~ msgstr "蓝色" + +#~ msgid "Cyan" +#~ msgstr "青色" + +#~ msgid "Coral" +#~ msgstr "珊瑚" + +#~ msgid "Green-Yellow" +#~ msgstr "绿 - 黄" + +#~ msgid "Khaki" +#~ msgstr "黄褐色" + +#~ msgid "LightGrey" +#~ msgstr "浅灰色" + +#~ msgid "Magenta" +#~ msgstr "品红" + +#~ msgid "Red" +#~ msgstr "红" + +#~ msgid "Orange" +#~ msgstr "橙" + +#~ msgid "Yellow" +#~ msgstr "黄色" + +#~ msgid "Tag created succesfully." +#~ msgstr "标签成功创建。" + +#~ msgid "Tag updated succesfully." +#~ msgstr "标签更新成功" + #~ msgid "Add tag to document" #~ msgstr "Add tag to document" diff --git a/mayan/apps/tags/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/tags/locale/zh_TW/LC_MESSAGES/django.po index 123c8afefb..99c8c59b30 100644 --- a/mayan/apps/tags/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/zh_TW/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-27 20:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,244 +19,184 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:38 -msgid "Preview" -msgstr "" - -#: __init__.py:42 -msgid "Tagged items" -msgstr "" - -#: __init__.py:49 __init__.py:54 forms.py:42 links.py:12 links.py:21 -#: models.py:18 permissions.py:7 views.py:116 +#: apps.py:34 apps.py:57 apps.py:68 forms.py:34 links.py:40 links.py:43 +#: models.py:24 permissions.py:7 views.py:163 msgid "Tags" msgstr "" -#: links.py:13 -msgid "Create new tag" +#: apps.py:64 +msgid "Preview" msgstr "" -#: links.py:15 links.py:16 -msgid "Attach tag" -msgstr "" - -#: links.py:18 +#: links.py:14 msgid "Remove tag" msgstr "" -#: links.py:19 -msgid "Remove tags" +#: links.py:17 links.py:24 +msgid "Attach tag" msgstr "" -#: links.py:22 links.py:25 +#: links.py:20 +msgid "remove tags" +msgstr "" + +#: links.py:28 +msgid "Create new tag" +msgstr "" + +#: links.py:32 links.py:45 msgid "Delete" msgstr "" -#: links.py:23 +#: links.py:36 msgid "Edit" msgstr "" -#: links.py:24 models.py:14 -msgid "Documents" -msgstr "" - -#: links.py:26 -msgid "ACLs" -msgstr "" - -#: literals.py:17 -msgid "Blue" -msgstr "" - -#: literals.py:18 -msgid "Cyan" -msgstr "" - -#: literals.py:19 -msgid "Coral" -msgstr "" - -#: literals.py:20 -msgid "Green-Yellow" -msgstr "" - -#: literals.py:21 -msgid "Khaki" -msgstr "" - -#: literals.py:22 -msgid "LightGrey" -msgstr "" - -#: literals.py:23 -msgid "Magenta" -msgstr "" - -#: literals.py:24 -msgid "Red" -msgstr "" - -#: literals.py:25 -msgid "Orange" -msgstr "" - -#: literals.py:26 -msgid "Yellow" -msgstr "" - -#: models.py:12 +#: models.py:15 msgid "Label" msgstr "" -#: models.py:13 +#: models.py:17 msgid "Color" msgstr "" -#: models.py:17 +#: models.py:19 views.py:153 views.py:287 +msgid "Documents" +msgstr "" + +#: models.py:23 msgid "Tag" msgstr "" -#: permissions.py:9 +#: permissions.py:10 msgid "Create new tags" msgstr "" -#: permissions.py:10 +#: permissions.py:13 msgid "Delete tags" msgstr "" -#: permissions.py:11 -msgid "Edit tags" -msgstr "" - -#: permissions.py:12 +#: permissions.py:16 msgid "View tags" msgstr "" -#: permissions.py:13 +#: permissions.py:19 +msgid "Edit tags" +msgstr "" + +#: permissions.py:22 msgid "Attach tags to documents" msgstr "" -#: permissions.py:14 +#: permissions.py:25 msgid "Remove tags from documents" msgstr "" -#: views.py:42 -msgid "Tag created succesfully." +#: serializers.py:33 +msgid "Primary key of the tag to be added." msgstr "" -#: views.py:48 +#: views.py:35 msgid "Create tag" msgstr "" -#: views.py:60 +#: views.py:51 msgid "Must provide at least one document." msgstr "" -#: views.py:78 +#: views.py:81 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:83 +#: views.py:91 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:95 +#: views.py:105 msgid "Attach tag to document" msgid_plural "Attach tag to documents" msgstr[0] "" -#: views.py:145 +#: views.py:178 msgid "Must provide at least one tag." msgstr "" -#: views.py:160 +#: views.py:200 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:162 +#: views.py:204 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:171 +#: views.py:214 msgid "Will be removed from all documents." msgstr "" -#: views.py:174 -msgid "Are you sure you wish to delete the selected tag?" -msgid_plural "Are you sure you wish to delete the selected tags?" +#: views.py:217 +msgid "Delete the selected tag?" +msgid_plural "Delete the selected tags?" msgstr[0] "" -#: views.py:205 -msgid "Tag updated succesfully." -msgstr "" - -#: views.py:211 +#: views.py:247 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:226 +#: views.py:260 #, python-format msgid "Documents with the tag: %s" msgstr "" -#: views.py:243 +#: views.py:297 #, python-format msgid "Tags for document: %s" msgstr "" -#: views.py:255 +#: views.py:313 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:293 +#: views.py:363 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:295 +#: views.py:367 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:301 +#: views.py:375 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the document: " -"%(document)s?" +msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" -#: views.py:304 +#: views.py:382 #, python-format -msgid "" -"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " -"%(documents)s?" +msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" -#: views.py:309 +#: views.py:391 #, python-format -msgid "" -"Are you sure you wish to remove the tags: %(tags)s from the document: " -"%(document)s?" +msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" -#: views.py:312 +#: views.py:398 #, python-format -msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" +msgid "Remove the tags %(tags)s from the documents: %(documents)s?" msgstr "" -#: views.py:319 +#: views.py:410 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:324 +#: views.py:419 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" 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 bf5a83e94c..89057f4ed8 100644 --- a/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/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,257 +9,286 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "كلمة مرور جديدة" - -#: forms.py:16 -msgid "Confirm password" -msgstr "تأكيد كلمة المرور" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "إدارة المستخدم" -#: permissions.py:9 -msgid "Create new users" -msgstr "إنشاء مستخدمين جدد" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "كلمة مرور جديدة" + +#: forms.py:19 +msgid "Confirm password" +msgstr "تأكيد كلمة المرور" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "تحرير المستخدمين الحاليين" - -#: permissions.py:11 -msgid "View existing users" -msgstr "عرض المستخدمين الحاليين" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "حذف المستخدمين الحاليين" - -#: permissions.py:14 msgid "Create new groups" msgstr "إنشاء مجموعات جديدة" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "تعديل المجموعات الموجودة" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "عرض المجموعات الحالية" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "حذف المجموعات الحالية" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "تعديل المجموعات الموجودة" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "عرض المجموعات الحالية" + +#: permissions.py:22 +msgid "Create new users" +msgstr "إنشاء مستخدمين جدد" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "حذف المستخدمين الحاليين" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "تحرير المستخدمين الحاليين" + +#: permissions.py:31 +msgid "View existing users" +msgstr "عرض المستخدمين الحاليين" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 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." +msgstr "" +"Super user and staff user editing is not allowed, use the admin interface " +"for these cases." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "تم تحديث المستخدم \"%s\" بنجاح." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "تم انشاء المستخدم \"%s\" بنجاح." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "يجب أن توفر ما لا يقل عن مستخدم واحد." -#: views.py:121 +#: views.py:156 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." +msgstr "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "تم مسح المستخدم \"%s\" بنجاح." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "خطأ أثناء حذف المستخدم \"%(user)s\": %(error)s" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "هل أنت متأكد أنك تريد حذف المستخدم %s ؟" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "هل أنت متأكد أنك تريد حذف المستخدمين %s ؟" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "حذف المستخدمين الحاليين" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "حذف المستخدمين الحاليين" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "لا تتطابق كلمات المرور، حاول مرة أخرى." -#: views.py:179 +#: views.py:214 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." +msgstr "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "نجحت إعادة تعيين كلمة المرور للمستخدم: %s" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "خطأ أثناء إعادة تعيين كلمة المرور للمستخدم \"%(user)s\": %(error)s" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "إعادة كلمة السر للمستخدم: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "إعادة كلمة السر للمستخدمين %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "تم تحديث مجموعة \"%s\" بنجاح." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "تم انشاء مجموعة \"%s \" بنجاح." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "يجب أن توفر ما لا يقل عن مجموعة واحدة." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "تم حذف مجموعة \"%s \" بنجاح." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "خطأ أثناء مسح المجموعة: \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "هل أنت متأكد أنك تريد حذف المجموعة %s ؟" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "حذف المجموعات الحالية" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "هل أنت متأكد أنك تريد حذف المجموعات %s ؟" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "حذف المجموعات الحالية" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "هل أنت متأكد أنك تريد حذف المستخدم %s ؟" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "هل أنت متأكد أنك تريد حذف المستخدمين %s ؟" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "تم تحديث مجموعة \"%s\" بنجاح." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "تم انشاء مجموعة \"%s \" بنجاح." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "هل أنت متأكد أنك تريد حذف المجموعة %s ؟" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "هل أنت متأكد أنك تريد حذف المجموعات %s ؟" + #~ msgid "Group" #~ msgstr "group" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 c964b2b8d6..47db8d40d7 100644 --- a/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/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,257 +9,285 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Нова парола" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Потвърждение на парола" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Управление на потребители" -#: permissions.py:9 -msgid "Create new users" -msgstr "Създаване на нови потребители" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Нова парола" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Потвърждение на парола" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Редактиране на нови потребители" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Преглед на съществуващи потребители" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Изтриване на съществуващи потребители" - -#: permissions.py:14 msgid "Create new groups" msgstr "Създаване на нови групи" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Редактиране на съществуващи групи" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Преглед на съществуващи групи" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Изтриване на съществуващи групи" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Редактиране на съществуващи групи" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Преглед на съществуващи групи" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Създаване на нови потребители" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Изтриване на съществуващи потребители" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Редактиране на нови потребители" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Преглед на съществуващи потребители" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Редактиране на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." +msgstr "" +"Редактиране на потребители от супер потребител и служител не е разрешено. " +"Използвайте администраторския модул за тези случаи." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Потребител \"%s\" е обновен успешно" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Потребител \"%s\" е създаден успешно." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Трябва да изберете поне един потребител." -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Изтриване на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." +msgstr "" +"Изтриване на потребители от супер потребител и служител не е разрешено. " +"Използвайте администраторския модул за тези случаи." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Потребител \"%s\" е изтрит успешно." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Грешка при изтриването на потребител \"%(user)s\": %(error)s" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Сигурни ли сте, че искате да изтриете потребителят %s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Сигурни ли сте, че искате да изтриете потребителите %s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Изтриване на съществуващи потребители" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Изтриване на съществуващи потребители" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Паролата не съвпада. Опитайте отново." -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Промяна на парола на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." +msgstr "" +"Промяна на парола на потребители от супер потребител и служител не е " +"разрешено. Използвайте администраторския модул за тези случаи." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Успешна промяна на парола на потребител %s." -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "Грешка при промяна на парола на потребител \"%(user)s\": %(error)s" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Промяна на парола на потребител %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Промяна на парола на потребители %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Групата \"%s\" е обновена успешно." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Групата \"%s\" е създадена успешно." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Необходимо е да се включи поне една група." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Групата \"%s\" е изтрита успешно." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Грешка при изтриването на група \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Сигурни ли сте, че искате да изтриете групата %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Изтриване на съществуващи групи" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Сигурни ли сте, че искате да изтриете групите %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Изтриване на съществуващи групи" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Сигурни ли сте, че искате да изтриете потребителят %s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Сигурни ли сте, че искате да изтриете потребителите %s?" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Групата \"%s\" е обновена успешно." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Групата \"%s\" е създадена успешно." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Сигурни ли сте, че искате да изтриете групата %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Сигурни ли сте, че искате да изтриете групите %s?" + #~ msgid "Group" #~ msgstr "group" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 22f079455f..75ea050a3e 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 @@ -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,257 +9,286 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" +"projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Nova lozinka" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Potvrdite lozinku" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Upravljanje korisnicima" -#: permissions.py:9 -msgid "Create new users" -msgstr "Kreiraj nove korisnike" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Nova lozinka" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Potvrdite lozinku" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Izmjeni postojeće korisnike" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Pregledaj postojeće korisnike" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Obriši postojeće korisnike" - -#: permissions.py:14 msgid "Create new groups" msgstr "Kreiraj nove grupe" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Izmjeni postojeće grupe" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Pregledaj postojeće grupe" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Obriši postojeće grupe" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Izmjeni postojeće grupe" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Pregledaj postojeće grupe" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Kreiraj nove korisnike" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Obriši postojeće korisnike" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Izmjeni postojeće korisnike" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Pregledaj postojeće korisnike" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 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." +msgstr "" +"Super user i staff user izmjene nisu dozvoljene, koristite administratorski " +"interface za takve slučajeve." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Korisnik \"%s\" uspješno update-ovan." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Korisnik \"%s\" uspješno kreiran." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Mora biti obebjeđen bar jedan korisnik." -#: views.py:121 +#: views.py:156 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" +msgstr "" +"Super user i staff user brisanja nisu dozvoljena, koristite administratorski " +"interface za takve slučajeve" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Korisnik \"%s\" uspješno obrisan." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Greška brisanja korisnika \"%(user)s\": %(error)s" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Jeste li sigurni da želite izbrisati korisnika: %s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Jeste li sigurni da želite izbrisati korisnike: %s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Obriši postojeće korisnike" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Obriši postojeće korisnike" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Lozinke se ne podudaraju, pokušajte ponovo." -#: views.py:179 +#: views.py:214 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" +msgstr "" +"Super user i staff user reset lozinke nije dozvoljen, koristite " +"administratorski interface za takve slučajeve" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Uspješno resetovana lozinka za korisnika: %s." -#: views.py:185 +#: views.py:220 #, 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:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Resetovanje lozinke za korisnika: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Resetovanje lozinke za korisnike: %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Grupa \"%s\" uspješno update-ovana." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Grupa \"%s\" uspješno kreirana." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Mora biti obezbjeđen bar jedna grupa." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupa \"%s\" uspješno obrisana." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Greška brisanja grupe \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Jeste li sigurni da želite izbrisati grupu: %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Obriši postojeće grupe" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Jeste li sigurni da želite izbrisati grupe:% s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Obriši postojeće grupe" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Jeste li sigurni da želite izbrisati korisnika: %s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Jeste li sigurni da želite izbrisati korisnike: %s?" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Grupa \"%s\" uspješno update-ovana." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Grupa \"%s\" uspješno kreirana." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Jeste li sigurni da želite izbrisati grupu: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Jeste li sigurni da želite izbrisati grupe:% s?" + #~ msgid "Group" #~ msgstr "group" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 00860fdcfe..319106ff11 100644 --- a/mayan/apps/user_management/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/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: # René Rovsing Bach , 2013 @@ -9,257 +9,285 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Nyt password" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Bekræft password" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Brugerstyring" -#: permissions.py:9 -msgid "Create new users" -msgstr "Opret nye brugere" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Nyt password" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Bekræft password" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Rediger eksisterende brugere" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Se eksisterende brugere" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Slet eksisterende brugere" - -#: permissions.py:14 msgid "Create new groups" msgstr "Opret nye grupper" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Rediger eksisterende grupper" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Se eksisterende grupper" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Slet eksisterende grupper" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Rediger eksisterende grupper" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Se eksisterende grupper" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Opret nye brugere" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Slet eksisterende brugere" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Rediger eksisterende brugere" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Se eksisterende brugere" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 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. " +msgstr "" +"Superbruger og personale-bruger redigering er ikke tilladt. Anvend " +"administrator brugerflade i disse tilfælde. " -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Bruger \"%s\" opdateret." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Bruger \"%s\" oprettet." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Der skal angives mindst én bruger." -#: views.py:121 +#: views.py:156 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." +msgstr "" +"Det er ikke tilladt at slette superbruger og personalebruger. Anvend " +"administrator brugerfladen i disse tilfælde." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Bruger \"%s\" slettet." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Fejl ved sletning af bruger \"%(user)s\": %(error)s" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Er du sikker på at du vil slette brugeren: %s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Er du sikker på at du vil slette brugerne: %s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Slet eksisterende brugere" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Slet eksisterende brugere" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "De to password stemmer ikke overens, prøv igen." -#: views.py:179 +#: views.py:214 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." +msgstr "" +"Det er ikke tilladt at nulstille Superbruger og personale brugeradgangskode. " +"Anvend administrator brugerflade istedet." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Password er blevet nulstillet for bruger: %s." -#: views.py:185 +#: views.py:220 #, 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:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Nulstiller password for bruger: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Nulstiller password for brugerne: %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Gruppen \"%s\" opdateret." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Gruppen \"%s\" oprettet." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Du skal angive mindst én gruppe." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Gruppen \"%s\" slettet." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Fejl ved sletning af gruppen \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Er du sikker på du vil slette gruppen: %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Slet eksisterende grupper" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Er du sikker på du ønsker at slette grupperne: %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Slet eksisterende grupper" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Er du sikker på at du vil slette brugeren: %s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Er du sikker på at du vil slette brugerne: %s?" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Gruppen \"%s\" opdateret." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Gruppen \"%s\" oprettet." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Er du sikker på du vil slette gruppen: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Er du sikker på du ønsker at slette grupperne: %s?" + #~ msgid "Group" #~ msgstr "group" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/user_management/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/de_CH/LC_MESSAGES/django.po index cf559338a7..bc2090f691 100644 --- a/mayan/apps/user_management/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/de_CH/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,234 +19,236 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -257,9 +259,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 4ff6244c7c..f99cff3c26 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 @@ -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: # Stefan Lodders , 2012 @@ -15,248 +15,289 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-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/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Neues Passwort" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Passwort bestätigen" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "Benutzer" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "Bearbeiten" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "Erstellen" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "Löschen" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "Passwort" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "Gruppen" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "Erstellen" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "Mitglieder" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Benutzerverwaltung" -#: permissions.py:9 -msgid "Create new users" -msgstr "Benutzer anlegen" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Neues Passwort" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Passwort bestätigen" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "Erstellen" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "Löschen" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "Bearbeiten" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "Gruppen" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "Mitglieder" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "Erstellen" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "Benutzer" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "Passwort" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Benutzer bearbeiten" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Benutzer anzeigen" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Benutzer löschen" - -#: permissions.py:14 msgid "Create new groups" msgstr "Gruppen anlegen" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Gruppen bearbeiten" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Gruppen anzeigen" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Gruppen löschen" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Gruppen bearbeiten" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Gruppen anzeigen" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Benutzer anlegen" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Benutzer löschen" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Benutzer bearbeiten" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Benutzer anzeigen" + +#: views.py:45 msgid "Full name" msgstr "Kompletter Name" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "E-Mail" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "Aktiv" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "Verwendbares Passwort" -#: views.py:62 +#: views.py:80 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." +msgstr "" +"Super User und Staff Benutzer bearbeiten ist nicht erlaubt, benutzen Sie die " +"Administratoren-Oberfläche dafür." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Benutzer \"%s\" erfolgreich aktualisiert" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "Benutzer %s bearbeiten" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Benutzer \"%s\" erfolgreich angelegt" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Es muss mindestens ein Benutzer angegeben werden" -#: views.py:121 +#: views.py:156 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." +msgstr "" +"Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie die " +"Administratoren-Oberfläche dafür." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Benutzer \"%s\" erfolgreich gelöscht" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Fehler beim Löschen des Benutzers \"%(user)s\": %(error)s" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Sind Sie sich sicher, dass sie den Benutzer löschen möchten: %s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Sind Sie sich sicher, dass sie die Benutzer löschen möchten: %s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Benutzer löschen" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Benutzer löschen" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Passwörter stimmen nicht überein, bitte noch einmal versuchen" -#: views.py:179 +#: views.py:214 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." +msgstr "" +"Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie die " +"Administratoren-Oberfläche dafür." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Passwort erfolgreich zurückgesetzt für Benutzer %s" -#: views.py:185 +#: views.py:220 #, 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" +msgstr "" +"Fehler beim Zurücksetzen des Passworts für den Benutzer \"%(user)s\": " +"%(error)s" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Passwort zurücksetzen für Benutzer %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Passwort zurücksetzen für die Benutzer %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" -msgstr "Nichtgruppen von Benutzer %s" +#: views.py:259 views.py:376 +msgid "Available groups" +msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Groups" +msgid "Groups joined" +msgstr "Gruppen" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "Gruppen von Benutzer %s" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Gruppe \"%s\" erfolgreich aktualisiert" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "Gruppe %s bearbeiten" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Gruppe \"%s\" erfolgreich angelegt" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Es muss mindestens eine Gruppe angegeben werden" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Gruppe \"%s\" erfolgreich gelöscht" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Fehler beim Löschen der Gruppe \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Sind Sie sich sicher, dass Sie die Gruppe löschen möchten: %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Gruppen löschen" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Sind Sie sich sicher, das Sie die Gruppen löschen möchten: %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Gruppen löschen" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" -msgstr "Nichtmitglieder von Gruppe %s" +#: views.py:377 +#, fuzzy +#| msgid "Members of group: %s" +msgid "Members of groups" +msgstr "Mitglieder von Gruppe %s" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "Mitglieder von Gruppe %s" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Sind Sie sich sicher, dass sie den Benutzer löschen möchten: %s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Sind Sie sich sicher, dass sie die Benutzer löschen möchten: %s?" + +#~ msgid "Non groups of user: %s" +#~ msgstr "Nichtgruppen von Benutzer %s" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Gruppe \"%s\" erfolgreich aktualisiert" + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Gruppe \"%s\" erfolgreich angelegt" + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Sind Sie sich sicher, dass Sie die Gruppe löschen möchten: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Sind Sie sich sicher, das Sie die Gruppen löschen möchten: %s?" + +#~ msgid "Non members of group: %s" +#~ msgstr "Nichtmitglieder von Gruppe %s" + #~ msgid "Group" #~ msgstr "group" 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 c26d2c424d..3db023f820 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-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/" @@ -18,110 +18,118 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:15 +#: apps.py:26 permissions.py:7 +msgid "User management" +msgstr "User management" + +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 msgid "New password" msgstr "New password" -#: forms.py:16 +#: forms.py:19 msgid "Confirm password" msgstr "Confirm password" -#: links.py:11 links.py:12 views.py:31 -#, fuzzy -msgid "Users" -msgstr "users" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -#, fuzzy -msgid "Create new user" -msgstr "Create new users" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -#, fuzzy -msgid "Delete" -msgstr "delete" - -#: links.py:17 links.py:18 -#, fuzzy -msgid "Reset password" -msgstr "reset password" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -#, fuzzy -msgid "Groups" -msgstr "groups" - -#: links.py:24 views.py:294 +#: links.py:14 views.py:290 #, fuzzy msgid "Create new group" msgstr "Create new groups" -#: links.py:27 views.py:251 +#: links.py:18 links.py:34 links.py:46 links.py:62 +#, fuzzy +msgid "Delete" +msgstr "delete" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +#, fuzzy +msgid "Groups" +msgstr "groups" + +#: links.py:30 views.py:316 #, fuzzy msgid "Members" msgstr "members" -#: permissions.py:7 -msgid "User management" -msgstr "User management" - -#: permissions.py:9 -msgid "Create new users" +#: links.py:42 views.py:125 +#, fuzzy +msgid "Create new user" msgstr "Create new users" +#: links.py:58 links.py:74 views.py:41 +#, fuzzy +msgid "Users" +msgstr "users" + +#: links.py:66 links.py:70 +#, fuzzy +msgid "Reset password" +msgstr "reset password" + #: permissions.py:10 -msgid "Edit existing users" -msgstr "Edit existing users" - -#: permissions.py:11 -msgid "View existing users" -msgstr "View existing users" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Delete existing users" - -#: permissions.py:14 msgid "Create new groups" msgstr "Create new groups" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Edit existing groups" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "View existing groups" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Delete existing groups" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Edit existing groups" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "View existing groups" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Create new users" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Delete existing users" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Edit existing users" + +#: permissions.py:31 +msgid "View existing users" +msgstr "View existing users" + +#: views.py:45 #, fuzzy msgid "Full name" msgstr "full name" -#: views.py:39 +#: views.py:49 #, fuzzy msgid "Email" msgstr "email" -#: views.py:43 +#: views.py:53 #, fuzzy msgid "Active" msgstr "active" -#: views.py:47 +#: views.py:59 #, fuzzy msgid "Has usable password?" msgstr "has usable password?" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." @@ -129,26 +137,26 @@ msgstr "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "User \"%s\" updated successfully." -#: views.py:75 +#: views.py:100 #, fuzzy, python-format msgid "Edit user: %s" msgstr "edit user: %s" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "User \"%s\" created successfully." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Must provide at least one user." -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." @@ -156,31 +164,33 @@ msgstr "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "User \"%s\" deleted successfully." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Error deleting user \"%(user)s\": %(error)s" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Are you sure you wish to delete the user: %s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Are you sure you wish to delete the users: %s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Delete existing users" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Delete existing users" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Passwords do not match, try again." -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." @@ -188,85 +198,107 @@ msgstr "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Successfull password reset for user: %s." -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "Error reseting password for user \"%(user)s\": %(error)s" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Reseting password for user: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Reseting password for users: %s" -#: views.py:232 -#, fuzzy, python-format -msgid "Non groups of user: %s" -msgstr "non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" +msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +msgid "Groups joined" +msgstr "groups" + +#: views.py:282 #, fuzzy, python-format msgid "Groups of user: %s" msgstr "groups of user: %s" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Group \"%s\" updated successfully." - -#: views.py:275 +#: views.py:306 #, fuzzy, python-format msgid "Edit group: %s" msgstr "edit group: %s" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Group \"%s\" created successfully." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Must provide at least one group." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Group \"%s\" deleted successfully." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Error deleting group \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Are you sure you wish to delete the group: %s?" - -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Are you sure you wish to delete the groups: %s?" - -#: views.py:366 +#: views.py:360 #, fuzzy, python-format -msgid "Non members of group: %s" -msgstr "non members of group: %s" +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Delete existing groups" -#: views.py:367 +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Delete existing groups" + +#: views.py:377 +#, fuzzy +msgid "Members of groups" +msgstr "members of group: %s" + +#: views.py:399 #, fuzzy, python-format msgid "Members of group: %s" msgstr "members of group: %s" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Are you sure you wish to delete the user: %s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Are you sure you wish to delete the users: %s?" + +#, fuzzy +#~ msgid "Non groups of user: %s" +#~ msgstr "non groups of user: %s" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Group \"%s\" updated successfully." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Group \"%s\" created successfully." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Are you sure you wish to delete the group: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Are you sure you wish to delete the groups: %s?" + +#, fuzzy +#~ msgid "Non members of group: %s" +#~ msgstr "non members of group: %s" + #, fuzzy #~ msgid "Group" #~ msgstr "group" 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 76114ab01f..3c76b409c6 100644 --- a/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/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,248 +11,288 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-02-07 05:31+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Nueva contraseña" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Confirmar contraseña" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "Usuarios" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "Editar" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "Crear nuevo usuario" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "Borrar" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "Reestablecer contraseña" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "Grupos" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "Crear nuevo grupo" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "Miembros" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Administración de usuarios" -#: permissions.py:9 -msgid "Create new users" -msgstr "Crear nuevos usuarios" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Nueva contraseña" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Confirmar contraseña" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "Crear nuevo grupo" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "Borrar" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "Editar" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "Grupos" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "Miembros" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "Crear nuevo usuario" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "Usuarios" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "Reestablecer contraseña" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Editar usuarios existentes" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Ver usuarios existentes" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Eliminar usuarios existentes" - -#: permissions.py:14 msgid "Create new groups" msgstr "Crear nuevos grupos" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Editar grupos existentes" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Ver grupos existentes" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Eliminar grupos existentes" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Editar grupos existentes" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Ver grupos existentes" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Crear nuevos usuarios" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Eliminar usuarios existentes" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Editar usuarios existentes" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Ver usuarios existentes" + +#: views.py:45 msgid "Full name" msgstr "Nombre completo" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "Correo electrónico" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "Activo" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "¿Tiene contraseña utilizable?" -#: views.py:62 +#: views.py:80 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." +msgstr "" +"No se permite editar el super usuario y el usuario de personal. Use la " +"interfaz de administración para estos casos." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Usuario \"%s\" actualizado con éxito." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "Editar usuario: %s" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Usuario \"%s\" creado con éxito." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Debe indicar al menos un usuario." -#: views.py:121 +#: views.py:156 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." +msgstr "" +"No se permite eliminar el super usuario y usuario de personal. Use la " +"interfaz de administración para estos casos." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Usuario \"%s\" eliminado con éxito." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Error eliminando el usuario \"%(user)s\": %(error)s " -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "¿Está seguro que desea eliminar el usuario: %s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "¿Está seguro que desea eliminar los usuarios: %s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Eliminar usuarios existentes" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Eliminar usuarios existentes" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Las contraseñas no coinciden. Vuelva a intentarlo." -#: views.py:179 +#: views.py:214 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." +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:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Contraseña restablecida para el usuario: %s." -#: views.py:185 +#: views.py:220 #, 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 de restaurando la contraseña para el usuario \"%(user)s\": %(error)s " -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Restaurando contraseña del usuario: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Restaurando la contraseña de los usuarios: %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" -msgstr "Grupos donde no esta el usuario: %s" +#: views.py:259 views.py:376 +msgid "Available groups" +msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Groups" +msgid "Groups joined" +msgstr "Grupos" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "Grupos de usuario: %s" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Grupo \"%s\" actualizado con éxito." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "Editar grupo: %s" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Grupo \"%s\" creado con éxito." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Debe indicar al menos un grupo." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupo \"%s\" eliminado con éxito." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Error al eliminar el grupo \"%(group)s\": %(error)s " -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "¿Está seguro que desea eliminar el grupo: %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Eliminar grupos existentes" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "¿Está seguro que desea eliminar los grupos: %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Eliminar grupos existentes" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" -msgstr "No miembros del grupo: %s" +#: views.py:377 +#, fuzzy +#| msgid "Members of group: %s" +msgid "Members of groups" +msgstr "Miembros del grupo: %s" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "Miembros del grupo: %s" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "¿Está seguro que desea eliminar el usuario: %s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "¿Está seguro que desea eliminar los usuarios: %s?" + +#~ msgid "Non groups of user: %s" +#~ msgstr "Grupos donde no esta el usuario: %s" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Grupo \"%s\" actualizado con éxito." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Grupo \"%s\" creado con éxito." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "¿Está seguro que desea eliminar el grupo: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "¿Está seguro que desea eliminar los grupos: %s?" + +#~ msgid "Non members of group: %s" +#~ msgstr "No miembros del grupo: %s" + #~ msgid "Group" #~ msgstr "group" 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 87700e1967..b84d3a6e67 100644 --- a/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/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,248 +9,281 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "کلمه عبور جدید" - -#: forms.py:16 -msgid "Confirm password" -msgstr "تائید کلمه عبور" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "کاربران" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "ویرایش" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "کاربر جدید" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "حذف" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "کلمه عبور جدید" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "گروه ها" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "گروه جدید" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "عضو" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "مدیریت کاربران" -#: permissions.py:9 -msgid "Create new users" -msgstr "ایجاد کاربر جدید" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "کلمه عبور جدید" + +#: forms.py:19 +msgid "Confirm password" +msgstr "تائید کلمه عبور" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "گروه جدید" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "حذف" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "ویرایش" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "گروه ها" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "عضو" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "کاربر جدید" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "کاربران" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "کلمه عبور جدید" #: permissions.py:10 -msgid "Edit existing users" -msgstr "ویرایش کاربران موجود" - -#: permissions.py:11 -msgid "View existing users" -msgstr "دیدن کاربران موجود" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "حذف کاربران موجود" - -#: permissions.py:14 msgid "Create new groups" msgstr "ایجاد گروه جدید" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "ویرایش گروه های موجود" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "دیدن گروه های موجود" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "جذف گروه های موجود" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "ویرایش گروه های موجود" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "دیدن گروه های موجود" + +#: permissions.py:22 +msgid "Create new users" +msgstr "ایجاد کاربر جدید" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "حذف کاربران موجود" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "ویرایش کاربران موجود" + +#: permissions.py:31 +msgid "View existing users" +msgstr "دیدن کاربران موجود" + +#: views.py:45 msgid "Full name" msgstr "نام کامل" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "پست الکترونیکی" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "فعال" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "دارای کلمه عبور قابل قبول؟" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "از صفحه admin برای این موارد استفاده کنید." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "کاربر \"%s\" با موفقیت بروز رسانی شد." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "ویرایش کاربر : %s" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "کاربر \"%s\" با موفقیت ساخته شد." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "باید حداقل یک کاربر ارئه شود." -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "برای حذف از صفحه admin استفاده کنید." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "کاربر \"%s\" با موفقیت حذف شد." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "خطا در حذف کاربر \"%(user)s\": %(error)s" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "آیا از حذف کاربر مطمئن هستید : %s؟" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "آیا از حذف کاربران مطمئن هستید : %s؟" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "حذف کاربران موجود" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "حذف کاربران موجود" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "کلمه عبور یکسان نیست دوباره امتحان کنید." -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "از صفحه admin برای این موارد استفاده کنید." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "ریست موفق کلمه عبور برای کاربر : %s." -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "خطا در زمان ریست کلمه عبور کاربر: \"%(user)s\": %(error)s" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "ریست کلمه عبور کاربر: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "ریست کلمه عبور کابران : %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" -msgstr "هیچ یک از گزوه های کاربر : %s" +#: views.py:259 views.py:376 +msgid "Available groups" +msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Groups" +msgid "Groups joined" +msgstr "گروه ها" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "گروه های کاربر : %s" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "بروز رسانی موفق گروه : %s" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "ویرایش گروه : %s" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "گروه با موفقیت ساخته شد : %s." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "باید جداقل یک گروه ارایه شود." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "گروه با موفقیت حذف شد: %s" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "خطا در حذف گروه : \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "آیا از حذف گروه مطمئن هستید : %s" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "جذف گروه های موجود" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "آیا از حذف گروه ها مطمئن هستید : %s" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "جذف گروه های موجود" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" -msgstr "هیج عضوی از گروه : %s" +#: views.py:377 +#, fuzzy +#| msgid "Members of group: %s" +msgid "Members of groups" +msgstr " اعضای گروه : %s" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr " اعضای گروه : %s" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "آیا از حذف کاربر مطمئن هستید : %s؟" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "آیا از حذف کاربران مطمئن هستید : %s؟" + +#~ msgid "Non groups of user: %s" +#~ msgstr "هیچ یک از گزوه های کاربر : %s" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "بروز رسانی موفق گروه : %s" + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "گروه با موفقیت ساخته شد : %s." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "آیا از حذف گروه مطمئن هستید : %s" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "آیا از حذف گروه ها مطمئن هستید : %s" + +#~ msgid "Non members of group: %s" +#~ msgstr "هیج عضوی از گروه : %s" + #~ msgid "Group" #~ msgstr "group" 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 1a740e38d1..5b86798d75 100644 --- a/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/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 @@ -11,248 +11,289 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Nouveau mot de passe" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Confirmer le mot de passe" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "Utilisateurs" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "Modifier" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "créer un nouvel utilisateur" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "Supprimer" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "Reinitialiser le mot de passe" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "Groupes" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "Créer un nouveau groupe" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "Membres" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Gestion des utilisateurs" -#: permissions.py:9 -msgid "Create new users" -msgstr "Créer de nouveaux utilisateurs" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Nouveau mot de passe" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Confirmer le mot de passe" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "Créer un nouveau groupe" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "Supprimer" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "Modifier" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "Groupes" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "Membres" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "créer un nouvel utilisateur" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "Utilisateurs" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "Reinitialiser le mot de passe" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Modifier de nouveaux utilisateurs" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Afficher les utilisateurs existant" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Supprimer des utilisateurs existant" - -#: permissions.py:14 msgid "Create new groups" msgstr "Créer de nouveaux groupes" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Modifier les groupes existant" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Afficher les groupes existant" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Supprimer les groupes existant" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Modifier les groupes existant" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Afficher les groupes existant" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Créer de nouveaux utilisateurs" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Supprimer des utilisateurs existant" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Modifier de nouveaux utilisateurs" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Afficher les utilisateurs existant" + +#: views.py:45 msgid "Full name" msgstr "Nom complet" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "Courriel" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "Actif" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "Possède un mot de passe utilisable?" -#: views.py:62 +#: views.py:80 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." +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:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Utilisateur \"%s\" mis à jour avec succès." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "Modifier l'utilisateur: %s" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Utilisateur \"%s\" créé avec succès." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Vous devez fournir au moins un utilisateur." -#: views.py:121 +#: views.py:156 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." +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:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Utilisateur \"%s\" supprimé avec succès." -#: views.py:126 +#: views.py:161 #, 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:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Êtes vous certain de vouloir supprimer l'utilisateur: \"%s\"?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Êtes vous certain de vouloir supprimer les utilisateurs: \"%s\"?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Supprimer des utilisateurs existant" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Supprimer des utilisateurs existant" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Les mots de passe ne correspondent pas, veuillez réessayer." -#: views.py:179 +#: views.py:214 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." +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:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Mot de passe ré-initialisé avec succès pour l'utilisateur: %s." -#: views.py:185 +#: views.py:220 #, 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" +msgstr "" +"Erreur lors de la ré-initialisation du mot de passe pour l'utilisateur " +"\"%(user)s\": %(error)s" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Ré-initialisation du mote de passe pour l'utilisateur: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Ré-initialisation du mote de passe pour les utilisateur: %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" -msgstr "Membres absents du groupe: %s" +#: views.py:259 views.py:376 +msgid "Available groups" +msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Groups" +msgid "Groups joined" +msgstr "Groupes" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "Membre des groupes: %s" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Le groupe \"%s\" a été mis à jour avec succès." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "Modification du groupe: %s" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Groupe \"%s\" créé avec succès." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Vous devez fournir au minimum un groupe." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Groupe \"%s\" supprimé avec succès." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Erreur lors de la suppression du groupe \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Êtes vous certain de vouloir supprimer le groupe: %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Supprimer les groupes existant" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Êtes vous certain de vouloir supprimer les groupes: %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Supprimer les groupes existant" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" -msgstr "Non membres des groupes: %s" +#: views.py:377 +#, fuzzy +#| msgid "Members of group: %s" +msgid "Members of groups" +msgstr "Membres du groupe: %s" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "Membres du groupe: %s" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer l'utilisateur: \"%s\"?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer les utilisateurs: \"%s\"?" + +#~ msgid "Non groups of user: %s" +#~ msgstr "Membres absents du groupe: %s" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Le groupe \"%s\" a été mis à jour avec succès." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Groupe \"%s\" créé avec succès." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer le groupe: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer les groupes: %s?" + +#~ msgid "Non members of group: %s" +#~ msgstr "Non membres des groupes: %s" + #~ msgid "Group" #~ msgstr "group" diff --git a/mayan/apps/user_management/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/hr_HR/LC_MESSAGES/django.po index a20ca067b3..a5b86a1605 100644 --- a/mayan/apps/user_management/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/hr_HR/LC_MESSAGES/django.po @@ -1,251 +1,255 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" +"edms/language/hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\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" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -256,9 +260,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 058bbc585e..03e995796a 100644 --- a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po @@ -1,251 +1,254 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -256,9 +259,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 e3923d99d8..03568b74a2 100644 --- a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po @@ -1,251 +1,254 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -256,9 +259,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 866d0a332b..8f58055cd9 100644 --- a/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/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 @@ -10,257 +10,287 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Nuova password" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Conferma password" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Gestione utenti" -#: permissions.py:9 -msgid "Create new users" -msgstr "Crea un nuovo utente" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Nuova password" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Conferma password" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Modifica utenti " - -#: permissions.py:11 -msgid "View existing users" -msgstr "Visualizza utenti" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Cancella utenti" - -#: permissions.py:14 msgid "Create new groups" msgstr "Crea nuovi gruppi" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Modifica gruppi esistenti" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Visualizza i gruppi" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Cancella i gruppi esistenti" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Modifica gruppi esistenti" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Visualizza i gruppi" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Crea un nuovo utente" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Cancella utenti" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Modifica utenti " + +#: permissions.py:31 +msgid "View existing users" +msgstr "Visualizza utenti" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 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." +msgstr "" +"Super utente e utente modifica il personale non è consentito, utilizzare " +"l'interfaccia di amministrazione per questi casi." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Utente \"%s\" aggiornato con successo." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Utente \"%s\" creato con successo." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Devi fornire almeno un utente." -#: views.py:121 +#: views.py:156 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." +msgstr "" +"Al super utente e utente non è consentito la cancellazione del personale, " +"utilizzare l'interfaccia di amministrazione per questi casi." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Utente \"%s\" cancellato con successo." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Errore nella cancellazione dell'utente \"%(user)s\": %(error)s" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Sei sicuro di voler cancellare l'utente: %s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Sei sicuro di voler cancellare gli utenti: %s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Cancella utenti" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Cancella utenti" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "La password non corrisponde, riprova." -#: views.py:179 +#: views.py:214 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." +msgstr "" +"Al super utente e utente non è consentito di reimpostare la password " +"personale, utilizzare l'interfaccia di amministrazione per questi casi." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Password reimpostata per l'utente: %s." -#: views.py:185 +#: views.py:220 #, 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" +msgstr "" +"Errore per il reimpostamento della password per l'utente \"%(user)s\": " +"%(error)s" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Reimposta la password per l'utente:%s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Reimposta la password per gli utenti:%s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Gruppo \"%s\" aggiornato con successo." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Gruppo \"%s\" creato con successo." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Devi almeno indicare un gruppo" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Gruppo \"%s\" cancellato con successo." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Erroro nella cancellazione del gruppo\"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Sei sicuro di voler cancellare il gruppo: %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Cancella i gruppi esistenti" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Sei sicuro di voler cancellare i gruppi: %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Cancella i gruppi esistenti" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Sei sicuro di voler cancellare l'utente: %s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Sei sicuro di voler cancellare gli utenti: %s?" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Gruppo \"%s\" aggiornato con successo." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Gruppo \"%s\" creato con successo." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Sei sicuro di voler cancellare il gruppo: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Sei sicuro di voler cancellare i gruppi: %s?" + #~ msgid "Group" #~ msgstr "group" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.po index 0bb627e4bd..143de9e4bf 100644 --- a/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/lv/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,234 +20,236 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -258,9 +260,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/user_management/locale/nb/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/nb/LC_MESSAGES/django.po index cc9247d497..ddf91ae9b2 100644 --- a/mayan/apps/user_management/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/nb/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" @@ -19,234 +19,236 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -257,9 +259,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 a8f1570388..ed47388c65 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 @@ -1,251 +1,254 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-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/projects/p/mayan-edms/language/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -256,9 +259,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 cec6bf0839..6f74d516f6 100644 --- a/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/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,248 +11,288 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-03-19 05:44+0000\n" "Last-Translator: Annunnaky \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Nowe hasło" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Potwierdź hasło" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "Użytkownicy" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "Edytuj" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "Tworzenie nowego użytkownika" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "Usunąć" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "Zresetować hasło" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "Grupy" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "utwórz nową grupę" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "Członkowie" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Zarządzanie użytkownikami" -#: permissions.py:9 -msgid "Create new users" -msgstr "Tworzenie nowych użytkowników" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Nowe hasło" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Potwierdź hasło" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "utwórz nową grupę" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "Usunąć" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "Edytuj" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "Grupy" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "Członkowie" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "Tworzenie nowego użytkownika" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "Użytkownicy" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "Zresetować hasło" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Edycja istniejących użytkowników" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Zobacz istniejących użytkowników" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Usuwanie istniejących użytkowników" - -#: permissions.py:14 msgid "Create new groups" msgstr "Tworzyć nowe grupy" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Edytować istniejące grupy" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Zobacz istniejących grup" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Usunąć istniejące grupy" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Edytować istniejące grupy" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Zobacz istniejących grup" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Tworzenie nowych użytkowników" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Usuwanie istniejących użytkowników" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Edycja istniejących użytkowników" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Zobacz istniejących użytkowników" + +#: views.py:45 msgid "Full name" msgstr "Pełna nazwa" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "Email" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "Aktywny" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "Posiada hasło?" -#: views.py:62 +#: views.py:80 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." +msgstr "" +"Super user oraz staff user edycja nie jest możliwa , należy użyć interfejsu " +"administratora w takich przypadkach." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Użytkownik \"%s\" został zaktualizowany." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "Edytuj użytkownika: %s" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Użytkownik \"%s\" został utworzony pomyślnie." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Musi podać co najmniej jednego użytkownika." -#: views.py:121 +#: views.py:156 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." +msgstr "" +"Super user oraz staff user usuwanie nie jest możliwa , należy użyć " +"interfejsu administratora w takich przypadkach." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Użytkownik \"%s\" został usunięta." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Błąd podczas usuwania użytkownika \" %(user)s \": %(error)s " -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Czy na pewno chcesz usunąć użytkownika:%s.?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Czy na pewno chcesz usunąć użytkowników:%s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Usuwanie istniejących użytkowników" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Usuwanie istniejących użytkowników" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Hasła nie pasują, spróbuj ponownie." -#: views.py:179 +#: views.py:214 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." +msgstr "" +"Super user oraz staff user reset nie jest możliwa , należy użyć interfejsu " +"administratora w takich przypadkach." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Pomyślne resetowania hasła użytkownika:%s." -#: views.py:185 +#: views.py:220 #, 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:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Resetowanie hasła użytkownika:%s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Resetowanie hasła dla użytkowników:%s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" -msgstr "niebędących grupami użytkownika: %s" +#: views.py:259 views.py:376 +msgid "Available groups" +msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Groups" +msgid "Groups joined" +msgstr "Grupy" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "Grupy użytkownika: %s" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Grupa \"%s\" została zaktualizowany." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "Edycja grupy: %s" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Grupa \"%s\" została utworzona pomyślnie." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Musi podać co najmniej jedną grupę." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupa \"%s\" została usunięta." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Błąd podczas usuwania grupy \" %(group)s \": %(error)s " -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Czy na pewno chcesz usunąć grupę:%s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Usunąć istniejące grupy" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Czy na pewno chcesz usunąć grupy: %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Usunąć istniejące grupy" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" -msgstr "niebędących członkami grupy:%s" +#: views.py:377 +#, fuzzy +#| msgid "Members of group: %s" +msgid "Members of groups" +msgstr "Członkowie grupy: %s" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "Członkowie grupy: %s" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Czy na pewno chcesz usunąć użytkownika:%s.?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Czy na pewno chcesz usunąć użytkowników:%s?" + +#~ msgid "Non groups of user: %s" +#~ msgstr "niebędących grupami użytkownika: %s" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Grupa \"%s\" została zaktualizowany." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Grupa \"%s\" została utworzona pomyślnie." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Czy na pewno chcesz usunąć grupę:%s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Czy na pewno chcesz usunąć grupy: %s?" + +#~ msgid "Non members of group: %s" +#~ msgstr "niebędących członkami grupy:%s" + #~ msgid "Group" #~ msgstr "group" 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 e1adf25bc2..f2087407a1 100644 --- a/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/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 @@ -11,257 +11,285 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Nova senha" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Confirmar senha" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Gerir utilizadores" -#: permissions.py:9 -msgid "Create new users" -msgstr "Criar novos utilizadores" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Nova senha" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Confirmar senha" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Editar utilizadores existentes" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Ver os utilizadores existentes" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Excluir utilizadores existentes" - -#: permissions.py:14 msgid "Create new groups" msgstr "Criar novos grupos" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Editar grupos existentes" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Ver grupos existentes" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Excluir grupos existentes" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Editar grupos existentes" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Ver grupos existentes" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Criar novos utilizadores" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Excluir utilizadores existentes" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Editar utilizadores existentes" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Ver os utilizadores existentes" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 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." +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:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Utilizador \"%s\" atualizado com sucesso." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Utilizador \"%s\" criado com sucesso." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Deve fornecer pelo menos um utilizador." -#: views.py:121 +#: views.py:156 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." +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:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Utilizador \"%s\" removido com sucesso." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Erro ao excluir o utilizador \"%(user)s\": %(error)s " -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Tem a certeza de que deseja excluir o utilizador: %s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Tem a certeza de que deseja excluir os utilizadores: %s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Excluir utilizadores existentes" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Excluir utilizadores existentes" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "As senhas não coincidem, tente novamente." -#: views.py:179 +#: views.py:214 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." +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:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Redefinição da senha bem-sucedida para o utilizador: %s." -#: views.py:185 +#: views.py:220 #, 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:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "A redefinir a senha do utilizador: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "A redefinir a senha dos utilizadores: %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Grupo \"%s\" atualizado com sucesso." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Grupo \"%s\" criado com sucesso." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Deve fornecer pelo menos um grupo." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupo \"%s\" excluído com sucesso." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Erro ao excluir o grupo \"%(group)s\": %(error)s " -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Tem a certeza de que deseja excluir o grupo: %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Excluir grupos existentes" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Tem a certeza de que deseja excluir os grupos: %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Excluir grupos existentes" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Tem a certeza de que deseja excluir o utilizador: %s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Tem a certeza de que deseja excluir os utilizadores: %s?" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Grupo \"%s\" atualizado com sucesso." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Grupo \"%s\" criado com sucesso." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Tem a certeza de que deseja excluir o grupo: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Tem a certeza de que deseja excluir os grupos: %s?" + #~ msgid "Group" #~ msgstr "group" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 587c848f9e..f1de315eb3 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 @@ -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 @@ -12,248 +12,287 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-05-06 13:08+0000\n" "Last-Translator: Rogerio Falcone \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:15 -msgid "New password" -msgstr "Nova senha" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Confirmar senha" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "Usuários" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "Editar" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "Criar novo Usuário" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "excluir" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "redefinir senha" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "Grupos" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "Criar novo Grupo" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "Membros" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Gerenciar usuários" -#: permissions.py:9 -msgid "Create new users" -msgstr "Criar novos usuários" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Nova senha" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Confirmar senha" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "Criar novo Grupo" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "excluir" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "Editar" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "Grupos" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "Membros" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "Criar novo Usuário" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "Usuários" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "redefinir senha" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Editar usuários existentes" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Ver os usuários existentes" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Excluir usuários existentes" - -#: permissions.py:14 msgid "Create new groups" msgstr "Criar novos grupos" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Editar grupos existentes" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Ver grupos existentes" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Excluir grupos existentes" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Editar grupos existentes" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Ver grupos existentes" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Criar novos usuários" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Excluir usuários existentes" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Editar usuários existentes" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Ver os usuários existentes" + +#: views.py:45 msgid "Full name" msgstr "Nome Completo" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "E-mail" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "Ativo" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "tem senha usável?" -#: views.py:62 +#: views.py:80 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." +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:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Usuário \"%s\" atualizado com sucesso." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "Editar usuário:%s" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Usuário \"%s\" criado com sucesso." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Deve fornecer pelo menos um usuário." -#: views.py:121 +#: views.py:156 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." +msgstr "" +"Excluir super usuário e usuário pessoal não é permitido, use a interface de " +"administração para esses casos." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Usuário \"%s\" removido com sucesso." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Erro ao excluir usuário \"%(user)s\": %(error)s " -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Tem certeza de que deseja excluir o usuário: %s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Tem certeza de que deseja excluir os usuários: %s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Excluir usuários existentes" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Excluir usuários existentes" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Senhas não coincidem, tente novamente." -#: views.py:179 +#: views.py:214 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." +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:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Redefinição de senha do usuário bem-sucedida: %s." -#: views.py:185 +#: views.py:220 #, 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:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Redefinindo senha para o usuário: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Redefinindo senha para os usuários: %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" -msgstr "Usuário:¨%s sem grupos" +#: views.py:259 views.py:376 +msgid "Available groups" +msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Groups" +msgid "Groups joined" +msgstr "Grupos" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "Grupos de usuário:%s" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Grupo \"%s\" atualizado com sucesso." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "Editar grupo:%s" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Grupo \"%s\" criado com sucesso." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Deve fornecer pelo menos um grupo." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupo \"%s\" removido com sucesso." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Erro ao excluir o grupo \"%(group)s\": %(error)s " -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Tem certeza de que deseja excluir o grupo: %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Excluir grupos existentes" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Tem certeza de que deseja excluir os grupos: %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Excluir grupos existentes" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" -msgstr "não-membros do grupo: %s" +#: views.py:377 +#, fuzzy +#| msgid "Members of group: %s" +msgid "Members of groups" +msgstr "membros do grupo: %s" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "membros do grupo: %s" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Tem certeza de que deseja excluir o usuário: %s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Tem certeza de que deseja excluir os usuários: %s?" + +#~ msgid "Non groups of user: %s" +#~ msgstr "Usuário:¨%s sem grupos" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Grupo \"%s\" atualizado com sucesso." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Grupo \"%s\" criado com sucesso." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Tem certeza de que deseja excluir o grupo: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Tem certeza de que deseja excluir os grupos: %s?" + +#~ msgid "Non members of group: %s" +#~ msgstr "não-membros do grupo: %s" + #~ msgid "Group" #~ msgstr "group" 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 e28e60c0cf..79050b7b77 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 @@ -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,257 +9,286 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-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/projects/p/mayan-edms/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Parolă nouă" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Confirmați parola" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Management utilizatori" -#: permissions.py:9 -msgid "Create new users" -msgstr "Creați noi utilizatori" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Parolă nouă" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Confirmați parola" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Editați utilizatorii existenți" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Vizualizați utilizatorii existenți" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Șterge utilizatori existenți" - -#: permissions.py:14 msgid "Create new groups" msgstr "Creați grupuri noi" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Editați grupuri existente," - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Vezi grupurile existente" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Ștergeți grupuri existente" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Editați grupuri existente," + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Vezi grupurile existente" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Creați noi utilizatori" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Șterge utilizatori existenți" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Editați utilizatorii existenți" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Vizualizați utilizatorii existenți" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 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." +msgstr "" +"Super-utilizator și personalul editare de utilizator nu este permisă, " +"utilizați interfata de administrare pentru aceste cazuri." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Utilizatorul \"%s\" fost actualizat cu succes." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Utilizator \"%s\" creat cu succes." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Trebuie să furnizeze cel puțin un utilizator." -#: views.py:121 +#: views.py:156 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." +msgstr "" +"Super-utilizator și personalul ștergerea utilizator nu este permisă, " +"utilizați interfata de administrare pentru aceste cazuri." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Utilizatorul \"%s\" a fost șters cu succes." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Eroare la ștergerea utilizator \"%(user)s\": %(error)s" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Sunteți sigur că doriți să ștergeți utilizatorul:% s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Sunteți sigur că doriți să ștergeți utilizatori:% s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Șterge utilizatori existenți" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Șterge utilizatori existenți" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Parolele nu corespund, încercați din nou." -#: views.py:179 +#: views.py:214 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." +msgstr "" +"Super utilizator și parola de utilizator personalul resetarea nu este " +"permisă, utilizați interfata de administrare pentru aceste cazuri." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Resetarea parolei cu succes pentru utilizator:% s." -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "Eroare resetarea parola pentru utilizatorul %(user)s\": %(error)s" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Resetarea parola pentru utilizator:% s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Resetarea parolei pentru utilizatori:% s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Grupul \"%s\" a fost actualizat cu succes." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Grupul \"%s\" a fost creat cu succes." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Trebuie să furnizeze cel puțin un grup." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupul \"%s\" a fost șters cu succes." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Eroare la ștergerea grupului \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Sunteți sigur că doriți să ștergeți grupul:% s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Ștergeți grupuri existente" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Sunteți sigur că doriți să ștergeți grupurile:% s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Ștergeți grupuri existente" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți utilizatorul:% s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți utilizatori:% s?" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Grupul \"%s\" a fost actualizat cu succes." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Grupul \"%s\" a fost creat cu succes." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți grupul:% s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți grupurile:% s?" + #~ msgid "Group" #~ msgstr "group" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 e4950ded86..bdda238d7d 100644 --- a/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/ru/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: # Sergey Glita , 2012-2013 @@ -9,257 +9,287 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "Новый пароль" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Подтвердите пароль" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Управление пользователями" -#: permissions.py:9 -msgid "Create new users" -msgstr "Создание новых пользователей" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Новый пароль" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Подтвердите пароль" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Редактирование существующих пользователей" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Просмотр существующих пользователей" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Удаление существующих пользователей" - -#: permissions.py:14 msgid "Create new groups" msgstr "Создание новых групп" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Редактирование существующих групп" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Просмотр существующих групп" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Удалить существующие группы" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Редактирование существующих групп" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Просмотр существующих групп" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Создание новых пользователей" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Удаление существующих пользователей" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Редактирование существующих пользователей" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Просмотр существующих пользователей" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Редактирование суперпользователя и персонала не допускается, используйте для этого интерфейс администратора." +msgstr "" +"Редактирование суперпользователя и персонала не допускается, используйте для " +"этого интерфейс администратора." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Пользователь \"%s\"обновлён" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Пользователь \"%s\" создан." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Должен быть хотя бы один пользователь." -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Удаление суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." +msgstr "" +"Удаление суперпользователя и персонала не допускается, используйте " +"интерфейс администратора для этих случаев." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Пользователь \"%s\" удален." -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Ошибка при удалении пользователя \"%(user)s\": %(error)s" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Вы действительно хотите удалить пользователя:%s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "Вы действительно хотите удалить пользователей:%s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Удаление существующих пользователей" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Удаление существующих пользователей" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Пароли не совпадают, попробуйте еще раз." -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Сброс паролей суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." +msgstr "" +"Сброс паролей суперпользователя и персонала не допускается, используйте " +"интерфейс администратора для этих случаев." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Пароль пользователя %s сброшен." -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "Ошибка сброса пароля для пользователя \"%(user)s\": %(error)s" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Сброс пароля пользователя: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Сброс пароля для пользователей: %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Группа \"%s\" обновлены." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Группа \"%s\"создана." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Должна быть хотя бы одна группа." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Группа \"%s\" удалена." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Ошибка при удалении группы \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Вы действительно хотите удалить группу: %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Удалить существующие группы" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Вы действительно хотите удалить группы: %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Удалить существующие группы" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Вы действительно хотите удалить пользователя:%s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "Вы действительно хотите удалить пользователей:%s?" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Группа \"%s\" обновлены." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Группа \"%s\"создана." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Вы действительно хотите удалить группу: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Вы действительно хотите удалить группы: %s?" + #~ msgid "Group" #~ msgstr "group" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 a5c0fd4a10..821009b937 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 @@ -1,251 +1,255 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-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/projects/p/mayan-edms/language/sl_SI/)\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -256,9 +260,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/user_management/locale/sq/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/sq/LC_MESSAGES/django.po index ca92b9720a..76794a51a4 100644 --- a/mayan/apps/user_management/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/sq/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,234 +19,236 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -257,9 +259,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/user_management/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/tr_TR/LC_MESSAGES/django.po index 1a9525bbf8..6e3952adcc 100644 --- a/mayan/apps/user_management/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/tr_TR/LC_MESSAGES/django.po @@ -1,251 +1,254 @@ # 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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" +"edms/language/tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -256,9 +259,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 09294a3550..95f2814b94 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 @@ -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,257 +9,285 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-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/projects/p/mayan-edms/language/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" +"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" -#: forms.py:15 -msgid "New password" -msgstr "Mật khẩu mới" - -#: forms.py:16 -msgid "Confirm password" -msgstr "Xác nhận mật khẩu" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "Quản lý người dùng" -#: permissions.py:9 -msgid "Create new users" -msgstr "Tạo người dùng mới" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "Mật khẩu mới" + +#: forms.py:19 +msgid "Confirm password" +msgstr "Xác nhận mật khẩu" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "Sửa người dùng" - -#: permissions.py:11 -msgid "View existing users" -msgstr "Xem người dùng" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "Xóa người dùng" - -#: permissions.py:14 msgid "Create new groups" msgstr "Tạo nhóm mới" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "Sửa nhóm" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "Xem các nhóm" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "Xóa nhóm" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "Sửa nhóm" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "Xem các nhóm" + +#: permissions.py:22 +msgid "Create new users" +msgstr "Tạo người dùng mới" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "Xóa người dùng" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "Sửa người dùng" + +#: permissions.py:31 +msgid "View existing users" +msgstr "Xem người dùng" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 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." +msgstr "" +"Super user and staff user editing is not allowed, use the admin interface " +"for these cases." -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "Người dùng \"%s\" cập nhật thành công." -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "Người dùng \"%s\" được tạo thành công." -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "Cần cung cấp ít nhất một user." -#: views.py:121 +#: views.py:156 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." +msgstr "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Người dùng \"%s\" đã xóa thành công." -#: views.py:126 +#: views.py:161 #, 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:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "Bạn có chắc chắn xóa người dùng: %s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "có chắc chắn xóa người dùng: %s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "Xóa người dùng" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "Xóa người dùng" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "Mật khẩu không khớp, thử lại." -#: views.py:179 +#: views.py:214 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." +msgstr "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "Reset mật khẩu thành công: %s" -#: views.py:185 +#: views.py:220 #, 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:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "Đang reset mật khẩu: %s" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "Đang reset mật khẩu: %s" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "Nhóm \"%s\" đã cập nhật thành công." - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "Nhóm \"%s\" được tạo thành công." - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "Cần cung cấp ít nhất một nhóm." -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Nhóm \"%s\" đã xóa thành công." -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Lỗi xóa nhóm \"%(group)s\": %(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "Bạn chắc chắn muốn xóa nhóm: %s?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "Xóa nhóm" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Bạn chắc chắn muốn xóa nhóm: %s?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "Xóa nhóm" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "Bạn có chắc chắn xóa người dùng: %s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "có chắc chắn xóa người dùng: %s?" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "Nhóm \"%s\" đã cập nhật thành công." + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "Nhóm \"%s\" được tạo thành công." + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "Bạn chắc chắn muốn xóa nhóm: %s?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "Bạn chắc chắn muốn xóa nhóm: %s?" + #~ msgid "Group" #~ msgstr "group" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" 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 b6b5d3508e..dc9940fb6e 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 @@ -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,257 +9,279 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-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/projects/p/mayan-edms/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/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" -#: forms.py:15 -msgid "New password" -msgstr "新密码" - -#: forms.py:16 -msgid "Confirm password" -msgstr "确认密码" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "用户管理" -#: permissions.py:9 -msgid "Create new users" -msgstr "新建用户" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "新密码" + +#: forms.py:19 +msgid "Confirm password" +msgstr "确认密码" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" +msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "编辑现有用户" - -#: permissions.py:11 -msgid "View existing users" -msgstr "查看现有用户" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "删除现有用户" - -#: permissions.py:14 msgid "Create new groups" msgstr "新建用户组" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "编辑现有组" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "查看现有组" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "删除现有组" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "编辑现有组" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "查看现有组" + +#: permissions.py:22 +msgid "Create new users" +msgstr "新建用户" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "删除现有用户" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "编辑现有用户" + +#: permissions.py:31 +msgid "View existing users" +msgstr "查看现有用户" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "不允许编辑超级和管理用户,请使用管理接口来操作。" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "更新用户\"%s\"成功" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "创建用户\"%s\"成功" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "必须提供至少一个用户" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "不允许删除超级和管理用户,请使用管理接口来操作。" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "删除用户\"%s\"成功" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "删除用户: \"%(user)s\": %(error)s出错。" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "确定要删除用户:%s?" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "确定要删除用户:%s?" - #: views.py:174 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the user: %s?" +msgstr "删除现有用户" + +#: views.py:176 +#, fuzzy, python-format +#| msgid "Delete existing users" +msgid "Delete the users: %s?" +msgstr "删除现有用户" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "密码不匹配,请再试一次" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "不允许重置超级和管理用户的密码,请使用管理接口来操作。" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "重置用户:%s密码成功" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "重置用户\"%(user)s\"密码出错:%(error)s" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "重置用户%s的密码" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "重置用户:%s的密码" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "更新组\"%s\"成功" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "创建组\"%s\"成功" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "必须提供至少一个组" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "删除组\"%s\" 成功" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "删除组\"%(group)s\"出错:%(error)s" -#: views.py:334 -#, python-format -msgid "Are you sure you wish to delete the group: %s?" -msgstr "确定要删除组%s么?" +#: views.py:360 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the group: %s?" +msgstr "删除现有组" -#: views.py:336 -#, python-format -msgid "Are you sure you wish to delete the groups: %s?" -msgstr "确定要删除组:%s么?" +#: views.py:362 +#, fuzzy, python-format +#| msgid "Delete existing groups" +msgid "Delete the groups: %s?" +msgstr "删除现有组" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" +#~ msgid "Are you sure you wish to delete the user: %s?" +#~ msgstr "确定要删除用户:%s?" + +#~ msgid "Are you sure you wish to delete the users: %s?" +#~ msgstr "确定要删除用户:%s?" + +#~ msgid "Group \"%s\" updated successfully." +#~ msgstr "更新组\"%s\"成功" + +#~ msgid "Group \"%s\" created successfully." +#~ msgstr "创建组\"%s\"成功" + +#~ msgid "Are you sure you wish to delete the group: %s?" +#~ msgstr "确定要删除组%s么?" + +#~ msgid "Are you sure you wish to delete the groups: %s?" +#~ msgstr "确定要删除组:%s么?" + #~ msgid "Group" #~ msgstr "group" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/user_management/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/zh_TW/LC_MESSAGES/django.po index 49202e5de8..3b654af39e 100644 --- a/mayan/apps/user_management/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/zh_TW/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-05-15 19:03-0400\n" +"POT-Creation-Date: 2015-08-11 02:13-0400\n" "PO-Revision-Date: 2015-01-11 22:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" @@ -19,234 +19,236 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:15 -msgid "New password" -msgstr "" - -#: forms.py:16 -msgid "Confirm password" -msgstr "" - -#: links.py:11 links.py:12 views.py:31 -msgid "Users" -msgstr "" - -#: links.py:13 links.py:23 -msgid "Edit" -msgstr "" - -#: links.py:14 views.py:96 -msgid "Create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:25 links.py:26 -msgid "Delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "Reset password" -msgstr "" - -#: links.py:19 links.py:21 links.py:22 views.py:247 -msgid "Groups" -msgstr "" - -#: links.py:24 views.py:294 -msgid "Create new group" -msgstr "" - -#: links.py:27 views.py:251 -msgid "Members" -msgstr "" - -#: permissions.py:7 +#: apps.py:26 permissions.py:7 msgid "User management" msgstr "" -#: permissions.py:9 -msgid "Create new users" +#: apps.py:33 +msgid "All the groups." +msgstr "" + +#: apps.py:34 +msgid "All the users." +msgstr "" + +#: forms.py:16 +msgid "New password" +msgstr "" + +#: forms.py:19 +msgid "Confirm password" +msgstr "" + +#: links.py:14 views.py:290 +msgid "Create new group" +msgstr "" + +#: links.py:18 links.py:34 links.py:46 links.py:62 +msgid "Delete" +msgstr "" + +#: links.py:22 links.py:50 +msgid "Edit" +msgstr "" + +#: links.py:26 links.py:38 links.py:54 views.py:312 +msgid "Groups" +msgstr "" + +#: links.py:30 views.py:316 +msgid "Members" +msgstr "" + +#: links.py:42 views.py:125 +msgid "Create new user" +msgstr "" + +#: links.py:58 links.py:74 views.py:41 +msgid "Users" +msgstr "" + +#: links.py:66 links.py:70 +msgid "Reset password" msgstr "" #: permissions.py:10 -msgid "Edit existing users" -msgstr "" - -#: permissions.py:11 -msgid "View existing users" -msgstr "" - -#: permissions.py:12 -msgid "Delete existing users" -msgstr "" - -#: permissions.py:14 msgid "Create new groups" msgstr "" -#: permissions.py:15 -msgid "Edit existing groups" -msgstr "" - -#: permissions.py:16 -msgid "View existing groups" -msgstr "" - -#: permissions.py:17 +#: permissions.py:13 msgid "Delete existing groups" msgstr "" -#: views.py:35 +#: permissions.py:16 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:19 +msgid "View existing groups" +msgstr "" + +#: permissions.py:22 +msgid "Create new users" +msgstr "" + +#: permissions.py:25 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:28 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:31 +msgid "View existing users" +msgstr "" + +#: views.py:45 msgid "Full name" msgstr "" -#: views.py:39 +#: views.py:49 msgid "Email" msgstr "" -#: views.py:43 +#: views.py:53 msgid "Active" msgstr "" -#: views.py:47 +#: views.py:59 msgid "Has usable password?" msgstr "" -#: views.py:62 +#: views.py:80 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:69 +#: views.py:93 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:75 +#: views.py:100 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:90 +#: views.py:116 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:163 +#: views.py:142 views.py:198 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:156 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:159 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:161 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:139 -#, python-format -msgid "Are you sure you wish to delete the user: %s?" -msgstr "" - -#: views.py:141 -#, python-format -msgid "Are you sure you wish to delete the users: %s?" -msgstr "" - #: views.py:174 +#, python-format +msgid "Delete the user: %s?" +msgstr "" + +#: views.py:176 +#, python-format +msgid "Delete the users: %s?" +msgstr "" + +#: views.py:209 msgid "Passwords do not match, try again." msgstr "" -#: views.py:179 +#: views.py:214 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:183 +#: views.py:218 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:185 +#: views.py:220 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:235 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:237 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:232 -#, python-format -msgid "Non groups of user: %s" +#: views.py:259 views.py:376 +msgid "Available groups" msgstr "" -#: views.py:233 +#: views.py:260 +#, fuzzy +#| msgid "Group list" +msgid "Groups joined" +msgstr "group list" + +#: views.py:282 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:269 -#, python-format -msgid "Group \"%s\" updated successfully." -msgstr "" - -#: views.py:275 +#: views.py:306 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:288 -#, python-format -msgid "Group \"%s\" created successfully." -msgstr "" - -#: views.py:309 +#: views.py:335 msgid "Must provide at least one group." msgstr "" -#: views.py:319 +#: views.py:345 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:321 +#: views.py:347 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:334 +#: views.py:360 #, python-format -msgid "Are you sure you wish to delete the group: %s?" +msgid "Delete the group: %s?" msgstr "" -#: views.py:336 +#: views.py:362 #, python-format -msgid "Are you sure you wish to delete the groups: %s?" +msgid "Delete the groups: %s?" msgstr "" -#: views.py:366 -#, python-format -msgid "Non members of group: %s" +#: views.py:377 +msgid "Members of groups" msgstr "" -#: views.py:367 +#: views.py:399 #, python-format msgid "Members of group: %s" msgstr "" @@ -257,9 +259,6 @@ msgstr "" #~ msgid "User list" #~ msgstr "user list" -#~ msgid "Group list" -#~ msgstr "group list" - #~ msgid "edit" #~ msgstr "edit"